Skip to content
Permalink

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: ruby-syntax-tree/syntax_tree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.0
Choose a base ref
...
head repository: ruby-syntax-tree/syntax_tree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 16 commits
  • 20 files changed
  • 4 contributors

Commits on Aug 19, 2022

  1. Use q.format for Formatter.format

    When you're formatting an individual node, it's useful to push it
    onto the parent stack to make sure every child node can format
    properly.
    kddnewton committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a5db93d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #141 from ruby-syntax-tree/use-q-format

    Use q.format for Formatter.format
    kddnewton authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ce1088b View commit details
    Browse the repository at this point in the history
  3. 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] <[email protected]>
    dependabot[bot] authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    7649351 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #142 from ruby-syntax-tree/dependabot/bundler/mini…

    …test-5.16.3
    
    Bump minitest from 5.16.2 to 5.16.3
    github-actions[bot] authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    4413e8b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. 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] <[email protected]>
    dependabot[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    37b22f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #145 from ruby-syntax-tree/dependabot/bundler/rubo…

    …cop-1.35.1
    
    Bump rubocop from 1.35.0 to 1.35.1
    github-actions[bot] authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    12b1298 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    87d928c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #147 from ruby-syntax-tree/fix-146

    Fix right assignment token management
    kddnewton authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8ff9ab0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    d728d25 View commit details
    Browse the repository at this point in the history
  2. Add inline script option

    paracycle committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1be1965 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Merge pull request #152 from paracycle/uk-add-script-flag

    Add ability to pass scripts via a command line option
    kddnewton authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1099498 View commit details
    Browse the repository at this point in the history
  2. Support Ruby 2.7.0

    kddnewton committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    4a1ac2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #148 from ruby-syntax-tree/2-7

    Support Ruby 2.7.0
    kddnewton authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1fb61b7 View commit details
    Browse the repository at this point in the history
  4. Support Ruby 2.7.0

    kddnewton committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    f79754f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #153 from ruby-syntax-tree/2-7

    Add auto-merge
    kddnewton authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    41c3ece View commit details
    Browse the repository at this point in the history
  6. Bump to v3.5.0

    kddnewton committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    75cc00a View commit details
    Browse the repository at this point in the history
Loading