-
Notifications
You must be signed in to change notification settings - Fork 788
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
Emit clojure.lang.BigInt & applicable Long as JS BigInt #214
Open
swannodette
wants to merge
10
commits into
master
Choose a base branch
from
bigint
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Sep 25, 2023
-
* split number? into js-number? and bigint? checks
* emit BigInt as JS * switch to js/Number.isNaN instead of js/isNaN
Configuration menu - View commit details
-
Copy full SHA for 516564e - Browse repository at this point
Copy the full SHA 516564eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d6254 - Browse repository at this point
Copy the full SHA 30d6254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e20532 - Browse repository at this point
Copy the full SHA 7e20532View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6f5d04 - Browse repository at this point
Copy the full SHA e6f5d04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7828149 - Browse repository at this point
Copy the full SHA 7828149View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5477284 - Browse repository at this point
Copy the full SHA 5477284View commit details -
* update hash to handle bigint
* make number and bigint -equiv * handle bigint & number in PAM * minor refactor of private PAM lookup helper fn names
Configuration menu - View commit details
-
Copy full SHA for 91e8ee4 - Browse repository at this point
Copy the full SHA 91e8ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6443339 - Browse repository at this point
Copy the full SHA 6443339View commit details -
* create Integer type so the you can pass 1N into cljs.core fns w/o b…
…lowing up * Integer implements @@toPrimitive so that math operations work * more tests
Configuration menu - View commit details
-
Copy full SHA for d9c2b52 - Browse repository at this point
Copy the full SHA d9c2b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1e56f - Browse repository at this point
Copy the full SHA ec1e56fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.