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: rmuir/tree-sitter-javadoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: rmuir/tree-sitter-javadoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 14 commits
  • 19 files changed
  • 2 contributors

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    edc1fb2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from rmuir/c_style

    style: clean up scanner formatting/warnings
    rmuir authored Jun 16, 2025
    1 Configuration menu
    Copy the full SHA
    3f2ed55 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

  1. ci: bump tree-sitter/parser-test-action

    Bumps [tree-sitter/parser-test-action](https://github.com/tree-sitter/parser-test-action) from 221c1838baa693cf2a71af78cd203cb7e3bb6e82 to d70d9d71114d35dda8e60e54604036a89f667a8c.
    - [Release notes](https://github.com/tree-sitter/parser-test-action/releases)
    - [Commits](tree-sitter/parser-test-action@221c183...d70d9d7)
    
    ---
    updated-dependencies:
    - dependency-name: tree-sitter/parser-test-action
      dependency-version: d70d9d71114d35dda8e60e54604036a89f667a8c
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    408889f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Merge pull request #54 from rmuir/dependabot/github_actions/tree-sitt…

    …er/parser-test-action-d70d9d71114d35dda8e60e54604036a89f667a8c
    
    ci: bump tree-sitter/parser-test-action from 221c1838baa693cf2a71af78cd203cb7e3bb6e82 to d70d9d71114d35dda8e60e54604036a89f667a8c
    rmuir authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    3e8eb38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18382f1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from rmuir/ci_abi_version_input

    ci: use parser-test-action's abi-version input
    rmuir authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    6682518 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. Configuration menu
    Copy the full SHA
    45878df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from rmuir/no-useless-escape

    style: remove useless escapes and crank up linter more
    rmuir authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    ac58d03 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump eslint from 9.29.0 to 9.30.0

    Bumps [eslint](https://github.com/eslint/eslint) from 9.29.0 to 9.30.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.29.0...v9.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 9.30.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    d4d7ace View commit details
    Browse the repository at this point in the history
  4. Merge pull request #57 from rmuir/dependabot/npm_and_yarn/eslint-9.30.0

    build(deps): bump eslint from 9.29.0 to 9.30.0
    rmuir authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    298324f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. fix(python): use abi-14 since this is the max py-tree-sitter supports.

    Fix python bindings to just work with 'pip install'.
    Add a failing test that would have indicated the issue in CI.
    Test python bindings against ABI 14 and publish ABI 14 wheels in pypi.
    rmuir committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    765daf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35c201b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from rmuir/python-abi-14

    fix(python): use abi-14 since this is the max py-tree-sitter supports.
    rmuir authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    1c20c06 View commit details
    Browse the repository at this point in the history
  4. Release 0.2.0

    rmuir committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    c5b7341 View commit details
    Browse the repository at this point in the history
Loading