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:v3.4.0
head repository:ruby-syntax-tree/syntax_tree
Uh oh!
There was an error while loading.Please reload this page.
compare:v3.5.0
- 16commits
- 20files changed
- 4contributors
Commits on Aug 19, 2022
Use q.format for Formatter.format
When you're formatting an individual node, it's useful to push itonto the parent stack to make sure every child node can formatproperly.
kddnewton committedAug 19, 2022 Merge pull request#141from ruby-syntax-tree/use-q-format
Use q.format for Formatter.format
kddnewton authoredAug 19, 2022 Bump minitest from 5.16.2 to 5.16.3
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.16.2 to 5.16.3.- [Release notes](https://github.com/seattlerb/minitest/releases)- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)- [Commits](minitest/minitest@v5.16.2...v5.16.3)---updated-dependencies:- dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authoredAug 19, 2022 Merge pull request#142from ruby-syntax-tree/dependabot/bundler/mini…
…test-5.16.3Bump minitest from 5.16.2 to 5.16.3
github-actions[bot] authoredAug 19, 2022
Commits on Aug 22, 2022
Bump rubocop from 1.35.0 to 1.35.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.0 to 1.35.1.- [Release notes](https://github.com/rubocop/rubocop/releases)- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)- [Commits](rubocop/rubocop@v1.35.0...v1.35.1)---updated-dependencies:- dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authoredAug 22, 2022 Merge pull request#145from ruby-syntax-tree/dependabot/bundler/rubo…
…cop-1.35.1Bump rubocop from 1.35.0 to 1.35.1
github-actions[bot] authoredAug 22, 2022
Commits on Aug 23, 2022
Fix right assignment token management
kddnewton committedAug 23, 2022 Merge pull request#147from ruby-syntax-tree/fix-146
Fix right assignment token management
kddnewton authoredAug 23, 2022
Commits on Aug 25, 2022
Rename STDINItem to ScriptItem
paracycle committedAug 25, 2022 - paracycle committed
Aug 25, 2022
Commits on Aug 26, 2022
Merge pull request#152from paracycle/uk-add-script-flag
Add ability to pass scripts via a command line option
kddnewton authoredAug 26, 2022 - kddnewton committed
Aug 26, 2022 - kddnewton committed
Aug 26, 2022 - kddnewton committed
Aug 26, 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 v3.4.0...v3.5.0
Uh oh!
There was an error while loading.Please reload this page.