rafaqz / Interfaces.jl

Macros to define and implement interfaces, to ensure they are checked and correct.
MIT License
72 stars 4 forks source link

Tests of Interfaces.jl don't call the tests of BaseInterfaces.jl #25

Closed gdalle closed 8 months ago

gdalle commented 9 months ago

So I forgot to update the subpackage in, like, all of my PRs

rafaqz commented 9 months ago

Yeah, the subpackage isnt registered either, it needs some love. Maybe we could dev it in the tests.

I was planning to define a few more base interfaces (like Array, Dict) but I never had time.