Re: [update] lang/rust 1.4.0

2015-11-02 Thread Laurence Tratt
On Sun, Nov 01, 2015 at 04:49:08PM -0500, Michael McConville wrote: Hello Michael, > It's hard to find a big stress-tester program to build without Cargo. Steven McDonald is working on a Cargo port, which is in openbsd-wip. It's more than good enough to compile every Rust program I've chucked at

Re: [update] lang/rust 1.4.0

2015-11-02 Thread Sebastien Marie
On Sun, Nov 01, 2015 at 04:49:08PM -0500, Michael McConville wrote: > Sebastien Marie wrote: > > Hi, > > > > Here a patch for updating lang/rust to latest stable version: 1.4.0 > > > > Testing would be welcome. > > > > An intermittent failure on `net::addr::tests::to_socket_addr_str_bad' > > tes

Re: [update] lang/rust 1.4.0

2015-11-01 Thread Brandon Mercer
Tested here on amd64 as well. Looks good to me. On Sun, Nov 1, 2015 at 4:52 PM Michael McConville wrote: > Sebastien Marie wrote: > > Hi, > > > > Here a patch for updating lang/rust to latest stable version: 1.4.0 > > > > Testing would be welcome. > > > > An intermittent failure on `net::addr::t

Re: [update] lang/rust 1.4.0

2015-11-01 Thread Michael McConville
Sebastien Marie wrote: > Hi, > > Here a patch for updating lang/rust to latest stable version: 1.4.0 > > Testing would be welcome. > > An intermittent failure on `net::addr::tests::to_socket_addr_str_bad' > test is possible. It isn't a regress (this problem seems to be present > long time ago),

[update] lang/rust 1.4.0

2015-10-28 Thread Sebastien Marie
Hi, Here a patch for updating lang/rust to latest stable version: 1.4.0 Testing would be welcome. An intermittent failure on `net::addr::tests::to_socket_addr_str_bad' test is possible. It isn't a regress (this problem seems to be present long time ago), but I would like to investigate it a bit