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

Keep as much span info as possible #252

Merged
merged 3 commits into from
Sep 17, 2019
Merged

Keep as much span info as possible #252

merged 3 commits into from
Sep 17, 2019

Commits on Sep 17, 2019

  1. Fix nightly tests

    CreepySkeleton committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    97374af View commit details
    Browse the repository at this point in the history
  2. Propagate span info from origin code to generated code

    Most of `quote!` invocations are replaced with `quote_spanned!` ones.
    Now everywhere - sometimes it's pointless, sometimes we don't have
    any meaningless location to toke a span from, sometimes I just can't
    workaround the current implementation - too much changes.
    CreepySkeleton committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    2c0931c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77b0f24 View commit details
    Browse the repository at this point in the history