Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweaks for refactored julia internal parser interface #178

Merged
merged 2 commits into from
Jun 19, 2020

Conversation

c42f
Copy link
Contributor

@c42f c42f commented Jun 2, 2020

The flisp parser is now available via Core.Compiler.fl_parse rather than
via a ccall to jl_parse_string. jl_parse_string will redirect to
Core._parse, which may be CSTParser if the Julia parser has been
overridden.

See the upstream PR for details of the internal changes to the Julia runtime
JuliaLang/julia#35243

The flisp parser is now available via Core.Compiler.fl_parse rather than
via a ccall to jl_parse_string. jl_parse_string will redirect to
Core._parse, which may be CSTParser if the Julia parser has been
overridden.
@c42f c42f force-pushed the cjf/julia-parser-api branch from 31b2921 to 3280209 Compare June 2, 2020 03:36
@davidanthoff davidanthoff requested a review from ZacLN June 2, 2020 05:54
@davidanthoff
Copy link
Member

Please hold off merging this until we are finished with the VS Code release plans we have for this week.

@ZacLN
Copy link
Contributor

ZacLN commented Jun 2, 2020

No worries, I saw your notice!

@davidanthoff
Copy link
Member

What is the status of this?

@c42f
Copy link
Contributor Author

c42f commented Jun 19, 2020

Waiting for review

@davidanthoff davidanthoff merged commit c63636f into julia-vscode:master Jun 19, 2020
@c42f c42f deleted the cjf/julia-parser-api branch October 15, 2020 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants