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

fix for encode_ut8 returning iterator #26

Merged
merged 1 commit into from
Mar 25, 2016
Merged

Conversation

saghm
Copy link
Contributor

@saghm saghm commented Mar 24, 2016

The latest nightly changes str::char::encode_utf8 takes no arguments and returns an iterator instead of returning a size and taking in a mutable buffer.

@kkawakam kkawakam merged commit 7592209 into kkawakam:master Mar 25, 2016
@kkawakam
Copy link
Owner

Looks good, thank you. I'll be pushing out a new version of rustyline tonight

@kkawakam
Copy link
Owner

Pushed 0.2.2 to crates.io

@saghm
Copy link
Contributor Author

saghm commented Mar 26, 2016

Actually, when trying to use this now, it seems to be failing with an EOF error every time now. I can't tell for sure if this is from my change, but it seems likely.

I unfortunately don't have any time to delve into it right now, but hopefully I will later tonight/tomorrow. Sorry about the hassle!

@kkawakam
Copy link
Owner

Thanks for taking a look. I'll try to take a look tonight as well.

gwenn pushed a commit to gwenn/rustyline that referenced this pull request Nov 30, 2018
Use `std::ptr::Unique` to ensure SqliteConnection is Send.
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