Handle Integer instead of Fixnum for hash-code computation. #19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "samth/master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now that these are type checked by Typed Racket in 7.5, it's a
problem that the documentation doesn't promise that these will be a
Fixnum. Switch to using Integer, and change the use of fxxor to
match.
I think the test failure is because you'd need to merge the similar PR in jsmaniac/typed-struct-props.
Hi, thanks for the fix. I have a bunch of packages that I need to update, so I'm not surprised the tests fail. I'll try to find some time in the coming weeks to update all that stuff… my bad, sorry!
I think just merging this PR will fix the build problem and also fix a number of packages that depend on your code.
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Gitea.