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

Fix complete_line for Julia REPL with tab-completion #502

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

frankier
Copy link
Contributor

The current nightly Julia REPL asserts the type of LineEdit.complete_line

The current nightly Julia REPL asserts the type of LineEdit.complete_line
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (ba1ea5c) 75.16% compared to head (e1fb30a) 75.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #502      +/-   ##
==========================================
+ Coverage   75.16%   75.23%   +0.06%     
==========================================
  Files          25       25              
  Lines        1623     1623              
==========================================
+ Hits         1220     1221       +1     
+ Misses        403      402       -1     
Files Coverage Δ
src/RPrompt.jl 64.66% <100.00%> (+0.75%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@palday
Copy link
Collaborator

palday commented Sep 25, 2023

Thanks @frankier! Can you bump the patch version so that we can release this right away?

@frankier
Copy link
Contributor Author

Done

@palday palday merged commit 01e0062 into JuliaInterop:master Sep 26, 2023
13 of 14 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.

2 participants