thautwarm / MLStyle.jl

Julia functional programming infrastructures and metaprogramming facilities
https://thautwarm.github.io/MLStyle.jl/latest/
MIT License
402 stars 38 forks source link

add a dummy case macro for auto-completion #145

Closed Roger-luo closed 2 years ago

Roger-luo commented 2 years ago

this add a dummy @case macro so that we can get auto-completion in REPL and VS code

codecov[bot] commented 2 years ago

Codecov Report

Base: 62.64% // Head: 62.64% // No change to project coverage :thumbsup:

Coverage data is based on head (68c27e2) compared to base (2b7f0a7). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #145 +/- ## ======================================= Coverage 62.64% 62.64% ======================================= Files 26 26 Lines 1582 1582 ======================================= Hits 991 991 Misses 591 591 ``` | [Impacted Files](https://codecov.io/gh/thautwarm/MLStyle.jl/pull/145?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Taine+Zhao) | Coverage Δ | | |---|---|---| | [src/MatchImpl.jl](https://codecov.io/gh/thautwarm/MLStyle.jl/pull/145/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Taine+Zhao#diff-c3JjL01hdGNoSW1wbC5qbA==) | `72.50% <ø> (ø)` | | 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=Taine+Zhao). 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=Taine+Zhao)

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