-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: rmuir/tree-sitter-javadoc
base: v0.2.1
head repository: rmuir/tree-sitter-javadoc
compare: v0.2.2
- 7 commits
- 16 files changed
- 1 contributor
Commits on Jul 14, 2025
-
test: remove old phony targets
No need to handle the imports separately, as regular ruff fix takes care.
Configuration menu - View commit details
-
Copy full SHA for a375ea0 - Browse repository at this point
Copy the full SHA a375ea0View commit details -
Merge pull request #79 from rmuir/remove_phony_targets
test: remove old phony targets
Configuration menu - View commit details
-
Copy full SHA for c2c5bb9 - Browse repository at this point
Copy the full SHA c2c5bb9View commit details
Commits on Jul 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ace0947 - Browse repository at this point
Copy the full SHA ace0947View commit details -
Merge pull request #80 from rmuir/injection_pyproject
chore: specify venv/venvPath for non-based pyright and organize
Configuration menu - View commit details
-
Copy full SHA for c5962b6 - Browse repository at this point
Copy the full SHA c5962b6View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5d3bdc9 - Browse repository at this point
Copy the full SHA 5d3bdc9View commit details -
Merge pull request #81 from rmuir/fix-multiline-end-optional
fix: correct multiline end parse
Configuration menu - View commit details
-
Copy full SHA for fd61700 - Browse repository at this point
Copy the full SHA fd61700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51cbb3d - Browse repository at this point
Copy the full SHA 51cbb3dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.1...v0.2.2