Am 08.06.2016 um 21:20 schrieb Rory McGuire via Digitalmars-d-announce:
On Wed, Jun 8, 2016 at 8:45 PM, Sönke Ludwig
<[email protected]> wrote:
...
1.0.0-rc.1 is scheduled for Monday morning, so it should ready by then to
avoid stretching the release schedule (it's technically a breaking change!).
I just tried this inside a directory that happened to be a dub
project, it seemed like dub tried to build both the test file and the
dub project as one.
I see that it puts the compiled binary in the same directory as the .d
file. This makes it not possible to deploy to e.g. /usr/local/bin/.
What is the expected isolation of a single file dub project?
Everything regarding the single-file package is supposed to stay in the
temp directory and only the file itself is supposed to be considered as
a source file. Fix:
https://github.com/dlang/dub/pull/870