JuliaGizmos / Observables.jl

observable refs
Other
105 stars 32 forks source link

catch + print errors manually #26

Closed SimonDanisch closed 5 years ago

SimonDanisch commented 6 years ago

Julia does seem to have problems with errors setindex(obs, val) - it might stack overflow or just silently freeze. A try catch and manual error display seems to solve this

codecov-io commented 6 years ago

Codecov Report

Merging #26 into master will decrease coverage by 1.67%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   98.19%   96.52%   -1.68%     
==========================================
  Files           5        5              
  Lines         111      115       +4     
==========================================
+ Hits          109      111       +2     
- Misses          2        4       +2
Impacted Files Coverage Δ
src/Observables.jl 92.85% <60%> (-3.3%) :arrow_down:

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 eab11fc...5bd1dba. Read the comment docs.