Re: 2nd Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-05-04 Thread Norm via Digitalmars-d-announce

On Saturday, 4 May 2019 at 09:57:04 UTC, Martin Nowak wrote:

On Saturday, 4 May 2019 at 09:55:00 UTC, Martin Nowak wrote:


`dub build :pkg1 --non-interactively`.


`dub build :pkg1 --non-interactive` is the correct name of the 
flag


Thank you for the help.

Norm


Re: 2nd Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-05-04 Thread Martin Nowak via Digitalmars-d-announce

On Saturday, 4 May 2019 at 09:55:00 UTC, Martin Nowak wrote:


`dub build :pkg1 --non-interactively`.


`dub build :pkg1 --non-interactive` is the correct name of the 
flag


Re: 2nd Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-05-04 Thread Martin Nowak via Digitalmars-d-announce

On Thursday, 2 May 2019 at 01:34:16 UTC, Norm wrote:
Sorry I don't know if this is the right place to report this, 
if not please let me know where a good place would be. With 
this release I can no longer build a subpackage with dub.


https://github.com/dlang/dub/issues/1691

The new auto-fetch logic doesn't handle abbreviated sub-pkg names 
properly and thus fails.
Workaround for now is to use the full name `dub build test:pkg` 
or to disable the auto-fetch via `dub build :pkg1 
--non-interactively`.


2nd Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-05-01 Thread Martin Nowak via Digitalmars-d-announce

On Saturday, 20 April 2019 at 14:16:09 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.086.0 release, ♥ to 
the 51 contributors.


A second release candidate including a critical regression fix is 
live now.


http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.086.0.html

-Martin



2nd Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-05-01 Thread Martin Nowak via Digitalmars-d-announce

On Saturday, 20 April 2019 at 14:16:09 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.086.0 release, ♥ to 
the 51 contributors.


A second release candidate including a critical regression fix is 
live now.


http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.086.0.html

-Martin




Re: Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-04-29 Thread kinke via Digitalmars-d-announce

On Monday, 29 April 2019 at 09:43:04 UTC, Martin Nowak wrote:

The release candidate is live now.


FWIW, I consider https://issues.dlang.org/show_bug.cgi?id=19822 a 
release blocker.


Re: Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-04-29 Thread Bastiaan Veelo via Digitalmars-d-announce
The list in 
https://dlang.org/changelog/2.086.0.html#copy_constructor is 
still broken by the examples inside it. Do we have a DDOC expert 
that knows how to solve that?


Bastiaan.


Release Candidate 2.086.0 [was: Re: Beta 2.086.0]

2019-04-29 Thread Martin Nowak via Digitalmars-d-announce

On Saturday, 20 April 2019 at 14:16:09 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.086.0 release, ♥ to 
the 52 contributors.


The release candidate is live now.

http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.086.0.html

-Martin