]> git.lizzy.rs Git - rust.git/commit
auto merge of #10406 : alexcrichton/rust/issue-10405, r=huonw
authorbors <bors@rust-lang.org>
Mon, 11 Nov 2013 00:01:12 +0000 (16:01 -0800)
committerbors <bors@rust-lang.org>
Mon, 11 Nov 2013 00:01:12 +0000 (16:01 -0800)
commit63cfc9989d62e0047c2f9597d2b2283717397dea
treeb2d871f930cd3a78283a80157dcb2856b4d09383
parent95b46a1763810fc0baf0f1db520b647bf3dc14d3
parentb71d629744167aea070298f9039de1b181f8f39e
auto merge of #10406 : alexcrichton/rust/issue-10405, r=huonw

The logging macros all use libuv-based I/O, and there was one stray debug
statement in task::spawn which was executing before the I/O context was ready.
Remove it and add a test to make sure that we can continue to debug this sort of
code.

Closes #10405