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

REPL: make alt-m on an empty prompt go to previous module #52670

Merged

Conversation

IanButterworth
Copy link
Member

Continuation of #51616 #33872

Based on #51616 (comment)

cc. @tecosaur

@IanButterworth IanButterworth changed the title make alt-m on an empty prompt go to previous module REPL: make alt-m on an empty prompt go to previous module Dec 30, 2023
@tecosaur
Copy link
Contributor

Thanks for picking the up Ian!

@IanButterworth IanButterworth force-pushed the ib/active_module_switch branch from fecac12 to c8cab3f Compare January 5, 2024 02:17
@IanButterworth IanButterworth force-pushed the ib/active_module_switch branch from c8cab3f to 03c2a95 Compare January 6, 2024 14:43
@IanButterworth IanButterworth added the merge me PR is reviewed. Merge when all tests are passing label Jan 6, 2024
@IanButterworth IanButterworth merged commit 9bf84d4 into JuliaLang:master Jan 7, 2024
6 of 8 checks passed
@@ -1477,22 +1477,30 @@ end

current_word_with_dots(s::MIState) = current_word_with_dots(buffer(s))

previous_active_module = Main
Copy link
Member

Choose a reason for hiding this comment

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

Maybe could be a typed global? (::Module)?

Copy link
Member Author

Choose a reason for hiding this comment

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

@IanButterworth IanButterworth deleted the ib/active_module_switch branch January 8, 2024 04:00
aviatesk pushed a commit that referenced this pull request Jan 8, 2024
@IanButterworth IanButterworth removed the merge me PR is reviewed. Merge when all tests are passing label Jan 13, 2024
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