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.0.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.0.1
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 7, 2022

  1. Bump rubocop from 1.31.1 to 1.31.2

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.31.1 to 1.31.2.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.31.1...v1.31.2)
    
    ---
    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] authored Jul 7, 2022
    Copy the full SHA
    e9ff7d6 View commit details
  2. Merge pull request #110 from ruby-syntax-tree/dependabot/bundler/rubo…

    …cop-1.31.2
    
    Bump rubocop from 1.31.1 to 1.31.2
    github-actions[bot] authored Jul 7, 2022
    Copy the full SHA
    f353399 View commit details

Commits on Jul 15, 2022

  1. Fix parallel CLI execution

    When running the CLI in parallel, you can't use `||` on outputs because
    that will potentially not evaluate the RHS of the expression. Instead,
    we'll use `|` to combine outputs.
    kddnewton committed Jul 15, 2022
    Copy the full SHA
    bfb4a84 View commit details
  2. Merge pull request #112 from ruby-syntax-tree/fix-111

    Fix parallel CLI execution
    kddnewton authored Jul 15, 2022
    Copy the full SHA
    c7736d4 View commit details
  3. Bump to v3.0.1

    kddnewton committed Jul 15, 2022
    Copy the full SHA
    b5024c3 View commit details
Loading