Skip to content

Commit

Permalink
dep: Update JuliaSyntax (#57280)
Browse files Browse the repository at this point in the history
- Update `JuliaSyntax.jl` to v1.0.1
- Revert workaround changes, use original test case `n37134`

Fix #57223
  • Loading branch information
inkydragon authored Feb 6, 2025
1 parent 7621dc5 commit 97c920d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deps/JuliaSyntax.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JULIASYNTAX_BRANCH = main
JULIASYNTAX_SHA1 = 2e965a159dd9f87d216d2d50ecbd2ed4f9af2c5a
JULIASYNTAX_SHA1 = 86bc4331eaa08e08bf2af1ba7b50bbbf4af70cdb
JULIASYNTAX_GIT_URL := https://github.com/JuliaLang/JuliaSyntax.jl.git
JULIASYNTAX_TAR_URL = https://api.github.com/repos/JuliaLang/JuliaSyntax.jl/tarball/$1

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a514fe65096a489bd4d3c06b675573c7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
95d45a27e427f2553da4d4e821edaee6896121977ce6572212c4234013c6f85bc69fc78d237b4dae5d4ed3451f3ba9e1a7172668025ef7bf8aad024293aa2865
4 changes: 1 addition & 3 deletions test/syntax.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2454,9 +2454,7 @@ end
@test_throws MethodError @m37134()(1.0) == 62

macro n37134()
quote
((x...,)) -> (x)
end |> esc
:($(esc(Expr(:tuple, Expr(:..., :x))))->$(esc(:x)))
end
@test @n37134()(2,1) === (2,1)

Expand Down

0 comments on commit 97c920d

Please sign in to comment.