-
Notifications
You must be signed in to change notification settings - Fork 59
Comparing changes
Open a pull request
base repository: tree-sitter/tree-sitter-scala
base: v0.21.0
head repository: tree-sitter/tree-sitter-scala
compare: v0.22.0
- 11 commits
- 24 files changed
- 3 contributors
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2935d41 - Browse repository at this point
Copy the full SHA 2935d41View commit details -
Merge pull request #390 from eed3si9n/wip/fix-fuzz
Fix GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 70b4fe6 - Browse repository at this point
Copy the full SHA 70b4fe6View commit details
Commits on Apr 14, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 91529e9 - Browse repository at this point
Copy the full SHA 91529e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a7075 - Browse repository at this point
Copy the full SHA 16a7075View commit details
Commits on Apr 15, 2024
-
Merge pull request #394 from eed3si9n/wip/op
Exclude colon, at, and equal from single opchar
Configuration menu - View commit details
-
Copy full SHA for d3eb6b2 - Browse repository at this point
Copy the full SHA d3eb6b2View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b10c34 - Browse repository at this point
Copy the full SHA 4b10c34View commit details -
Merge pull request #395 from tree-sitter/generation
chore: generate and sync latest changes
Configuration menu - View commit details
-
Copy full SHA for b76db43 - Browse repository at this point
Copy the full SHA b76db43View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4941073 - Browse repository at this point
Copy the full SHA 4941073View commit details -
Merge pull request #379 from eed3si9n/wip/tree-sitter-bump
Update tree-sitter to 0.22.6
Configuration menu - View commit details
-
Copy full SHA for 3080c54 - Browse repository at this point
Copy the full SHA 3080c54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b739be - Browse repository at this point
Copy the full SHA 9b739beView commit details -
Merge pull request #400 from tree-sitter/generation
chore: generate and sync latest changes
Configuration menu - View commit details
-
Copy full SHA for 5bce09b - Browse repository at this point
Copy the full SHA 5bce09bView 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.21.0...v0.22.0