Skip to content

Fixed references to std::c_str #268

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

Closed
wants to merge 1 commit into from
Closed

Fixed references to std::c_str #268

wants to merge 1 commit into from

Conversation

reima
Copy link
Contributor

@reima reima commented Jan 7, 2015

This PR updates the references to std::c_str::CString, which was moved to std::ffi::CString in rust-lang/rust#20444.

Note that this change in Rust also removed std::c_vec without a replacement. Sadly, I don't know the code well enough to create a suitable workaround. This is why the build is still failing.

@drbawb
Copy link
Contributor

drbawb commented Jan 7, 2015

Just FYI @nukep and I are working on a patch which fixes this, plus the CVec stuff, and also cleans up the audio subsystem. See drbawb/pull/2

It needs a little cleanup but it's almost ready to merge.

@reima
Copy link
Contributor Author

reima commented Jan 7, 2015

@drbawb That's great! I'll close this PR then.

@reima reima closed this Jan 7, 2015
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

Successfully merging this pull request may close these issues.

2 participants