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
(114,24): Error: value does not satisfy the subset constraints of 'map<MyClass, uint32>'
Execution trace:
(0,0): anon0
I am not sure but this seems to be an error in inferring the type. If the type is explicitly stated as map<MyClass?, uint32> then the file verifies (this also works on main though it is not necessary).
Null vs NULL vs Nil vs 0 vs 0x0 vs .....
Seems that dafny stopped printing null values as 0 and now prints them as 0x0?
Betr branch is failing on the following tests
Failed Tests (4):
Dafny :: c++/class.dfy
Dafny :: c++/datatypes.dfy
Dafny :: c++/generic.dfy
Dafny :: c++/maps.dfy
Reasons
Type inference
Maps.dfy is not verifying correctly.
I am not sure but this seems to be an error in inferring the type. If the type is explicitly stated as
map<MyClass?, uint32>
then the file verifies (this also works on main though it is not necessary).Null vs NULL vs Nil vs 0 vs 0x0 vs .....
Seems that dafny stopped printing null values as 0 and now prints them as 0x0?
This is also an issue at dafny-lang/dafny.
The text was updated successfully, but these errors were encountered: