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

make JSON error byte position start at top of file #42973

Merged

Commits on Jul 21, 2017

  1. make JSON error byte position start at top of file

    The `hi` and `lo` offsets in a span are relative to a `CodeMap`, but this
    doesn't seem to be terribly useful for tool consumers who don't have the
    codemap, but might want the byte offset within an actual file?
    
    Resolves rust-lang#35164.
    zackmdavis committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    6043ce9 View commit details
    Browse the repository at this point in the history
  2. run-make test for JSON error byte start/end

    This is in the matter of rust-lang#35164.
    zackmdavis committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    bb2b863 View commit details
    Browse the repository at this point in the history