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: v4.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: v4.0.2
Choose a head ref
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on Oct 18, 2022

  1. Remove aref_field specific visit from WithEnvironment

    ARefField nodes end up with regular VarRef nodes inside, so we were
    actually counting them twice
    vinistock committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    07ac277 View commit details
    Browse the repository at this point in the history
  2. Only create fresh environment for a MethodAddBlock block

    The call part of a MethodAddBlock node occurs in the same environment.
    Only the block portion of it occurs in a fresh environment.
    vinistock committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    329ce7d View commit details
    Browse the repository at this point in the history
  3. Handle nested required arguments

    Handle arguments of type
        [].each do |one, (two, three)|
        end
    when declaring arguments
    vinistock committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    bd42046 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #177 from vinistock/vs/fix_other_environment_cases

    Fix other environment cases
    kddnewton authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    100e0a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Bump prettier_print from 1.0.1 to 1.0.2

    Bumps [prettier_print](https://github.com/ruby-syntax-tree/prettier_print) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/ruby-syntax-tree/prettier_print/releases)
    - [Changelog](https://github.com/ruby-syntax-tree/prettier_print/blob/main/CHANGELOG.md)
    - [Commits](ruby-syntax-tree/prettier_print@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier_print
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c71415e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #178 from ruby-syntax-tree/dependabot/bundler/pret…

    …tier_print-1.0.2
    
    Bump prettier_print from 1.0.1 to 1.0.2
    github-actions[bot] authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    ce93566 View commit details
    Browse the repository at this point in the history
  3. Bump to version 4.0.2

    kddnewton committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    2f8d280 View commit details
    Browse the repository at this point in the history
Loading