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

parseInt, parseFloat implementation #459

Merged
merged 14 commits into from
Jun 9, 2020
Merged

parseInt, parseFloat implementation #459

merged 14 commits into from
Jun 9, 2020

Commits on Jun 1, 2020

  1. Merge pull request #10 from boa-dev/master

    Catchup
    Paul Lancaster authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    4cd37e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Added documentation to make_builtin_fn

    Paul Lancaster committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    7533721 View commit details
    Browse the repository at this point in the history
  2. Simple impl of parseInt()

    Paul Lancaster committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    8f3aff9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Impl rest of parse_int

    Paul Lancaster committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    61a88ad View commit details
    Browse the repository at this point in the history
  2. Fixed handling of strings starting 0x

    Paul Lancaster committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    7bcbc23 View commit details
    Browse the repository at this point in the history
  3. Made NaN return as per js spec

    Paul Lancaster committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    7b69115 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Rework to improve clarity

    Paul Lancaster committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    7a8874b View commit details
    Browse the repository at this point in the history
  2. parseFloat impl, added tests

    Paul Lancaster committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    8e3ad5e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/boa-dev/boa into boa-dev-…

    …master
    Paul Lancaster committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    e60298d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'boa-dev-master' into parseInt_impl

    Paul Lancaster committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    ec0f082 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Addressed comments to PR

    Paul Lancaster committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    cbc6d1e View commit details
    Browse the repository at this point in the history
  2. Removed f64 import

    Paul Lancaster committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    a032f7a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Fixed handling of too many/few arguments to parseInt/Float

    Paul Lancaster committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    0ab7a8a View commit details
    Browse the repository at this point in the history
  2. Update boa/src/builtins/function/mod.rs

    Co-authored-by: HalidOdat <[email protected]>
    Paul Lancaster and HalidOdat authored Jun 8, 2020
    Configuration menu
    Copy the full SHA
    3a7ade7 View commit details
    Browse the repository at this point in the history