mneumann / rust-msgpack

[DEPRECATED] msgpack.org implementation for Rust language. Please use https://github.com/3Hren/msgpack-rust
121 stars 31 forks source link

Automated fixes to follow Rust development #16

Closed Geal closed 10 years ago

Geal commented 10 years ago

Hi,

This is an automated pull request to help you follow recent Rust developments. Those changes were applied automatically to spare you the tedious search and replace work needed.

This is still in testing, and will not replace manual compilation (but will probably remove the annoying part). This may not compile out of the box, because that script does not analyze the type (yet). It may even break some code, so please review the diff carefully before merging.

If you do not want to receive those kinds of pull requests, I apologize forthis annoying notification and will not bother you again with this. If you have ideas about how to improve that system, you can check it out at https://github.com/Geal/rustfix

You can reach me here on Github, on Twitter by the nickname 'gcouprie', or on IRC (Freenode, Mozilla, etc) by the nickname 'geal'.

Here are the fixes applied:

*attribute fix (cf mozilla/rust#2569)
*New vec library (cf mozilla/rust#12771)
*priv attribute removal (cf mozilla/rust@f2a5c7a179ab0fc0e415918c1fc5d280a9e02ede)

Cheers!

mneumann commented 10 years ago

rust-msgpack builds again with my latest commits. Closing.