Skip to content

Commit

Permalink
Bump JuliaSyntax to 0.4.10 (#56110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno authored Dec 10, 2024
1 parent 42bd791 commit 9d28a06
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 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 = 4f1731d6ce7c2465fc21ea245110b7a39f34658a
JULIASYNTAX_SHA1 = dfd1d69b153eb119873035e62993a109b27192f0
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 @@
e58559668aabb0fa96d598970c4d648e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
59e22f7db63a383beadf96a68d4db6ae173d61be6d766ea1792b3a3bd70125f73dd4df9e55bad4c66363aa0b6ff6ea5259d3c91abf42f5fe34446e3fa076cc87
2 changes: 1 addition & 1 deletion test/syntax.jl
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ let err = try
catch e
e
end
@test err.line == 7
@test err.line in (5, 7)
end

# PR #17393
Expand Down

0 comments on commit 9d28a06

Please sign in to comment.