tk3369 / BinaryTraits.jl

Can do or not? It's easy. See https://tk3369.github.io/BinaryTraits.jl/dev/
MIT License
51 stars 3 forks source link

Accept underscore in @implement function signature #45

Closed tk3369 closed 4 years ago

tk3369 commented 4 years ago

This PR changes the @implement macro such that the function signature must include an underscore that represents the argument position of a data type being passed. The underscore does not need to be at the first position. Fixes #29.

Tasks

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #45   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          236       239    +3     
=========================================
+ Hits           236       239    +3     
Impacted Files Coverage Δ
src/interface.jl 100.00% <100.00%> (ø)
src/types.jl 100.00% <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 d7c2db9...fb55ada. Read the comment docs.