r-lib / styler

Non-invasive pretty printing of R code
https://styler.r-lib.org
Other
725 stars 71 forks source link

Remove tail recursion #1113

Closed krlmlr closed 1 year ago

krlmlr commented 1 year ago

for better profiles.

codecov-commenter commented 1 year ago

Codecov Report

Merging #1113 (35c605d) into main (940010d) will increase coverage by 0.00%. The diff coverage is 100.00%.

:exclamation: Current head 35c605d differs from pull request most recent head 9702a77. Consider uploading reports for the commit 9702a77 to get more accurate results

@@           Coverage Diff           @@
##             main    #1113   +/-   ##
=======================================
  Coverage   91.07%   91.07%           
=======================================
  Files          46       46           
  Lines        2712     2713    +1     
=======================================
+ Hits         2470     2471    +1     
  Misses        242      242           
Impacted Files Coverage Δ
R/nest.R 100.00% <100.00%> (ø)
R/roxygen-examples-parse.R 96.82% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

github-actions[bot] commented 1 year ago

This is how benchmark results would change (along with a 95% confidence interval in relative change) if 940010d41129746d44e52d44664a37e44559bd39 is merged into main:

Further explanation regarding interpretation and methodology can be found in the documentation.

lorenzwalthert commented 1 year ago

Thanks @krlmlr :D