Skip to content

fix: clone operator precedence#1272

Merged
alexander-akait merged 1 commit into
mainfrom
fix/clone-operator-precedence
May 27, 2026
Merged

fix: clone operator precedence#1272
alexander-akait merged 1 commit into
mainfrom
fix/clone-operator-precedence

Conversation

@jorgsowa
Copy link
Copy Markdown
Collaborator

The clone operator was incorrectly consuming binary operators. For example:
clone $obj + 1 was parsed as clone ($obj + 1) instead of the correct: (clone $obj) + 1

The clone operator was incorrectly consuming binary operators. For example:
  clone $obj + 1  was parsed as  clone ($obj + 1)
instead of the correct:
  (clone $obj) + 1
@alexander-akait alexander-akait merged commit 0b3dbe8 into main May 27, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants