Skip to content

Fix not binding power in endless methods#3982

Merged
kddnewton merged 1 commit intomainfrom
fix-not
Mar 10, 2026
Merged

Fix not binding power in endless methods#3982
kddnewton merged 1 commit intomainfrom
fix-not

Conversation

@kddnewton
Copy link
Collaborator

[Bug #21097]

Also, parse:

x = a rescue b in c

as:

(x = (a rescue b)) in c

and:

def f = a rescue b in c

as:

(def f = (a rescue b)) in c

[Bug #21097]

Also, parse:

```
x = a rescue b in c
```

as:

```
(x = (a rescue b)) in c
```

and:

```
def f = a rescue b in c
```

as:

```
(def f = (a rescue b)) in c
```
@kddnewton kddnewton merged commit 203a520 into main Mar 10, 2026
67 checks passed
@kddnewton kddnewton deleted the fix-not branch March 10, 2026 13:43
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.

1 participant