Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork59
Comparing changes
Open a pull request
base repository:ruby-syntax-tree/syntax_tree
Uh oh!
There was an error while loading.Please reload this page.
base:v4.0.1
head repository:ruby-syntax-tree/syntax_tree
Uh oh!
There was an error while loading.Please reload this page.
compare:v4.0.2
- 7commits
- 6files changed
- 4contributors
Commits on Oct 18, 2022
Remove aref_field specific visit from WithEnvironment
ARefField nodes end up with regular VarRef nodes inside, so we wereactually counting them twice
vinistock committedOct 18, 2022 Only create fresh environment for a MethodAddBlock block
The call part of a MethodAddBlock node occurs in the same environment.Only the block portion of it occurs in a fresh environment.
vinistock committedOct 18, 2022 Handle nested required arguments
Handle arguments of type [].each do |one, (two, three)| endwhen declaring arguments
vinistock committedOct 18, 2022 Merge pull request#177from vinistock/vs/fix_other_environment_cases
Fix other environment cases
kddnewton authoredOct 18, 2022
Commits on Oct 19, 2022
Bump prettier_print from 1.0.1 to 1.0.2
Bumps [prettier_print](https://github.com/ruby-syntax-tree/prettier_print) from 1.0.1 to 1.0.2.- [Release notes](https://github.com/ruby-syntax-tree/prettier_print/releases)- [Changelog](https://github.com/ruby-syntax-tree/prettier_print/blob/main/CHANGELOG.md)- [Commits](ruby-syntax-tree/prettier_print@v1.0.1...v1.0.2)---updated-dependencies:- dependency-name: prettier_print dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authoredOct 19, 2022 Merge pull request#178from ruby-syntax-tree/dependabot/bundler/pret…
…tier_print-1.0.2Bump prettier_print from 1.0.1 to 1.0.2
github-actions[bot] authoredOct 19, 2022 - kddnewton committed
Oct 19, 2022
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 v4.0.1...v4.0.2
Uh oh!
There was an error while loading.Please reload this page.