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

REPLExt: check for compliant repl mode during repl init #4067

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

IanButterworth
Copy link
Member

I don't think this fixes JuliaLang/julia#56216 but it seems safer given other unsupported repl modes exist.

ext/REPLExt/REPLExt.jl Outdated Show resolved Hide resolved
@IanButterworth IanButterworth added the merge me Merge when tests pass label Nov 4, 2024
@IanButterworth IanButterworth merged commit e10883c into JuliaLang:master Nov 4, 2024
7 checks passed
@IanButterworth IanButterworth deleted the ib/repl_init_fix branch November 4, 2024 14:26
IanButterworth added a commit that referenced this pull request Nov 4, 2024
* check for compliant repl mode during repl init

* Update ext/REPLExt/REPLExt.jl
@fonsp
Copy link
Member

fonsp commented Nov 13, 2024

Maybe this can also close #4048?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.11 merge me Merge when tests pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

REPLExt: no method matching repl_init(::REPL.LineEditREPL) when loading packages in REPL mode.
2 participants