[backports-release-1] labeled break/continue support#618
Closed
IanButterworth wants to merge 1 commit into
Closed
Conversation
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>
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. |
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? |
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports JuliaLang/julia#60481 (commit 8dab3f0623) to support parsing Julia 1.14+ source code.