rafaqz / Interfaces.jl

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

Fix test printing #28

Closed rafaqz closed 8 months ago

rafaqz commented 8 months ago

The test output seems to be full of these vecors, instead of true or false

iterate : Bool[1]

And when a string description of the trait is included, prints the whole pair:

eltype : Pair{String, Bool}["elements eltype of set `s` are subtypes of `eltype(s)`" => 1]