September 04, 2017
On 04.09.2017 16:05, nkm1 wrote:
> On Friday, 1 September 2017 at 14:03:26 UTC, Martin Nowak wrote:
>>
>> This release comes with static foreach
> 
> Great! I noticed one small issue, though. When compiled with warnings, it warns about unreachable code when static foreach in a switch, ...
> 
> It works, though, so I guess it's not a bug per se.

This is actually a bug. Thanks!
https://issues.dlang.org/show_bug.cgi?id=17807
September 04, 2017
On 04.09.2017 21:55, Timon Gehr wrote:
> On 04.09.2017 16:05, nkm1 wrote:
>> On Friday, 1 September 2017 at 14:03:26 UTC, Martin Nowak wrote:
>>>
>>> This release comes with static foreach
>>
>> Great! I noticed one small issue, though. When compiled with warnings, it warns about unreachable code when static foreach in a switch, ...
>>
>> It works, though, so I guess it's not a bug per se.
> 
> This is actually a bug. Thanks!
> https://issues.dlang.org/show_bug.cgi?id=17807

https://github.com/dlang/dmd/pull/7120

(This bug was actually not within the static foreach implementation.)
September 05, 2017
On Monday, 4 September 2017 at 19:49:23 UTC, Timon Gehr wrote:
> On 04.09.2017 12:46, Petar Kirov [ZombineDev] wrote:
>> Would you be able to also address https://issues.dlang.org/show_bug.cgi?id=17798?
>
> https://github.com/dlang/dlang.org/pull/1884
>
> (Any help with getting it to build appreciated -- even the base 'stable' branch does not compile on my machine.)

Building spec part of the website should be as easy as:
git clone https://github.com/dlang/dmd
git clone https://github.com/dlang/dlang.org
cd dlang.org
make -f posix.mak html

On a Linux system. If that doesn't work can you post the error you got? Probably better to keep the discussion on the pull request.

September 05, 2017
On 2017-09-04 16:34, Mario Kröplin wrote:
> What's the problem with `TypeInfo_Typedef`?
> 
> https://github.com/dlang/undeaD shows "build:failing".
> https://travis-ci.org/dlang/undeaD/jobs/270947584 shows:
> 
> src/undead/doformat.d(934,23): Error: undefined identifier TypeInfo_Typedef

typedef has been removed from the language since a couple (?) of release ago.

-- 
/Jacob Carlborg
September 06, 2017
This is the first time I'm trying to install with the install script as shown on the download page but it fails.

$ curl -fsS https://dlang.org/install.sh | bash -s dmd
Downloading and unpacking http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.linux.tar.xz
######################################################################## 100.0%
Invalid signature http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.linux.tar.xz.sig

Am I using it correctly?

Ali
September 07, 2017
On Thursday, 7 September 2017 at 00:53:29 UTC, Ali Çehreli wrote:
> This is the first time I'm trying to install with the install script as shown on the download page but it fails.
>
> $ curl -fsS https://dlang.org/install.sh | bash -s dmd
> Downloading and unpacking http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.linux.tar.xz
> ######################################################################## 100.0%
> Invalid signature http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.linux.tar.xz.sig
>
> Am I using it correctly?

I think so, it works for me.

A. Corbi

September 07, 2017

On 04.09.2017 11:00, Timon Gehr wrote:
> On 02.09.2017 08:51, Ilya Yaroshenko wrote:
>> On Friday, 1 September 2017 at 14:03:26 UTC, Martin Nowak wrote:
>>> Glad to announce D 2.076.0.
>>>
>>> This release comes with static foreach, many -betterC enhancements, various phobos additions, an -mcpu=avx2 switch, and lots of bugfixes.
>>>
>>> Thanks to everyone involved in this 👏.
>>>
>>> http://dlang.org/download.html http://dlang.org/changelog/2.076.0.html
>>>
>>> - -Martin
>>
>> First "static foreach" bug report
>> https://issues.dlang.org/show_bug.cgi?id=17800
>>
> 
> Thanks, but actually it is the second one. ;)
> https://issues.dlang.org/show_bug.cgi?id=17688
> 
> I'll get to work.

I've added two more:

https://issues.dlang.org/show_bug.cgi?id=17812
https://issues.dlang.org/show_bug.cgi?id=17814
September 07, 2017
On 07.09.2017 09:48, Rainer Schuetze wrote:
> 
> I've added two more:
> 
> https://issues.dlang.org/show_bug.cgi?id=17812

https://github.com/dlang/dmd/pull/7127

> https://issues.dlang.org/show_bug.cgi?id=17814

https://github.com/dlang/dmd/pull/7126
October 01, 2017
On 09/07/2017 02:53 AM, Ali Çehreli wrote:
> This is the first time I'm trying to install with the install script as shown on the download page but it fails.
> 
> $ curl -fsS https://dlang.org/install.sh | bash -s dmd
> Downloading and unpacking
> http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.linux.tar.xz
> ########################################################################
> 100.0%
> Invalid signature
> http://downloads.dlang.org/releases/2.x/2.076.0/dmd.2.076.0.linux.tar.xz.sig

The script downloads https://dlang.org/d-keyring.gpg and verifies the GPG signature of the download against that keyring.

So either there was a download error on the file (or signature), or there is some bug in the way we use your local gpg/gpg2.

Could you check again please?
1 2 3
Next ›   Last »