Skip to content

Conversation

viralpraxis
Copy link
Contributor

@viralpraxis viralpraxis commented Apr 30, 2025

Extracted from #387

Without this change, the following code snippets

a or b and c

and

a[:x] = b[:x] || c[:x] || d(:new)

do not round trip.

Extracted from mbj#387

Without this change, the following code snippets

```ruby
a or b and c
```

and

```ruby
a[:x] = b[:x] || c[:x] || d(:new)
```

do not round trip.
@viralpraxis viralpraxis force-pushed the fix-and-or-operators-round-trip-assoc branch from 380b916 to 8d813e2 Compare April 30, 2025 10:46
@mbj mbj merged commit 380163a into mbj:main Apr 30, 2025
11 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