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

String conversion from decimal (#108) #122

Merged
merged 51 commits into from
Feb 8, 2023
Merged

Commits on Sep 25, 2022

  1. relaxed marshaling, slow base 10 parsing

    a committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    bb5f382 View commit details
    Browse the repository at this point in the history
  2. update version

    a committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    fb12295 View commit details
    Browse the repository at this point in the history
  3. add control to benchmark

    a committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    6866965 View commit details
    Browse the repository at this point in the history
  4. make the ci thing less angry

    a committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    55f7ffc View commit details
    Browse the repository at this point in the history
  5. make the ci even less angy

    a committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    5689315 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. add fuzz tests

    elee1766 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3c7131f View commit details
    Browse the repository at this point in the history
  2. change map

    elee1766 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    5a106b0 View commit details
    Browse the repository at this point in the history
  3. magic

    elee1766 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b296df7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb2c910 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Update conversion.go

    elee1766 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    df6b926 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Update conversion.go

    fix scan
    Tjudice committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    bd117d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Tjudice/patch-1

    Update conversion.go
    elee1766 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    048efc0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    9a76ab7 View commit details
    Browse the repository at this point in the history
  2. ci, go.mod: require go 1.18+

    holiman committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    42313ad View commit details
    Browse the repository at this point in the history
  3. squashme: circle fixes

    holiman committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    7e0467a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f61ee9 View commit details
    Browse the repository at this point in the history
  5. number overflow test

    elee1766 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    1d8f726 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4e6c19 View commit details
    Browse the repository at this point in the history
  7. Update base10.go

    Co-authored-by: Martin Holst Swende <martin@swende.se>
    elee1766 and holiman committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    84510f7 View commit details
    Browse the repository at this point in the history
  8. Update base10.go

    Co-authored-by: Martin Holst Swende <martin@swende.se>
    elee1766 and holiman committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    6e4f914 View commit details
    Browse the repository at this point in the history
  9. lift up

    elee1766 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    e25ce45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8420f46 View commit details
    Browse the repository at this point in the history
  11. better doc

    elee1766 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3fc5f08 View commit details
    Browse the repository at this point in the history
  12. base10: modify algorithm + fixup tests a bit

    This commit changes the algorithm so it traverses right-to-left, meaning that
    we know exactly what multipliers are used.
    holiman committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    d6f32f6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8c858a1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    078a8e6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2413444 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    2e6c49f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    765b02b View commit details
    Browse the repository at this point in the history
  3. more failing tests

    holiman committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    3430ee5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbdcdcb View commit details
    Browse the repository at this point in the history
  5. decimal: simplify tests

    holiman committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    38d53f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca9a5ea View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Update decimal.go

    Co-authored-by: Martin Holst Swende <martin@swende.se>
    elee1766 and holiman committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    9518831 View commit details
    Browse the repository at this point in the history
  2. Update conversion.go

    Co-authored-by: Martin Holst Swende <martin@swende.se>
    elee1766 and holiman committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    ad5ba70 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. change sql valuer

    elee1766 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    301af32 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. remove extra struct def

    elee1766 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    b5a4906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb7ceef View commit details
    Browse the repository at this point in the history
  3. lintfix

    holiman committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    4ef03d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5587dd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ff0d8f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5019647 View commit details
    Browse the repository at this point in the history
  7. decimal_test: more coverage

    holiman committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    2f0b0b7 View commit details
    Browse the repository at this point in the history
  8. go.mod: fuzzing dep

    holiman committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    dcd75fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0472e9b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d55274d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    82fd325 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    35d62f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. conversion minor nitpicks

    holiman committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    88226a1 View commit details
    Browse the repository at this point in the history
  2. conversion: fix test

    holiman committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    5ff06b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    091c3f9 View commit details
    Browse the repository at this point in the history