Skip to content

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
@c42f c42f deleted the c42f/fix-ambiguities branch May 25, 2023 07:49
c42f added a commit to JuliaLang/julia that referenced this pull request Oct 17, 2025
…uliaLang/JuliaSyntax.jl#295)

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.
topolarity pushed a commit to JuliaLang/julia that referenced this pull request Nov 14, 2025
…uliaLang/JuliaSyntax.jl#295)

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.
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.

1 participant