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 1
1
JULIASYNTAX_BRANCH = main
2
- JULIASYNTAX_SHA1 = 2e965a159dd9f87d216d2d50ecbd2ed4f9af2c5a
2
+ JULIASYNTAX_SHA1 = 86bc4331eaa08e08bf2af1ba7b50bbbf4af70cdb
3
3
JULIASYNTAX_GIT_URL := https://github.com/JuliaLang/JuliaSyntax.jl.git
4
4
JULIASYNTAX_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
2454
2454
@test_throws MethodError @m37134 ()(1.0 ) == 62
2455
2455
2456
2456
macro n37134 ()
2457
- quote
2458
- ((x... ,)) -> (x)
2459
- end |> esc
2457
+ :($ (esc (Expr (:tuple , Expr (:... , :x ))))-> $ (esc (:x )))
2460
2458
end
2461
2459
@test @n37134 ()(2 ,1 ) === (2 ,1 )
2462
2460
You can’t perform that action at this time.
0 commit comments