deps: update JuliaSyntax to v1.0.0#57188
Conversation
| @@ -1,4 +1,4 @@ | |||
| JULIASYNTAXHIGHLIGHTING_BRANCH = main | |||
| JULIASYNTAXHIGHLIGHTING_SHA1 = 19bd57b89c648592155156049addf67e0638eab1 | |||
| JULIASYNTAXHIGHLIGHTING_SHA1 = cdd5803653a0fee6952f4b48e62f07e9381d8676 | |||
There was a problem hiding this comment.
The current commit only exists in my PR for JuliaSyntaxHighlighting.jl.
(JuliaLang/JuliaSyntaxHighlighting.jl#9)
So do not merge.
8ccddea to
54e1520
Compare
| @test Meta.lower(Main, :(a.[1])) == Expr(:error, "invalid syntax \"a.[1]\"") | ||
| @test Meta.lower(Main, :(a.{1})) == Expr(:error, "invalid syntax \"a.{1}\"") | ||
| @test_broken Meta.lower(Main, :(a.[1])) == Expr(:error, "invalid syntax \"a.[1]\"") | ||
| @test_broken Meta.lower(Main, :(a.{1})) == Expr(:error, "invalid syntax \"a.{1}\"") |
There was a problem hiding this comment.
Maybe good with an issue at JuliaSyntax.jl so there is something tracking this.
There was a problem hiding this comment.
54e1520 to
58a2047
Compare
|
Not sure if this is a bug or just need to update the test case. Lines 2456 to 2459 in f209eba Test case add in #37534 Seems there is something wrong with macro m1()
quote
((x...,)) -> (x)
end |> esc
end
macro m2()
quote
(x...) -> (x)
end |> esc
endThose two fixes work for me. |
58a2047 to
601e395
Compare
|
PR now passes all tests (with a few new broken tests added) |
|
Looks good, are the JuliaSyntaxHighlighting commits on a stable place now so this can be merged? |
Maybe not. |
|
Let's do the strategy in JuliaLang/JuliaSyntaxHighlighting.jl#9 (comment) (merge this, then merge that PR and change the commit). |
This pr:
Note:
JuliaSyntax.jlcontains some breaking changes in v1.0.0,so we need to update
JuliaSyntaxHighlighting.jlat the same time.Close #57166