-
Notifications
You must be signed in to change notification settings - Fork 47
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: alex-pinkus/tree-sitter-swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: alex-pinkus/tree-sitter-swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 20 files changed
- 3 contributors
Commits on Mar 14, 2024
-
Recognize
distributed
as a modifier on actors and functions.I elected to specify this as a `property_modifier` given that it's a property of both actors and functions. I considered creating a whole `actor_declaration` node but that seemed a little much. Happy to move this around if needs be.
Configuration menu - View commit details
-
Copy full SHA for 3dad344 - Browse repository at this point
Copy the full SHA 3dad344View commit details -
Configuration menu - View commit details
-
Copy full SHA for df623ca - Browse repository at this point
Copy the full SHA df623caView commit details -
Merge pull request #380 from patrickt/distributed-keyword
Recognize `distributed` as a modifier on actors and functions.
Configuration menu - View commit details
-
Copy full SHA for b3f4708 - Browse repository at this point
Copy the full SHA b3f4708View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f014d8 - Browse repository at this point
Copy the full SHA 8f014d8View commit details -
Add injections for regex highlighting.
This will allow components of regexen to be highlighted on GitHub, in the manner of those in JS and Ruby.
Configuration menu - View commit details
-
Copy full SHA for c27af65 - Browse repository at this point
Copy the full SHA c27af65View commit details
Commits on Mar 15, 2024
-
This adds new rules for parameter packs and expansions in both type and expression position. Since this includes the keyword "repeat", which was already a keyword for a do-while loop, we must modify the do-while loop rule so that it remains valid long enough to disqualify the parameter-pack interpretation. With this change, it's starting to look like the "contextual keyword that is special cased as an identifier" pattern is going to become more standard. To facilitate that, this creates an explicit (hidden) rule for it. Fixes #381
Configuration menu - View commit details
-
Copy full SHA for 78a736d - Browse repository at this point
Copy the full SHA 78a736dView commit details
Commits on Mar 16, 2024
-
Revert "Loosen tree-sitter dependency versions (#379)"
This reverts commit feb5398.
Configuration menu - View commit details
-
Copy full SHA for fecf3a3 - Browse repository at this point
Copy the full SHA fecf3a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c066feb - Browse repository at this point
Copy the full SHA c066febView commit details -
Configuration menu - View commit details
-
Copy full SHA for e04b86c - Browse repository at this point
Copy the full SHA e04b86cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47abc88 - Browse repository at this point
Copy the full SHA 47abc88View commit details
Loading
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 0.4.2...0.4.3