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

fix: make TraceState immutable #1597

Merged

Commits on Oct 15, 2020

  1. fix: make TraceState immutable

    Spec requires that TraceState is immutable.
    
    Adapt TraceState API to return a TraceState for set/unset.
    Adapt implementation of set/unset to clone the TraceState before
    mutating and return the cloned TraceState.
    Flarna committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    5e412ac View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    ceca4f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    045d039 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    1de4b02 View commit details
    Browse the repository at this point in the history
  2. Update tracestate.test.ts

    Flarna committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    a3caec4 View commit details
    Browse the repository at this point in the history