-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
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
Capitalization of numeric type constructors #32
Comments
Sorry, Commented on this as if it was in the Lint.jl repository. |
This can't be done because of technical limitations in 0.3. Julia has not yet decided what to do with the lowercase constructors, but it seems likely (to me) that we will deprecate them at some point. We could add some code to the |
With the deprecations that have come up recently on 0.4 for the lowercase versions those types and For personal or new libraries, we're at the point where I've stopped supporting 0.3 because of the effort, but I'm talking about |
Ooops, looks like this was taken care of in #50. Sorry for the noise, and thanks, @jakebolewski! |
The pause due to IO is a bug with the task switching code, not expected behavior. I think @andreasnoack was seeing this behavior as well. |
Okay, that makes more sense. Thanks. |
Running some libraries through Lint I see the following info:
Should these be aliased?
Related:
tonyhffong/Lint.jl#57
The text was updated successfully, but these errors were encountered: