You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until rust-lang/rust#128386 is resolved, the build with nightly Rust is disabled. It should be our objective to re-enable testing with nightly when either this is fixed upstream or we have changed our code to pass tests (test_interpreter_expr_math failed, also with test-driver-rust).
The text was updated successfully, but these errors were encountered:
tronical
added
the
a:ci
Automation for CI (Continous integration system) and tests (mT,bO)
label
Jul 30, 2024
In rust, use f32 instead of f64 for arithmetic comparison.
In the interpreter, use approx_eq
The test is failling in nightly because of precision change in `log`.
By using f32, it actually should work
Also Revert "Disable builds with nightly Rust temporarily"
This reverts commit 4afc3a2.
Fixes#5722
In rust, use f32 instead of f64 for arithmetic comparison.
In the interpreter, use approx_eq
The test is failling in nightly because of precision change in `log`.
By using f32, it actually should work
Also Revert "Disable builds with nightly Rust temporarily"
This reverts commit 4afc3a2.
Fixes#5722
In rust, use f32 instead of f64 for arithmetic comparison.
In the interpreter, use approx_eq
The test is failling in nightly because of precision change in `log`.
By using f32, it actually should work
Also Revert "Disable builds with nightly Rust temporarily"
This reverts commit 4afc3a2.
Fixes#5722
Until rust-lang/rust#128386 is resolved, the build with nightly Rust is disabled. It should be our objective to re-enable testing with nightly when either this is fixed upstream or we have changed our code to pass tests (
test_interpreter_expr_math
failed, also with test-driver-rust).The text was updated successfully, but these errors were encountered: