Change prop:equal+hash to use Integer #1
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/typed-struct-props#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "prop-equal-hash-integer"
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?
The
prop:equal+hash
property allowsInteger
the result type of the hashing functions. This PR changes the types to useInteger
instead ofFixnum
.This is still well-typed with
equal-hash-code
because when aprop:equal+hash
function returns an integer that isn't a fixnum,equal-hash-code
will still return a fixnum.Codecov Report
100% <100%> (ø)
Continue to review full report at Codecov.
Merged, thanks!