We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to build the crate, and one of the tests fail:
---- aaa_test_b0 stdout ---- thread 'aaa_test_b0' panicked at 'assertion failed: `(left == right)` left: `Ok(ExpressionI(0))`, right: `Err(ParseF64("4.999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999"))`', tests/from_go.rs:65:5
The host system is Fedora 35 with rust-1.55.0-1.fc35.x86_64.
/cc @nabijaczleweli
The text was updated successfully, but these errors were encountered:
Norepro on bullseye with cargo 1.54.0 (5ae8d74b3 2021-06-22), but I can reproduce this on cargo 1.56.0 (4ed5d137b 2021-10-04).
cargo 1.54.0 (5ae8d74b3 2021-06-22)
cargo 1.56.0 (4ed5d137b 2021-10-04)
The test in question has a comment saying "// Go can parse this, but not Rust:", so it seems that Rust can parse it now, too, since 1.55, and I think this can be attributed to rust-lang/rust@8752b40#diff-670b46e2d44b92b0c2382d9a719b95785cf5797a9775254ea22449f0006608a8. Either way, this is a false negative.
Sorry, something went wrong.
Rust can parse Very Long nine tails since 1.55.0
a355a80
Beholden most likely to rust-lang/rust@8752b40 Closes likebike#16
e909b66
No branches or pull requests
I'm trying to build the crate, and one of the tests fail:
The host system is Fedora 35 with rust-1.55.0-1.fc35.x86_64.
/cc @nabijaczleweli
The text was updated successfully, but these errors were encountered: