-
-
Notifications
You must be signed in to change notification settings - Fork 116
accept Ptr{Int8} in unsafe_string and unsafe_wrap #245
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
Conversation
Travis failure on nightly seems unrelated: the |
Ref #240 (comment) |
It would be awesome if we could tag a new version once this is merged. |
Pushed a tweak to the tests to restart Travis, hopefully the unrelated |
@yuyichao, is there any progress towards fixing the |
7a2c831
to
cd12ef9
Compare
Is this particular PR causing the |
@spencerlyon2, it is unrelated — the error was fixed in JuliaLang/julia#17333. Once that PR has migrated into the nightly builds and the tests are re-run by doing a push on this PR, the failures should go away. |
cd12ef9
to
d4a37a5
Compare
the new failure should be fixed by #249 |
d4a37a5
to
5aeafeb
Compare
is this gtg? |
Yes. |
Can we tag now that this has been merged? |
Yeah, probably. |
This fixes
unsafe_string
andunsafe_wrap
so that they accept bothPtr{Int8}
andPtr{UInt8}
, like the functions in Base.This should supersede #244. (Sorry for the duplication, @r9y9; I prepared this patch yesterday but didn't have a chance to push it until now.)