-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Warning related to SimpleTraits.jl #53
Comments
I've never used SimpleTraits, but it looks like the dispatching bit
It's a bit different from mauro3/SimpleTraits.jl#7, but maybe related? |
I think it is the exact same issue. I asked there to see if he has a good fix in mind. |
I am also seeing this warning. However, it seems to happen non-deterministically; or at least it may depend on the include order? |
As per the comment in the SimpleTraits README, negated trait functions must use the same argument names in order to avoid duplicate definitions: > Long story short: define the two methods of a trait and its negation using the same argument > names and no warning should be issued.
Do you know what is happening here? How to fix this warning during precompilation?
The text was updated successfully, but these errors were encountered: