Skip to content
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

replace Base.utf8(CharString(buf)) with utf8(buf) #3

Closed
stevengj opened this issue May 30, 2014 · 1 comment
Closed

replace Base.utf8(CharString(buf)) with utf8(buf) #3

stevengj opened this issue May 30, 2014 · 1 comment

Comments

@stevengj
Copy link

The intermediate construction of a CharString is not needed in Julia 0.2 or 0.3, and it is likely that the semantics of the CharString constructor will change in 0.3 (JuliaLang/julia#7016)

@pygy
Copy link
Owner

pygy commented Jun 12, 2014

This has been fixed in v0.2.0. Thanks for the report :-)

@pygy pygy closed this as completed Jun 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants