Skip to content

Conversation

@pfalabella
Copy link
Contributor

new orphan check does not play well with Hash. Disabled temporarily as per nikomatsakis/rust@c61a009.

Also, Sized? is now the default, and OwnedAsciiCast needs to explicitly inherit from Sized

@pfalabella
Copy link
Contributor Author

forgot to mention... I also moved the IntoString trait here, as it's now deprecated by rust-lang/rust#20306 but I think Ascii will still need a way to convert a Vec to a String.

If you prefer to keep the deprecated one, I can remove it from here and add a use std::string::IntoString;

@SimonSapin
Copy link
Collaborator

@tomprogrammer, do you want to take care of this?

@tomprogrammer
Copy link
Owner

@pfalabella I prefer to provide IntoString in ascii as you did because deprecated traits can be removed from std without warning. Good work!

@SimonSapin I will take care and publish a new version.

tomprogrammer added a commit that referenced this pull request Jan 4, 2015
Follow rust/std changes

- Rename deriving to derive
- Provide IntoString in this crate instead of std
- See nikomatsakis/rust@c61a009 for old_orphan_check
@tomprogrammer tomprogrammer merged commit eccdd50 into tomprogrammer:master Jan 4, 2015
@pfalabella pfalabella deleted the breakage-orphan branch January 4, 2015 00:34
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.

3 participants