r-lib / debugme

Easy and efficient debugging for R packages
https://r-lib.github.io/debugme/
Other
149 stars 10 forks source link

Shorten call stack #47

Closed krlmlr closed 3 years ago

krlmlr commented 3 years ago

I've been test-driving this for some days now without adverse effects.

codecov-io commented 3 years ago

Codecov Report

Merging #47 (2ac6848) into master (06a1d6c) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
+ Coverage   97.86%   97.87%   +0.01%     
==========================================
  Files           6        6              
  Lines         187      188       +1     
==========================================
+ Hits          183      184       +1     
  Misses          4        4              
Impacted Files Coverage Δ
R/debug.R 97.10% <100.00%> (+0.04%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 06a1d6c...2ac6848. Read the comment docs.

gaborcsardi commented 3 years ago

@krlmlr Thanks! Can you show me the output before and after? Just curious...

krlmlr commented 3 years ago

There's no output change, we're just purging stale entries from the debug call stack.

gaborcsardi commented 3 years ago

Oh, right, got it. Thanks!