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 apologize for the vague title, but I don't know a better way to describe this issue since I haven't been able to isolate it.
I tried the new solver out on a SHA-512 hashing module I wrote a while ago. As a result of being a 64-bit algorithm implemented using 32-bit ones, it's very heavy on bit operations and arithmetic but is otherwise very simple. However, somewhere a type constraint isn't resolving, which results in a blocked type.
Since there's a Unit Test that mentions that not working well regarding type checking on the new solver, I forgot where though but it had to do with refinements.
I apologize for the vague title, but I don't know a better way to describe this issue since I haven't been able to isolate it.
I tried the new solver out on a SHA-512 hashing module I wrote a while ago. As a result of being a 64-bit algorithm implemented using 32-bit ones, it's very heavy on bit operations and arithmetic but is otherwise very simple. However, somewhere a type constraint isn't resolving, which results in a blocked type.
Here is the code that's producing the errors:
https://gist.github.com/Dekkonot/84c0b056d330801ec2a656cb6a27ca08
Let me know if I can help any, as this is a much worse bug report than I'd like to be leaving.
The text was updated successfully, but these errors were encountered: