-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Made \brokenbar ¦ and \notslash ⌿ infix. fixes #34651 #37973
Conversation
@JeffBezanson , Can this PR be merged if it is satisfactory? |
Needs a NEWS item |
Ah, turns out this does not quite work yet, since these characters are in the "So" category. |
So this is technically a breaking change since they are valid parts of identifiers in 1.5: julia> x¦ = 3
3
julia> x⌿ = 7
7 I doubt that it will break anything in practice, but should we revert the patch and create a new PR with the modifications to |
JuliaHub code search doesn't turn up any results, so it's probably ok. |
There's also a bunch of issue links that are missing (JuliaLang#37410, JuliaLang#37247, JuliaLang#37540, JuliaLang#37973, JuliaLang#37461, JuliaLang#37753) but it seems there's a script that generates the links so I'm assuming that will be fixed automatically. Co-authored-by: Viral B. Shah <[email protected]>
Fixes #34651