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: v2.7.1
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: v2.8.0
Choose a head ref
  • 17 commits
  • 14 files changed
  • 5 contributors

Commits on May 26, 2022

  1. Bump rubocop from 1.29.1 to 1.30.0

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.29.1 to 1.30.0.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.29.1...v1.30.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] authored May 26, 2022
    Copy the full SHA
    2f69135 View commit details
  2. Merge pull request #93 from ruby-syntax-tree/dependabot/bundler/ruboc…

    …op-1.30.0
    
    Bump rubocop from 1.29.1 to 1.30.0
    github-actions[bot] authored May 26, 2022
    Copy the full SHA
    c7f9034 View commit details

Commits on Jun 1, 2022

  1. Parallel CLI execution

    kddnewton committed Jun 1, 2022
    Copy the full SHA
    009c570 View commit details

Commits on Jun 6, 2022

  1. Bump rubocop from 1.30.0 to 1.30.1

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.30.0 to 1.30.1.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.30.0...v1.30.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] authored Jun 6, 2022
    Copy the full SHA
    531c6f9 View commit details
  2. Merge pull request #94 from ruby-syntax-tree/dependabot/bundler/ruboc…

    …op-1.30.1
    
    Bump rubocop from 1.30.0 to 1.30.1
    github-actions[bot] authored Jun 6, 2022
    Copy the full SHA
    830cbae View commit details

Commits on Jun 10, 2022

  1. Merge pull request #96 from ruby-syntax-tree/parallel

    Parallel CLI execution
    kddnewton authored Jun 10, 2022
    Copy the full SHA
    b18321d View commit details
  2. Copy the full SHA
    640db96 View commit details
  3. Merge pull request #97 from ruby-syntax-tree/did-you-mean

    Fix up did_you_mean usage
    kddnewton authored Jun 10, 2022
    Copy the full SHA
    9ad1cdd View commit details
  4. Add new node, HeredocEnd

    wildmaples committed Jun 10, 2022
    Copy the full SHA
    3c98f36 View commit details
  5. Add test for HeredocEnd

    wildmaples committed Jun 10, 2022
    Copy the full SHA
    0276c44 View commit details
  6. Merge pull request #95 from wildmaples/heredoc-end

    Introduce new node `SyntaxTree::HeredocEnd`
    kddnewton authored Jun 10, 2022
    Copy the full SHA
    bedab54 View commit details

Commits on Jun 15, 2022

  1. Bump minitest from 5.15.0 to 5.16.0

    Bumps [minitest](https://github.com/seattlerb/minitest) from 5.15.0 to 5.16.0.
    - [Release notes](https://github.com/seattlerb/minitest/releases)
    - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
    - [Commits](minitest/minitest@v5.15.0...v5.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: minitest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 15, 2022
    Copy the full SHA
    b9b8d2f View commit details
  2. Merge pull request #98 from ruby-syntax-tree/dependabot/bundler/minit…

    …est-5.16.0
    
    Bump minitest from 5.15.0 to 5.16.0
    github-actions[bot] authored Jun 15, 2022
    Copy the full SHA
    1447294 View commit details

Commits on Jun 19, 2022

  1. Copy the full SHA
    ac16838 View commit details

Commits on Jun 20, 2022

  1. Allow CLI flags for lsp

    xeger committed Jun 20, 2022
    Copy the full SHA
    480f095 View commit details

Commits on Jun 21, 2022

  1. Merge pull request #99 from xeger/lspOptions

    Allow CLI flags for lsp
    kddnewton authored Jun 21, 2022
    Copy the full SHA
    7198b92 View commit details
  2. Bump to version 2.8.0

    kddnewton committed Jun 21, 2022
    Copy the full SHA
    653b726 View commit details
Loading