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:v6.0.1
head repository:ruby-syntax-tree/syntax_tree
Uh oh!
There was an error while loading.Please reload this page.
compare:v6.0.2
- 16commits
- 10files changed
- 6contributors
Commits on Feb 27, 2023
Disable SimpleCov on truffleruby as it adds around 5 seconds to tests…
… for little value
eregon committedFeb 27, 2023 Disable reflection type verification on truffleruby
* It fails transiently and Ripper does not seem to provide any way to investigate the actual error/exception.
eregon committedFeb 27, 2023 Merge pull request#321from eregon/fix-truffleruby-ci
Fix CI for TruffleRuby
kddnewton authoredFeb 27, 2023 Fix AST output for Command and CommandCall nodes
kddnewton committedFeb 27, 2023 Merge pull request#323from ruby-syntax-tree/fix-ast-output
Fix AST output for Command and CommandCall nodes
kddnewton authoredFeb 27, 2023
Commits on Mar 1, 2023
Bump rubocop from 1.46.0 to 1.47.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.46.0 to 1.47.0.- [Release notes](https://github.com/rubocop/rubocop/releases)- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)- [Commits](rubocop/rubocop@v1.46.0...v1.47.0)---updated-dependencies:- dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authoredMar 1, 2023 Merge pull request#325from ruby-syntax-tree/dependabot/bundler/rubo…
…cop-1.47.0Bump rubocop from 1.46.0 to 1.47.0
github-actions[bot] authoredMar 1, 2023
Commits on Mar 2, 2023
Co-authored-by: Kevin Newton <kddnewton@users.noreply.github.com>
Merge pull request#327from vinistock/vs/fix_lambda_local_locations
kddnewton authoredMar 2, 2023 Co-authored-by: Kevin Newton <kddnewton@users.noreply.github.com>
Add support for lambda and block locals
Co-authored-by: Kevin Newton <kddnewton@users.noreply.github.com>
Co-authored-by: Kevin Newton <kddnewton@users.noreply.github.com>
Fix WithScope visits for deconstructed block params
Co-authored-by: Kevin Newton <kddnewton@users.noreply.github.com>
Merge pull request#329from vinistock/vs/add_support_for_more_locals
Add support for more locals in WithScope
kddnewton authoredMar 2, 2023 Merge pull request#328from vinistock/vs/fix_deconstructed_block_params
Fix WithScope visits for deconstructed block params
kddnewton authoredMar 2, 2023
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 v6.0.1...v6.0.2
Uh oh!
There was an error while loading.Please reload this page.