Skip to content

Commit 6cba8f5

Browse files
committed
Try bumping JuliaSyntax to 0.4.10
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.
1 parent 9844d85 commit 6cba8f5

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

deps/JuliaSyntax.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
JULIASYNTAX_BRANCH = main
2-
JULIASYNTAX_SHA1 = 4f1731d6ce7c2465fc21ea245110b7a39f34658a
2+
JULIASYNTAX_SHA1 = 09576ca6b8b11d0888e6fce855ae188d0b3a6737
33
JULIASYNTAX_GIT_URL := https://github.com/JuliaLang/JuliaSyntax.jl.git
44
JULIASYNTAX_TAR_URL = https://api.github.com/repos/JuliaLang/JuliaSyntax.jl/tarball/$1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2d6cec51a2ba6e9f184d12f140b1f882
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9a848b0d41acb2f548d3ed741f68c795c859425ef103c0f58f24dbbb5150b15adabb208b1b5de5a71d404d1b35d7526d696c141075843ff23d0403339261ed87

deps/checksums/JuliaSyntax-4f1731d6ce7c2465fc21ea245110b7a39f34658a.tar.gz/md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/checksums/JuliaSyntax-4f1731d6ce7c2465fc21ea245110b7a39f34658a.tar.gz/sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/syntax.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ let err = try
476476
catch e
477477
e
478478
end
479-
@test err.line == 7
479+
@test err.line in (5, 7)
480480
end
481481

482482
# PR #17393

0 commit comments

Comments
 (0)