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
I am trying to update Codex and its sub-dependencies to Nim version 2.x (currently testing with 2.0.12), and I found an error with nim-results that has lent support when running the tests on the nim-datastore repository. The tryGet method returns the wrong value. Here is the part of the test that is failing:
I am trying to update Codex and its sub-dependencies to Nim version 2.x (currently testing with 2.0.12), and I found an error with nim-results that has lent support when running the tests on the nim-datastore repository. The tryGet method returns the wrong value. Here is the part of the test that is failing:
It works with the previous before the lent support (commit hash bf8a958).
I tried to look at the code and found something that may be related:
The tests output are:
The failing tests are located at https://github.com/codex-storage/nim-datastore/blob/b3d4bd40fc4e45a76aa4e3b6d9aa3a2d064fc6b1/tests/datastore/testkey.nim#L233 and https://github.com/codex-storage/nim-datastore/blob/b3d4bd40fc4e45a76aa4e3b6d9aa3a2d064fc6b1/tests/datastore/testkey.nim#L256.
The text was updated successfully, but these errors were encountered: