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

Issue 262 - Result and Lossy options for invalid Unicode #265

Merged
merged 3 commits into from Sep 22, 2015
Merged

Conversation

kbknapp
Copy link
Member

@kbknapp kbknapp commented Sep 22, 2015

This allows not panic!ing on invalid unicode characters, and the option of returning lossy results. This does not turn all results into an OsStr preserving invalid unicode.

If this helps with #262 we can merge (after review), otherwise we'll continue to discuss if there's a better way to handle this issue.

@yo-bot
Copy link

yo-bot commented Sep 22, 2015

r? @james-darkfox

(rust_highfive has picked a reviewer for you, use r? to override)

@kbknapp kbknapp changed the title Issue 262 Issue 262 - Result and Lossy options for invalid Unicode Sep 22, 2015
@WildCryptoFox
Copy link

@homu r+

@homu
Copy link
Contributor

homu commented Sep 22, 2015

📌 Commit 87ba544 has been approved by james-darkfox

homu added a commit that referenced this pull request Sep 22, 2015
Issue 262 - Result and Lossy options for invalid Unicode

This allows not `panic!`ing on invalid unicode characters, and the option of returning lossy results. This does **not** turn all results into an `OsStr` preserving invalid unicode.

If this helps with #262 we can merge (after review), otherwise we'll continue to discuss if there's a better way to handle this issue.
@homu
Copy link
Contributor

homu commented Sep 22, 2015

⌛ Testing commit 87ba544 with merge 313d46a...

@homu
Copy link
Contributor

homu commented Sep 22, 2015

☀️ Test successful - status

@homu homu merged commit 87ba544 into master Sep 22, 2015
@homu
Copy link
Contributor

homu commented Sep 22, 2015

☔ The latest upstream changes (presumably #265) made this pull request unmergeable. Please resolve the merge conflicts.

@kbknapp kbknapp deleted the issue-262 branch September 22, 2015 17:32
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.

None yet

4 participants