neugram / ng

scripting language integrated with Go
https://neugram.io
BSD 2-Clause "Simplified" License
916 stars 43 forks source link

eval,typecheck: wire through reflect.StructTag in tipe.Struct #212

Closed sbinet closed 6 years ago

sbinet commented 6 years ago

Fixes neugram/ng#211.

codecov-io commented 6 years ago

Codecov Report

Merging #212 into master will decrease coverage by <.01%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #212      +/-   ##
==========================================
- Coverage   50.68%   50.68%   -0.01%     
==========================================
  Files          22       22              
  Lines       10163    10165       +2     
==========================================
+ Hits         5151     5152       +1     
- Misses       4510     4511       +1     
  Partials      502      502
Impacted Files Coverage Δ
typecheck/typecheck.go 22.34% <0%> (-0.01%) :arrow_down:
eval/eval.go 79.82% <100%> (+0.01%) :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 e1001b7...be4c125. Read the comment docs.