[rust-dev] Using new I/O error handling

2013-05-31 Thread Sanghyeon Seo
Is it actually possible to use new I/O error handling at the moment? It seems to me that it is not possible to get at std::rt::io::io_error at all, because conditions are private and do not work cross-crate. https://github.com/mozilla/rust/issues/5446 https://github.com/mozilla/rust/issues/6009

Re: [rust-dev] Using new I/O error handling

2013-05-31 Thread Brian Anderson
On 05/31/2013 01:44 AM, Sanghyeon Seo wrote: Is it actually possible to use new I/O error handling at the moment? It seems to me that it is not possible to get at std::rt::io::io_error at all, because conditions are private and do not work cross-crate. https://github.com/mozilla/rust/issues/54

Re: [rust-dev] Using new I/O error handling

2013-06-03 Thread Felix S. Klock II
On 01/06/2013 06:10, Brian Anderson wrote: On 05/31/2013 01:44 AM, Sanghyeon Seo wrote: Is it actually possible to use new I/O error handling at the moment? It seems to me that it is not possible to get at std::rt::io::io_error at all, because conditions are private and do not work cross-crate