On Sat, Apr 18, 2015 at 07:15:08AM +0200, Sébastien Marie wrote:
> On Sat, Apr 18, 2015 at 06:17:18AM +0200, Sébastien Marie wrote:
> > Hi,
> >
> > This patch include:
> > - the previous patch to disambiguate linkage (not yet commited)
> > - update to rust-1.0.0beta1
> >
>
> It should be better with patch included.
>
> And the update isn't "beta1" but "beta2"...
One test failed, dunno if its expected:
error: test run failed!
status: exit code: 101
command:
x86_64-unknown-openbsd/test/run-pass/out-of-stack.stage2-x86_64-unknown-openbsd
stdout:
------------------------------------------
------------------------------------------
stderr:
------------------------------------------
thread '<main>' panicked at 'assertion failed: error.contains("has overflowed
its stack")',
/usr/obj/ports/rust-1.0.0beta2/rustc-1.0.0-beta.2/src/test/run-pass/out-of-stack.rs:46
------------------------------------------
thread '[run-pass] run-pass/out-of-stack.rs' panicked at 'explicit panic',
/usr/obj/ports/rust-1.0.0beta2/rustc-1.0.0-beta.2/src/compiletest/runtest.rs:1499
failures:
[run-pass] run-pass/out-of-stack.rs
test result: FAILED. 2021 passed; 1 failed; 25 ignored; 0 measured
Other than that looks good to me.
Landry