You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
I got the following warnings from my Canada.Can file but these changes were encouraged in the README for Anonymous Users.
warning: the Canada.Can protocol has already been consolidated, an implementation for App.User has no effect
lib/app/abilities.ex:2
warning: the Canada.Can protocol has already been consolidated, an implementation for Atom has no effect
lib/app/abilities.ex:27
The text was updated successfully, but these errors were encountered:
Funnily, this warning just appears after an IEx.pry statement in the abilities.ex file. Beside the warning, it seems to work with my implementation, so I don't know what to do about this warning
The warning would occur only on recompilation if the protocols have already been consolidated. Perhaps this issue should be closed as it seems to be related to the tooling and not to canary itself.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got the following warnings from my
Canada.Can
file but these changes were encouraged in the README forAnonymous Users
.The text was updated successfully, but these errors were encountered: