needs update for string.data changes
Open
- Dominant language
- Julia
- Stars
- 320
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
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:
https://github.com/MikeInnes/MacroTools.jl/blob/f83de6193d753ac25f3bdc01d058b1a2d6db4782/test/destruct.jl#L13
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.