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
test moonbitlang/minimbt/utils.mbt::1 failed
expect test failed at /home/lyh/Documents/Knowledge/CS/PL/Moonbit/minimoonbit/src/utils.mbt:340:3-345:4
Diff:
----
["App",["Var","f"],[["Int",1.0]]]
----
test moonbitlang/minimbt/utils.mbt::2 failed
expect test failed at /home/lyh/Documents/Knowledge/CS/PL/Moonbit/minimoonbit/src/utils.mbt:391:3-391:70
Diff:
----
Double(1.0)
----
Total tests: 3, passed: 1, failed: 2.
The text was updated successfully, but these errors were encountered:
glyh
changed the title
from_json test failing
from_json test failing to roundtrip double
Sep 11, 2024
glyh
changed the title
from_json test failing to roundtrip double
from_json test on roundtripping double fails
Sep 11, 2024
This was broken by a recent compiler update that changes Double::to_string implementation to match that specified in JavaScript. We will update this repository, along with other bugfixes, shortly.
Moonbit info:
System info:
One of relvant code occurence:
test info:
The text was updated successfully, but these errors were encountered: