Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Integer instead of Fixnum for hash-code computation. #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

samth
Copy link

@samth samth commented Nov 6, 2019

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.

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.
@samth
Copy link
Author

samth commented Nov 6, 2019

I think the test failure is because you'd need to merge the similar PR in jsmaniac/typed-struct-props.

@SuzanneSoy
Copy link
Owner

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!

@samth
Copy link
Author

samth commented Nov 11, 2019

I think just merging this PR will fix the build problem and also fix a number of packages that depend on your code.

Base automatically changed from master to main March 4, 2021 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants