KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
768 stars 60 forks source link

move to JuliaSyntax.jl over Tokenize.jl #277

Closed KristofferC closed 1 year ago

KristofferC commented 2 years ago

JuliaSyntax.jl is the future of Julia parsing in Julia so it makes sense to start using that over Tokenize.jl that will likely be deprecated.

KristofferC commented 1 year ago

The latency is unfortunately quite a bit worse here. https://github.com/JuliaLang/JuliaSyntax.jl/pull/213 fixes it though.

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 80.43% and project coverage change: +33.22 :tada:

Comparison is base (aa1d7e2) 19.44% compared to head (c0011c4) 52.67%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #277 +/- ## =========================================== + Coverage 19.44% 52.67% +33.22% =========================================== Files 12 13 +1 Lines 869 953 +84 =========================================== + Hits 169 502 +333 + Misses 700 451 -249 ``` | [Impacted Files](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson) | Coverage Δ | | |---|---|---| | [src/MarkdownHighlighter.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL01hcmtkb3duSGlnaGxpZ2h0ZXIuamw=) | `0.00% <0.00%> (ø)` | | | [src/OhMyREPL.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL09oTXlSRVBMLmps) | `17.07% <ø> (+2.43%)` | :arrow_up: | | [src/repl.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL3JlcGwuamw=) | `13.06% <0.00%> (+13.06%)` | :arrow_up: | | [src/repl\_pass.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL3JlcGxfcGFzcy5qbA==) | `61.05% <83.33%> (+2.10%)` | :arrow_up: | | [src/passes/SyntaxHighlighter.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL3Bhc3Nlcy9TeW50YXhIaWdobGlnaHRlci5qbA==) | `69.23% <92.85%> (+25.64%)` | :arrow_up: | | [src/passes/BracketHighlighter.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL3Bhc3Nlcy9CcmFja2V0SGlnaGxpZ2h0ZXIuamw=) | `88.63% <100.00%> (+0.26%)` | :arrow_up: | | [src/passes/RainbowBrackets.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL3Bhc3Nlcy9SYWluYm93QnJhY2tldHMuamw=) | `100.00% <100.00%> (ø)` | | | [src/prompt.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL3Byb21wdC5qbA==) | `0.00% <0.00%> (ø)` | | | [src/output\_prompt\_overwrite.jl](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/277?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson#diff-c3JjL291dHB1dF9wcm9tcHRfb3ZlcndyaXRlLmps) | `0.00% <0.00%> (ø)` | | | ... and [8 more](https://codecov.io/gh/KristofferC/OhMyREPL.jl/pull/277?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kristoffer+Carlsson)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.