-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Unexport the functions mentioned in #10854 #10885
Conversation
|
Unexport the functions mentioned in #10854
|
Should I re-export them then? My only quibble with them was that they don't validate their arguments, and throwing |
Well, the only reason they've lasted as long as they have is that as much as I hate underscores, I haven't thought of better replacements. Until somebody proposes a better API, I think we should re-export and have them check their arguments. |
Make start_timer validate its arguments. Ref: discussion in #10885
I think we need
from trying to paste something multi-line into the repl. |
Qualify more functions using stop_reading, start_reading with Base module identifier. Also touch up whitespace error in docs
Make start_timer validate its arguments. Ref: discussion in JuliaLang#10885
Qualify more functions using stop_reading, start_reading with Base module identifier. Also touch up whitespace error in docs
No description provided.