The Wayback Machine - https://web.archive.org/web/20220106045522/https://github.com/topics/language-agnostic
Skip to content
#

language-agnostic

Here are 42 public repositories matching this topic...

erp12
erp12 commented Apr 26, 2018

Steps to resolve:

  1. Find a program which consistently produces this error.
  2. Identify which instructions produce these numbers, and why.
  3. Add logic to number constraining functions to fix the error.
  4. Add appropriate tests
java.lang.IllegalArgumentException: Value out of range for int: -999999995904
	at clojure.lang.RT.intCast(RT.java:1241)
	at clojure.lang.RT.intCast(RT.java
omaskery
omaskery commented May 6, 2018

observed behaviour

invoking derpy --help emits the version number 0.0.1, but derpy is version 0.1.0 according to its Cargo.toml & therefore on crates.io

expected behaviour

version numbers accessed via different means for derpy should all be the same

solution

use clap's automatic version feature, documented here: https://github.com/kbknapp/clap-rs/blob/master/examples/09_

Improve this page

Add a description, image, and links to the language-agnostic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the language-agnostic topic, visit your repo's landing page and select "manage topics."

Learn more