Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Base.operator_associativity of ternary #57165

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adienes
Copy link
Contributor

@adienes adienes commented Jan 27, 2025

closes #54637

before:

julia> Base.operator_associativity(:?)
:left

after:

julia> Base.operator_associativity(:?)
:right

@adienes adienes added the bugfix This change fixes an existing bug label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Base.operator_associativity(:?) incorrectly returns :left
1 participant