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

Emit clojure.lang.BigInt & applicable Long as JS BigInt #214

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2023

  1. * split number? into js-number? and bigint? checks

    * emit BigInt as JS
    * switch to js/Number.isNaN instead of js/isNaN
    swannodette committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    516564e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30d6254 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e20532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6f5d04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7828149 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    5477284 View commit details
    Browse the repository at this point in the history
  2. * update hash to handle bigint

    * make number and bigint -equiv
    * handle bigint & number in PAM
    * minor refactor of private PAM lookup helper fn names
    swannodette committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    91e8ee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6443339 View commit details
    Browse the repository at this point in the history
  4. * 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
    swannodette committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d9c2b52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec1e56f View commit details
    Browse the repository at this point in the history