ms-ati / docile

Docile keeps your Ruby DSLs tame and well-behaved
http://ms-ati.github.com/docile/
MIT License
419 stars 34 forks source link

Filter Docile's source files from backtrace #36

Closed taichi-ishitani closed 5 years ago

taichi-ishitani commented 5 years ago

This is implementation of #35. To do this, remove entries including path to Docile's source file from Exception#backtrace and Exception#backtrace_locations.

codecov-io commented 5 years ago

Codecov Report

Merging #36 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #36   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      6    +1     
  Lines          69     82   +13     
=====================================
+ Hits           69     82   +13
Impacted Files Coverage Δ
lib/docile/backtrace_filter.rb 100% <100%> (ø)
lib/docile/fallback_context_proxy.rb 100% <100%> (ø) :arrow_up:
lib/docile.rb 100% <100%> (ø) :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 a55d91c...56716b6. Read the comment docs.

ms-ati commented 5 years ago

Thanks so much as always @taichi-ishitani !