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

Fixes for Julia v1.12+ #54

Merged
merged 2 commits into from
Jun 7, 2024
Merged

Conversation

staticfloat
Copy link
Contributor

@staticfloat staticfloat commented Jun 2, 2024

REPL.REPLCompletions had some internals change around recently, this adds a polyfill for the completions. I ran into this because Debugger.jl refused to precompile on Julia v1.12 because of this.

src/lexers/julia.jl Outdated Show resolved Hide resolved
REPL.REPLCompletions had some internals change around recently, this adds a polyfill for the completions.

[test/External] Actually develop the correct path
src/lexers/julia.jl Outdated Show resolved Hide resolved
Co-authored-by: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com>
Copy link
Member

@MichaelHatherly MichaelHatherly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. CI appears to be passing on nightly here.

@MichaelHatherly MichaelHatherly merged commit 8c80439 into JuliaDocs:master Jun 7, 2024
11 checks passed
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.

3 participants