Skip to content

Fixed priority_of_binop to handle PLUSn, MINUSn and STARn - #1138

Merged
strub merged 1 commit into
mainfrom
fix-1121
Sep 11, 2026
Merged

Fixed priority_of_binop to handle PLUSn, MINUSn and STARn#1138
strub merged 1 commit into
mainfrom
fix-1121

Conversation

@alleystoughton

Copy link
Copy Markdown
Member

Fixed priority_of_binop to handle PLUSn, MINUSn and STARn,
as otherwise infix operators like ++, -- and ** do not pretty print properly.

as otherwise infix operators like ++, -- and ** do not
pretty print properly.
@strub strub self-assigned this Sep 11, 2026
@strub
strub enabled auto-merge September 11, 2026 14:50
@strub

strub commented Sep 11, 2026

Copy link
Copy Markdown
Member

Fix #1121

@strub strub linked an issue Sep 11, 2026 that may be closed by this pull request
@strub
strub added this pull request to the merge queue Sep 11, 2026
Merged via the queue into main with commit 090460f Sep 11, 2026
19 checks passed
@strub
strub deleted the fix-1121 branch September 11, 2026 16:11
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.

some infix operators when applied to arguments pretty print incorrectly

2 participants