goretkin / FixArgs.jl

Other
19 stars 3 forks source link

make bind work with keyword functions #1

Closed jw3126 closed 4 years ago

jw3126 commented 4 years ago

I like the elegant implementation in your package a lot. Here is some better keyword support.

codecov-commenter commented 4 years ago

Codecov Report

Merging #1 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #1   +/-   ##
=======================================
  Coverage   90.90%   90.90%           
=======================================
  Files           1        1           
  Lines          11       11           
=======================================
  Hits           10       10           
  Misses          1        1           
Impacted Files Coverage Δ
src/Curry.jl 90.90% <100.00%> (ø)

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 ca0d343...3736988. Read the comment docs.

goretkin commented 4 years ago

Thanks for the interest and for the improvements!