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 REPL issue on Julia nightly #541

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Fix REPL issue on Julia nightly #541

merged 2 commits into from
Jul 19, 2024

Conversation

ararslan
Copy link
Member

The hint keyword was added to the API of complete_line, and a corresponding positional argument was added to bslash_completions. This change adds the hint keyword to our method of complete_line and passes it along to bslash_completions, which is defined locally to accept and ignore the hint argument for earlier Julia versions.

The `hint` keyword was added to the API of `complete_line`, and a
corresponding positional argument was added to `bslash_completions`.
This change adds the `hint` keyword to our method of `complete_line` and
passes it along to `bslash_completions`, which is defined locally to
accept and ignore the `hint` argument for earlier Julia versions.
Copy link

codecov bot commented Jul 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.65%. Comparing base (61b6ecb) to head (4cab8b6).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #541      +/-   ##
==========================================
+ Coverage   80.22%   80.65%   +0.43%     
==========================================
  Files          26       26              
  Lines        1699     1701       +2     
==========================================
+ Hits         1363     1372       +9     
+ Misses        336      329       -7     

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

@ararslan ararslan requested a review from palday July 19, 2024 18:09
@palday palday merged commit b6f4f19 into master Jul 19, 2024
15 checks passed
@palday palday deleted the aa/fix-nightly branch July 19, 2024 22:21
@palday palday mentioned this pull request Sep 9, 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.

2 participants