]> git.lizzy.rs Git - rust.git/commit
auto merge of #11490 : wting/rust/wting_11362_update_extract_tests, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 28 Jan 2014 22:11:33 +0000 (14:11 -0800)
committerbors <bors@rust-lang.org>
Tue, 28 Jan 2014 22:11:33 +0000 (14:11 -0800)
commitedfb546e4b2b0aa6dbb6316709b80e034539d09d
treed0f2ec0ebdf01cde0c42c01ee379fe789f31a456
parentc6bd05303c37d354e08278fcdebd95ca7fec9fd9
parent9f60e7c306e5052136318806bdd44fc4433f5632
auto merge of #11490 : wting/rust/wting_11362_update_extract_tests, r=alexcrichton

Refactored the file quite a bit, I can add unit tests if desired. There's a few changes from the previous version's behavior:

- destination directory will be created if it doesn't exist
- strings and file is written as unicode

I have a few questions, but will ask them in #11362.