File tree Expand file tree Collapse file tree 6 files changed +4
-6
lines changed
JuliaSyntax-2e965a159dd9f87d216d2d50ecbd2ed4f9af2c5a.tar.gz
JuliaSyntax-86bc4331eaa08e08bf2af1ba7b50bbbf4af70cdb.tar.gz Expand file tree Collapse file tree 6 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11JULIASYNTAX_BRANCH = main
2- JULIASYNTAX_SHA1 = 2e965a159dd9f87d216d2d50ecbd2ed4f9af2c5a
2+ JULIASYNTAX_SHA1 = 86bc4331eaa08e08bf2af1ba7b50bbbf4af70cdb
33JULIASYNTAX_GIT_URL := https://github.com/JuliaLang/JuliaSyntax.jl.git
44JULIASYNTAX_TAR_URL = https://api.github.com/repos/JuliaLang/JuliaSyntax.jl/tarball/$1
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ a514fe65096a489bd4d3c06b675573c7
Original file line number Diff line number Diff line change 1+ 95d45a27e427f2553da4d4e821edaee6896121977ce6572212c4234013c6f85bc69fc78d237b4dae5d4ed3451f3ba9e1a7172668025ef7bf8aad024293aa2865
Original file line number Diff line number Diff line change @@ -2454,9 +2454,7 @@ end
24542454@test_throws MethodError @m37134 ()(1.0 ) == 62
24552455
24562456macro n37134 ()
2457- quote
2458- ((x... ,)) -> (x)
2459- end |> esc
2457+ :($ (esc (Expr (:tuple , Expr (:... , :x ))))-> $ (esc (:x )))
24602458end
24612459@test @n37134 ()(2 ,1 ) === (2 ,1 )
24622460
You can’t perform that action at this time.
0 commit comments