On Sunday, 28 February 2016 at 22:16:39 UTC, Rene Zwanenburg
wrote:
On Sunday, 28 February 2016 at 19:02:21 UTC, Matt Elkins wrote:
Any suggestions?
I don't know how to fix that error, but 2.070.1 has been
released and contains a fix for your issue:
http://dlang.org/changelog/2.070.1.html
On Sunday, 28 February 2016 at 11:06:26 UTC, Jacob Carlborg wrote:
On 2016-02-28 04:33, Joel wrote:
Things just silently not work.
Joels-MacBook-Pro:packages joelcnz$ ls -l -a ~/ | grep dub
drwxr-xr-x4 joelcnz staff 136 26 Sep 12:47 .dub
Joels-MacBook-Pro:packages joelcnz$
That look
On Sunday, 28 February 2016 at 19:02:21 UTC, Matt Elkins wrote:
Any suggestions?
I don't know how to fix that error, but 2.070.1 has been released
and contains a fix for your issue:
http://dlang.org/changelog/2.070.1.html
I'm attempting to use the DMD nightly build (because this fix
matters a lot to my project:
https://issues.dlang.org/show_bug.cgi?id=15661), but the build
fails at the link step. Here is my full output:
[output]
"C:\Program Files (x86)\dub\dub.exe" run --force --build debug
--build-mode separa
On Sunday, 28 February 2016 at 13:10:20 UTC, Jirka wrote:
I have a question about ErrnoException. When I throw it (throw
new ErrnoException()), won't it overwrite the errno value
before it can capture it?
Its constructor [1] simply fetches the current errno and gets an
error message from it.
I have a question about ErrnoException. When I throw it (throw
new ErrnoException()), won't it overwrite the errno value before
it can capture it?
On Sunday, 28 February 2016 at 05:59:39 UTC, WhatMeWorry wrote:
If so, is there a way to do a global search of all projects in
DUB?
If you just want to search through package names and descriptions
you can use the search box at the top right of code.dlang.org.
If you want to search through
On 2016-02-28 04:33, Joel wrote:
Things just silently not work.
Joels-MacBook-Pro:packages joelcnz$ ls -l -a ~/ | grep dub
drwxr-xr-x4 joelcnz staff 136 26 Sep 12:47 .dub
Joels-MacBook-Pro:packages joelcnz$
That looks correct. If you don't get any error message it's very hard to
hel