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: rubocop/rubocop-ast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.33.1
Choose a base ref
...
head repository: rubocop/rubocop-ast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.34.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 2, 2024

  1. Restore docs/antora.yml

    marcandre committed Nov 2, 2024
    Copy the full SHA
    c5c3b04 View commit details

Commits on Nov 4, 2024

  1. Introduce lhs and rhs aliases to assignment nodes for consistency.

    The methods are already available for `masgn`, so this will allow all assignment node types to have the same two methods so that they can be dealt with in unison.
    dvandersluis authored and marcandre committed Nov 4, 2024
    Copy the full SHA
    4816b55 View commit details
  2. Update Changelog

    marcandre committed Nov 4, 2024
    Copy the full SHA
    1e80a78 View commit details
  3. Cut 1.34.0

    marcandre committed Nov 4, 2024
    Copy the full SHA
    df28f10 View commit details
Showing with 137 additions and 125 deletions.
  1. +129 −123 CHANGELOG.md
  2. +1 −1 docs/antora.yml
  3. +2 −0 lib/rubocop/ast/node/asgn_node.rb
  4. +2 −0 lib/rubocop/ast/node/casgn_node.rb
  5. +2 −0 lib/rubocop/ast/node/op_asgn_node.rb
  6. +1 −1 lib/rubocop/ast/version.rb
Loading