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.22.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.1
Choose a head ref
  • 15 commits
  • 20 files changed
  • 4 contributors

Commits on Jun 30, 2024

  1. Bump smoke test targets

    **Problem**
    We currently use scala/scala and scala/scala3 to run the smoke test,
    but the versions are slightly older.
    
    **Solution**
    1. This bumps the versions to latest. Thankfully not much regression on the percentage.
    2. This also adds lila for testing.
    eed3si9n committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    ae91190 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #401 from eed3si9n/wip/smoke

    Bump smoke test targets
    eed3si9n authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    de465b0 View commit details
    Browse the repository at this point in the history
  3. Move corpus

    **Problem/Solution**
    I noticed that corpus tests weren't running.
    Apparently tree-sitter 0.22.0 moved the directory -https://github.com/tree-sitter/tree-sitter/releases/tag/v0.22.0
    eed3si9n committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    a6e8f24 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #402 from eed3si9n/wip/corpus

    Move corpus
    eed3si9n authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    599d12b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    3fb3931 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #405 from eed3si9n/wip/array

    refactor(scanner): use new array header for stack
    eed3si9n authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a13f2d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. ci: Add GitHub Actions to publish

    amaanq authored and eed3si9n committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0d0b874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81e3d8f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Merge pull request #408 from eed3si9n/wip/github_actions

    ci: Add GitHub Actions to publish
    eed3si9n authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c694c1b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    39705e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #409 from susliko/literals-and-infix-types

    Allow literal types to be operands of an infix type
    eed3si9n authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0dc16cf View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

    chore: generate and sync latest changes
    eed3si9n authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    53b0f18 View commit details
    Browse the repository at this point in the history
  3. Bump version number

    eed3si9n committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d2ece17 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #411 from eed3si9n/wip/bump

    Bump version number
    eed3si9n authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    26eb655 View commit details
    Browse the repository at this point in the history
Loading