Stream: contributing

Topic: Tests failing after new isApproxEq added to symbol.rs


view this post on Zulip Brian Teague (Jan 07 2024 at 22:29):

Why are several tests failing after adding isApproxEq to the symbol.rs file?
Example:
Let Num.293 vs Num.299

view this post on Zulip Folkert de Vries (Jan 07 2024 at 22:32):

you likely bumped the number of symbols. That's fine

view this post on Zulip Folkert de Vries (Jan 07 2024 at 22:32):

you can cargo test --test test_mono and then git add any of the mono output files that updated

view this post on Zulip Eli Dowling (Jan 08 2024 at 21:03):

Okay, this is properly ready for review now https://github.com/roc-lang/roc/pull/6361
It's a bit reduced, but does at-least stop any kind of hangs when running check and will stop the language server constantly hanging and trying to lock up the system


Last updated: Jul 06 2025 at 12:14 UTC