-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support range formatting #120
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #120 +/- ##
==========================================
+ Coverage 93.84% 93.91% +0.06%
==========================================
Files 8 8
Lines 3687 3778 +91
==========================================
+ Hits 3460 3548 +88
- Misses 227 230 +3 ☔ View full report in Codecov by Sentry. |
cc @maleadt Do you envision having some wrapper around this for figuring out what to pass similar to |
Thanks! I was working with the following wrapper, based on |
Cool. I wonder if it can be distributed by Runic? Perhaps a CLI flag that outputs that file to stdout? I have thought about having a flag to output a bash shim for runic too. |
Where would you install it though? You 'simply' need |
I had something like this in mind:
|
That, or In any case, it'd be nice if the file could be kept up to date, so that updating Runic.jl also updates the git integration. |
That would probably be much simpler after JuliaLang/Pkg.jl#3772. Runic would then provide two installable and upgradable apps: In any case I think it would be good to include that file in the repo here and keep it up to date (although it probably wouldn't change much?). |
This patch implements the `--lines=a:b` command line argument for limiting the formatting to the line range `a:b`. Multiple ranges are supported. Closes #114.
This patch implements the
--lines=a:b
command line argument forlimiting the formatting to the line range
a:b
. Multiple ranges aresupported. Close #114.
Examples: