We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using Gadfly, I get:
Warning: using Base.Stat in module Stat conflicts with an existing identifier.
It would be nice to leave the name Stat for other purposes.
Stat
The text was updated successfully, but these errors were encountered:
It may also be possible to make this warning go away.
Sorry, something went wrong.
In particular, if the name of the module is bound after the implicit using Base then this wouldn't happen.
using Base
25125ea
I still think the binding order should change and/or the warning shouldn't happen, no?
That was fixed in a separate issue.
Right, I forgot if that had happened or not.
No branches or pull requests
When using Gadfly, I get:
It would be nice to leave the name
Stat
for other purposes.The text was updated successfully, but these errors were encountered: