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: v6.0.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: v6.0.2
Choose a head ref
  • 16 commits
  • 10 files changed
  • 6 contributors

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    ed6e206 View commit details
    Browse the repository at this point in the history
  2. 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 committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    d3410ff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #321 from eregon/fix-truffleruby-ci

    Fix CI for TruffleRuby
    kddnewton authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    adde5da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58d2ab4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #323 from ruby-syntax-tree/fix-ast-output

    Fix AST output for Command and CommandCall nodes
    kddnewton authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    451085c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

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

    …cop-1.47.0
    
    Bump rubocop from 1.46.0 to 1.47.0
    github-actions[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    654ebcb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Fix lambda local locations

    Co-authored-by: Kevin Newton <[email protected]>
    vinistock and kddnewton committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    2367cb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a51e7c View commit details
    Browse the repository at this point in the history
  3. Add support for regexp locals

    Co-authored-by: Kevin Newton <[email protected]>
    vinistock and kddnewton committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ac63bef View commit details
    Browse the repository at this point in the history
  4. Add support for lambda and block locals

    Co-authored-by: Kevin Newton <[email protected]>
    vinistock and kddnewton committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    039c087 View commit details
    Browse the repository at this point in the history
  5. Fix test for pinned variable

    Co-authored-by: Kevin Newton <[email protected]>
    vinistock and kddnewton committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    48a630a View commit details
    Browse the repository at this point in the history
  6. Fix WithScope visits for deconstructed block params

    Co-authored-by: Kevin Newton <[email protected]>
    vinistock and kddnewton committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    77bdc12 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #329 from vinistock/vs/add_support_for_more_locals

    Add support for more locals in WithScope
    kddnewton authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    384a0d2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #328 from vinistock/vs/fix_deconstructed_block_params

    Fix WithScope visits for deconstructed block params
    kddnewton authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1510e4f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Bump to version 6.0.2

    kddnewton committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    4864692 View commit details
    Browse the repository at this point in the history
Loading