JuliaLang / JuliaSyntax.jl

The Julia compiler frontend
Other
266 stars 32 forks source link

try to make warnings clearer #423

Open ericphanson opened 4 months ago

ericphanson commented 4 months ago

I totally missed that the (..) issue from #350 was a warning rather than an error; I think probably bc the bold red part says ERROR: ParseError: and then the very light part says "Warning". Here I propose add to text to make it clearer by emphasizing warning vs error on the first line.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.17%. Comparing base (a6f2d15) to head (4069462).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #423 +/- ## ========================================== + Coverage 94.61% 96.17% +1.56% ========================================== Files 14 14 Lines 4178 4187 +9 ========================================== + Hits 3953 4027 +74 + Misses 225 160 -65 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.