elliotchance / gedcom

👪 A Go library and CLI tools for encoding, decoding, traversing, merging, comparing, querying and publishing GEDCOM files.
MIT License
96 stars 21 forks source link

q: Attach stack trace on panic #259

Closed elliotchance closed 5 years ago

elliotchance commented 5 years ago

If an accessor fails the panic message and stack trace are now added to the error returned.


This change is Reviewable

codecov-io commented 5 years ago

Codecov Report

Merging #259 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #259      +/-   ##
==========================================
+ Coverage   64.58%   64.62%   +0.04%     
==========================================
  Files         204      204              
  Lines        6505     6507       +2     
==========================================
+ Hits         4201     4205       +4     
+ Misses       2178     2177       -1     
+ Partials      126      125       -1
Impacted Files Coverage Δ
q/accessor_expr.go 86.25% <100%> (+2.91%) :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 cadfdaa...a581f1c. Read the comment docs.