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: v0.21.0
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: v0.22.0
Choose a head ref
  • 11 commits
  • 24 files changed
  • 3 contributors

Commits on Mar 13, 2024

  1. Fix GitHub Actions

    eed3si9n committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2935d41 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #390 from eed3si9n/wip/fix-fuzz

    Fix GitHub Actions
    eed3si9n authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    70b4fe6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Exclude colon, at, and equal from single opchar

    **Problem**
    Currently operator_identifier includes characters
    like colon at and equal even though they cannot be a legal
    operator without backticks.
    Having equal etc pushes tree-sitter into thinking some
    construct to be an infix operation when they are `=`.
    
    Another compilication is Unicode Math symbols,
    which includes equal sign.
    
    **Solution**
    Remove colon, at, equal sign, and Math symbols from the
    single-char operator_identifier.
    This adds back back a few Math symbol unicodes.
    eed3si9n committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    91529e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a7075 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge pull request #394 from eed3si9n/wip/op

    Exclude colon, at, and equal from single opchar
    ckipp01 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d3eb6b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    4b10c34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #395 from tree-sitter/generation

    chore: generate and sync latest changes
    ckipp01 authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b76db43 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. tree-sitter 0.22.6

    eed3si9n committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    4941073 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #379 from eed3si9n/wip/tree-sitter-bump

    Update tree-sitter to 0.22.6
    eed3si9n authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    3080c54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b739be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #400 from tree-sitter/generation

    chore: generate and sync latest changes
    eed3si9n authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    5bce09b View commit details
    Browse the repository at this point in the history
Loading