jeremyletang / rgtk

GTK+ bindings and wrappers for Rust (DEPRECATED SEE https://github.com/rust-gnome )
GNU Lesser General Public License v3.0
121 stars 22 forks source link

Improve TreeIter #166

Closed oakes closed 9 years ago

oakes commented 9 years ago

This improves TreeIter by indicating mutations where necessary and implementing Drop so memory isn't leaked. I also removed some outdated OSX instructions from the README.

oakes commented 9 years ago

Travis failed due to this bug in the latest nightly. As a workaround, you can build it in release mode.

GuillaumeGomez commented 9 years ago

Perfect ! Is it ready to merge ?

oakes commented 9 years ago

Yep, it is ready. On Dec 23, 2014 5:50 AM, "Guillaume Gomez" notifications@github.com wrote:

Perfect ! Is it ready to merge ?

Reply to this email directly or view it on GitHub https://github.com/jeremyletang/rgtk/pull/166#issuecomment-67939917.

GuillaumeGomez commented 9 years ago

It's donne. Thanks for your work !