You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After JuliaLang/julia#19449, soon to be merged for Julia 0.6, you will no longer be able to access the raw bytes of a string via string.data; instead, do Vector{UInt8}(string). For example, this affects:
After JuliaLang/julia#19449, soon to be merged for Julia 0.6, you will no longer be able to access the raw bytes of a string via
string.data
; instead, doVector{UInt8}(string)
. For example, this affects:https://github.com/nolta/ICU.jl/blob/cbc2d74e020d4f7935498d52bbbffb3a98cce6d0/src/ICU.jl#L166
The text was updated successfully, but these errors were encountered: