Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: amazon-ion/ion-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: amazon-ion/ion-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: robs-benchmark-setup
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 14 files changed
  • 1 contributor

Commits on Dec 1, 2023

  1. wip hacking

    rmarrowstone committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    95614e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. My Benchmark WIP

    rmarrowstone committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    9142406 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 6, 2023

  1. Fix Bugs with emit_bare_values

    This change makes it so that the emit_bare_values flag to the
    load_extension() method actually works. It does not plumb the
    flag up to the user APIs.
    
    Specifically:
    * Bare Decimals are correctly emitted instead of tuples
    * Values within a non-bare Sexp may now be bare themselves
    * None is correctly Increffed when emitted as a bare value
    
    I also patched a leak with ION_DECIMALs where the read decimal
    was not being freed.
    rmarrowstone committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6e97b00 View commit details
    Browse the repository at this point in the history
Loading