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.2.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.2
Choose a head ref
  • 7 commits
  • 16 files changed
  • 1 contributor

Commits on Jul 14, 2025

  1. test: remove old phony targets

    No need to handle the imports separately, as regular ruff fix takes
    care.
    rmuir committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    a375ea0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from rmuir/remove_phony_targets

    test: remove old phony targets
    rmuir authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    c2c5bb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

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

    chore: specify venv/venvPath for non-based pyright and organize
    rmuir authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    c5962b6 View commit details
    Browse the repository at this point in the history
  3. fix: correct multiline end parse

    The multiline block comment end (`*/`) will match extras rule if it
    begins on its own line: it must be optional for correct parsing of
    javadocs such as:
    
    ```
    /** some text
      * @Blocktag */
    ```
    
    The bug does not impact highlighting nor node structure but is the most
    frequent parsing bug found in corpora testing.
    rmuir committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    5d3bdc9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #81 from rmuir/fix-multiline-end-optional

    fix: correct multiline end parse
    rmuir authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    fd61700 View commit details
    Browse the repository at this point in the history
  5. Release 0.2.2

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