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 Oct 11, 2024
1 parent 9844d85 commit 944c188
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 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 = 09576ca6b8b11d0888e6fce855ae188d0b3a6737
JULIASYNTAX_GIT_URL := https://github.com/JuliaLang/JuliaSyntax.jl.git
JULIASYNTAX_TAR_URL = https://api.github.com/repos/JuliaLang/JuliaSyntax.jl/tarball/$1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2d6cec51a2ba6e9f184d12f140b1f882
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9a848b0d41acb2f548d3ed741f68c795c859425ef103c0f58f24dbbb5150b15adabb208b1b5de5a71d404d1b35d7526d696c141075843ff23d0403339261ed87
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 944c188

Please sign in to comment.