Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tree-sitter/tree-sitter-scala
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tree-sitter/tree-sitter-scala
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: updates
Choose a head ref
  • 5 commits
  • 43 files changed
  • 1 contributor

Commits on May 10, 2024

  1. build: update bindings

    amaanq committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6c83daa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c5c1d2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. ci: rework workflows

    amaanq committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4ad1cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b76e65 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. fix(scanner): account for fragile edge cases with unedited text

    These unedits were performed after a particular token such as `with` was
    ill-formed from an edit (e.g. withs), and as such the edit extends
    beyond the original length. When unediting, this token is scanned, and
    then a semicolon is returned right after due to the tree being in a
    fragile state of errors beforehand
    amaanq committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b7f6c80 View commit details
    Browse the repository at this point in the history
Loading