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

Encode spans relative to the enclosing item -- enable on nightly #84762

Merged
merged 8 commits into from
Jan 2, 2023

Commits on Dec 25, 2022

  1. Configuration menu
    Copy the full SHA
    6d42636 View commit details
    Browse the repository at this point in the history
  2. Mark incremental-ignore-spans as TRACKED.

    Using that options basically changes all stable hashes we may compute.
    Adding/removing as UNTRACKED it makes everything ICE (unstable fingerprint
    everywhere).  As TRACKED, it can still do its job without ICEing.
    cjgillot committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    44972b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e0316 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65f342d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40c8165 View commit details
    Browse the repository at this point in the history
  6. Ignore span references from diagnostics.

    The diagnostics are replayed at the correct place anyway.
    cjgillot committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    4719cb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b9360b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b6ead2 View commit details
    Browse the repository at this point in the history