Skip to content

[backports-release-1] labeled break/continue support#618

Closed
IanButterworth wants to merge 1 commit into
backports-release-1from
ib/labelled_break
Closed

[backports-release-1] labeled break/continue support#618
IanButterworth wants to merge 1 commit into
backports-release-1from
ib/labelled_break

Conversation

@IanButterworth

Copy link
Copy Markdown
Member

Backports JuliaLang/julia#60481 (commit 8dab3f0623) to support parsing Julia 1.14+ source code.

Backports labeled break/continue support from JuliaLang/julia#60481
(commit 8dab3f0623) to support parsing Julia 1.14+ source code.

Co-authored-by: Claude <noreply@anthropic.com>
@Keno

Keno commented Feb 1, 2026

Copy link
Copy Markdown
Member

It doesn't make sense to backport this, since that's only used for builtin syntax - if you want to parse new syntax on an old julia version, just use the version that's in the Julia repo as a package.

@IanButterworth

Copy link
Copy Markdown
Member Author

I don't follow. How can I use the version of JuliaSyntax that's baked into in Julia master as a package on 1.11?

@IanButterworth

Copy link
Copy Markdown
Member Author

From discussing on slack:

On the Julia coverage CI jobs dev the JuliaSyntax version from the julia repo, given it's pre-release syntax. Once 1.14 is out the package version of JuliaSyntax will need a 2.0 update and release. Julia CI can use the julia repo version to keep syntax in sync.

JuliaCI/CoverageTools.jl#85

@IanButterworth
IanButterworth deleted the ib/labelled_break branch February 1, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants