mauro3 / Traits.jl

Exploration of traits in Julia
Other
39 stars 6 forks source link

Major overhaul of methods checking in `@traitsdef` #10

Closed mauro3 closed 9 years ago

mauro3 commented 9 years ago

This implements a hand-coded comparison between the methods in @traitdef and the methods of the generic function. This resolves many outstanding issues, including #2 and #8.