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

throw syntax error for @implement function arguments #40

Closed KlausC closed 4 years ago

KlausC commented 4 years ago

The @implement macro is now more restrictive when checking the arguments of the functions. Instead of using the default value for argname and argtype it now issues a SyntaxError, when crudely wrong argument expressions are used.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          207       208    +1     
=========================================
+ Hits           207       208    +1     
Impacted Files Coverage Δ
src/interface.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 a8529dd...9558da7. Read the comment docs.