Skip to content

Commit

Permalink
Try bumping JuliaSyntax to 0.4.10
Browse files Browse the repository at this point in the history
The last time we tried to bump JuliaSyntax (#53119),
it didn't work out due to test failues. As a result, we haven't actually
bumped JuliaSyntax in about a year and there are several syntax changes
in JuliaSyntax that we haven't picked up yet (i.e. are waiting in PRs).
I don't know what the current situation is, but I think we need to get
back to a point where we can bump JuliaSyntax regualarly, so let's try
to take the first step.
  • Loading branch information
Keno committed Dec 9, 2024
1 parent 7192df7 commit bd73221
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 bd73221

Please sign in to comment.