Sebastian Wilzbach

Results 539 comments of Sebastian Wilzbach
trafficstars

> FYI @ikod in case this affects ikod/dlang-requests. dlang-requests is written in native D and [uses it's own exceptions](https://github.com/ikod/dlang-requests#if-getcontent-fails), so I don't see how it would be affected. > Maybe...

@MartinNowak there are no resources wasted with keeping a PR open for a while. Auto-tester doesn't rerun old PRs anyhow.

The failure is `fetchzip` when running dub's testsuite seems to be permanent: ``` [ERROR] :DUB should have retried download on server error multiple times, but only tried 0 times. command...

With this change, `test/fetchzip.sh` fails in DUB. ``` Full exception: object.Exception@source/dub/packagesuppliers/registry.d(71): Failed to download package gitcompatibledubpackage from http://localhost:10255/packages/gitcompatibledubpackage/1.0.2.zip ``` ``` [ERROR] :DUB should have retried download on server error multiple...

> Eh, we should relax the style checker a bit: https://github.com/dlang/phobos/pull/6197

Yeah the druntime benchmark check uses a wrong version of phobos.

> couldn't pass make -f posix.mak benchmark-compile-only, I quit. Huh? You are aware that this is a bogus failure right?

You can safely ignore this test. It currently uses the wrong Phobos version for the test.

> I get that using std.range.put isn't pretty, > But it's not UFCS-able :( Wasn't this example one of the few prime examples of how elegant D code can look...