-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add RepString from Base #9
Conversation
@@ -81,4 +82,10 @@ import Base: | |||
else | |||
using Base: UTF_ERR_SHORT, checkstring | |||
end | |||
|
|||
if VERSION >= v"0.6.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should use isdefined
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, thanks!
820ed18
to
291bf70
Compare
The failure on 32-bit Windows nightly is a timeout. |
LGTM – I assume you just copied the code from Base + the relevant tests? |
Yep. I didn't copy the definition of |
LGTM. |
Are there docstrings that need to be copied over? |
Also, the PR should update README.md |
Nope.
Good call, will do. Thanks! Edit: Done. |
[ci skip]
I just realized that I forgot to make the corresponding Base PR that removes |
Jeff beat you to it JuliaLang/julia#19867 (which is why I went and tagged this) |
Ref JuliaLang/julia#19564