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

Minor tweaks to remove method ambiguities and argument ambiguities #295

Merged
merged 1 commit into from
May 25, 2023

Conversation

c42f
Copy link
Member

@c42f c42f commented May 25, 2023

These were harmless enough, but should satisfy the tests in Base.

Also remove a display_error() overload because (a) it's not designed to be overridden, and (b) this override doesn't really have the intended effect anyway in the latest version where the REPL uses exception stacks more extensively.

These were harmless enough, but should satisfy the tests in Base.

Also remove a display_error() overload because (a) it's not designed to
be overridden, and (b) this override doesn't really have the intended
effect anyway in the latest version where the REPL uses exception stacks
more extensively.
@codecov
Copy link

codecov bot commented May 25, 2023

Codecov Report

Merging #295 (3598a2b) into main (671841b) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #295      +/-   ##
==========================================
+ Coverage   96.74%   96.77%   +0.02%     
==========================================
  Files          14       14              
  Lines        4088     4088              
==========================================
+ Hits         3955     3956       +1     
+ Misses        133      132       -1     
Impacted Files Coverage Δ
src/parser_api.jl 93.84% <ø> (+1.42%) ⬆️
src/tokenize.jl 99.07% <ø> (ø)
src/syntax_tree.jl 95.13% <100.00%> (+0.03%) ⬆️

@c42f c42f merged commit 4353bd2 into main May 25, 2023
21 checks passed
@c42f c42f deleted the c42f/fix-ambiguities branch May 25, 2023 07:49
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.

None yet

1 participant