-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
7:08 AM] Razenpok: Hey, Pata
I've ported Number-compatibility tests from C# version to check if Decimal operations produce same values as Number operations. You can check them on tests branch by running npm ci and then npm run test
[7:08 AM] Razenpok: It will run for a bit (takes several seconds on my PC)

7:08 AM] Razenpok: And there are a lot of test cases because combinatorial explosion
[7:09 AM] Razenpok: You can check all the source in tests folder
[7:09 AM] Razenpok: Currently, I observe a lot of "Unreachable code" errors and I'm not sure what to do with them
[7:09 AM] Razenpok: Either to disable these test cases or fix the bugs