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

Replace row/column based Location with byte-offsets. #3931

Merged
merged 21 commits into from
Apr 26, 2023

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    34e6296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    552a26e View commit details
    Browse the repository at this point in the history
  3. Clippy

    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    be00564 View commit details
    Browse the repository at this point in the history
  4. Use rustpython from git

    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    22b116d View commit details
    Browse the repository at this point in the history
  5. Make stylist less lazy

    Signed-off-by: Micha Reiser <micha@reiser.io>
    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ddf3672 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5b3c58 View commit details
    Browse the repository at this point in the history
  7. Fix add_rule script

    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5c4a3e3 View commit details
    Browse the repository at this point in the history
  8. Use Indent offsets

    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8b9c9f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff55025 View commit details
    Browse the repository at this point in the history
  10. Delete PLC0999.py

    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    bd38594 View commit details
    Browse the repository at this point in the history
  11. Cargo fmt

    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c6c540b View commit details
    Browse the repository at this point in the history
  12. Fix add_rule script

    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f6a02e7 View commit details
    Browse the repository at this point in the history
  13. Fix column in playground

    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4ba63e4 View commit details
    Browse the repository at this point in the history
  14. Fix line too long column number, ...

    .. remove unnecessary `contains_line_break` calls, create non-empty range for `SyntaxErrors`
    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1601f60 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bf1789b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7b657bb View commit details
    Browse the repository at this point in the history
  17. Undo visibility change

    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8c81e50 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bd586ef View commit details
    Browse the repository at this point in the history
  19. Fix noqa handling

    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6ebe212 View commit details
    Browse the repository at this point in the history
  20. Fix byte offset errors

    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7893968 View commit details
    Browse the repository at this point in the history
  21. Upgrade RustPython Parser

    MichaReiser committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7336d55 View commit details
    Browse the repository at this point in the history