Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

float parsing fails #5

Open
cgay opened this issue Nov 28, 2019 · 1 comment
Open

float parsing fails #5

cgay opened this issue Nov 28, 2019 · 1 comment

Comments

@cgay
Copy link
Member

cgay commented Nov 28, 2019

json-test-suite failed
  test-parse-number failed
    123e3 => 123000 crashed [Error evaluating assertion expressions: Invalid floating point value.]
    123E3 => 123000 crashed [Error evaluating assertion expressions: Invalid floating point value.]
    123e+3 => 123000 crashed [Error evaluating assertion expressions: Invalid floating point value.]
    123E+3 => 123000 crashed [Error evaluating assertion expressions: Invalid floating point value.]
    123e-3 => 0.1230000d0 crashed [Error evaluating assertion expressions: Invalid floating point value.]
    123E-3 => 0.1230000d0 crashed [Error evaluating assertion expressions: Invalid floating point value.]
    123.123e3 => 123123 crashed [Error evaluating assertion expressions: Invalid floating point value.]
    123.1e-3 => 0.1231000d0 crashed [Error evaluating assertion expressions: Invalid floating point value.]
    -123.4e3 => -123400.00d0 crashed [Error evaluating assertion expressions: Invalid floating point value.]

@cgay
Copy link
Member Author

cgay commented Mar 26, 2022

This is blocked on dylan-lang/opendylan#225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant