Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.7k
Add JuliaLang/JuliaSyntax.jl#525 to NEWS.md, flisp parser, and REPL#57143
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Keno commentedJan 23, 2025
Also needs to be added in the flisp parser and needs to wait for the JuliaSyntax version bump. |
pthariensflame commentedJan 24, 2025
8720f42 tof4d279aComparensajko commentedJan 25, 2025
I'm guessing this PR will also need tests, so I added the label. |
pthariensflame commentedFeb 1, 2025
@nsajko I'm not sure what to test; I can't find any tests for the other arrow operators that already exist. |
nsajko commentedFeb 1, 2025
I'd write a simple test like this one: @testset"RIGHTWARDS ARROW WITH LOWER HOOK"begin (l, r)=2l+3r@test5=== (1 1)end Perhaps also something to test its operator precedence? Something like this could be fine, too: Lines 2274 to 2280 in9a278a2
|
pthariensflame commentedFeb 3, 2025
@nsajko Added something based on your second example and the others in that file. |
pthariensflame commentedFeb 4, 2025
Is this ready to merge or are we still waiting onJuliaLang/JuliaSyntaxHighlighting.jl#9 and its followups? |
pthariensflame commentedFeb 6, 2025
@Keno Since the branch just happened: is this able to get in for Julia 16 after all, or do we need to undo the JuliaSyntax change that’s already included in 1.0? |
Keno commentedFeb 6, 2025
It'll be added to the release branch after merge. There's a couple of other PRs in the same boat |
pthariensflame commentedMay 11, 2025
Any news on what needs to happen to merge this? |
nsajko commentedMay 11, 2025
There are conflicts. |
pthariensflame commentedMay 12, 2025
@nsajko Conflicts resolved! |
9a59687 toeacd31dCompareCorrespondingly adds it to the Base id char functions too
229a698 intoJuliaLang:masterUh oh!
There was an error while loading.Please reload this page.
pthariensflame commentedJul 16, 2025
nsajko commentedJul 17, 2025
Doesn't seem to be present in v1.12 NEWS.md: |
Uh oh!
There was an error while loading.Please reload this page.
Now thatJuliaLang/JuliaSyntax.jl#525 has been merged, also add it to the flisp parser and REPL, and document it!