Closed jarodlam closed 2 years ago
Merging #70 (28516ae) into master (9b46fc5) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #70 +/- ##
=======================================
Coverage 78.77% 78.77%
=======================================
Files 13 13
Lines 1046 1046
=======================================
Hits 824 824
Misses 222 222
Impacted Files | Coverage Δ | |
---|---|---|
src/types.jl | 57.69% <ø> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us.
The
@with_kw
macro has a very verbose output in the REPL by default:This is a problem when it is part of a struct e.g.
Node
:Solution is to define
GeoLocation
using the@with_kw_noshow
macro instead of@with_kw
. This gives an output more consistent with the rest of Julia: