Re: Silicon Valley D Meetup - November 30, 2017 - "DCompute: Harnessing all your hardware" by Nicholas Wilson

2017-11-30 Thread Ali Çehreli via Digitalmars-d-announce

Online now:

  https://hangouts.google.com/call/dKQWkub93bzfHCBrfDeHAAEM

Ali

On 11/17/2017 04:04 PM, Ali Çehreli wrote:
We're very fortunate to have Nic as our speaker this month. He will be 
connecting remotely. We will announce the Google Hangouts link later so 
that you can join as well.


"DCompute is a set of libraries designed to work with ldc to enable 
native execution of regular D code on GPUs (and other more exotic 
targets of OpenCL such as FPGAs DSPs) on the OpenCL and CUDA runtimes."


   https://www.meetup.com/D-Lang-Silicon-Valley/events/slbvflywpbfc/

Ali




Re: Release D v2.077.1

2017-11-30 Thread Michael via Digitalmars-d-announce

On Thursday, 30 November 2017 at 13:52:00 UTC, Martin Nowak wrote:

Glad to announce D v2.077.1.

http://dlang.org/download.html

This point release fixes a few issues over v2.077.1, see the 
changelog for more details.


http://dlang.org/changelog/v2.077.1.html

- -Martin


Thanks for all your work, it doesn't go unnoticed!


Re: Beta 2.077.1

2017-11-30 Thread Martin Nowak via Digitalmars-d-announce
On 11/26/2017 02:27 PM, Paolo Invernizzi wrote:
> 18012 is an ice regression towards 2.076.1 ...

Fixed with 2.077.1, was a duplicate of
https://issues.dlang.org/show_bug.cgi?id=17955.


Re: Release D v2.077.1

2017-11-30 Thread rikki cattermole via Digitalmars-d-announce

On 30/11/2017 1:52 PM, Martin Nowak wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Glad to announce D v2.077.1.

http://dlang.org/download.html

This point release fixes a few issues over v2.077.1, see the changelog
for more details.

http://dlang.org/changelog/v2.077.1.html


https://dlang.org/changelog/2.077.1.html


Release D v2.077.1

2017-11-30 Thread Martin Nowak via Digitalmars-d-announce
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Glad to announce D v2.077.1.

http://dlang.org/download.html

This point release fixes a few issues over v2.077.1, see the changelog
for more details.

http://dlang.org/changelog/v2.077.1.html

- -Martin
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEpzRNrTw0HqEtE8TmsnOBFhK7GTkFAlogDQAACgkQsnOBFhK7
GTl+Qw//YIoPtE2MWrI7Na3JgkZzt4ujGzOc4fQiTTXjsrJVezZSkxqwkiMcth1O
q8pohrgNec4LCwrepwRDKESMDsCIu4Kyib5mgCnEmKJpvGRhJCpbwG7D+EsrYRF7
KQhookE7mSKoHPWrnBRnTDuM7U8cLjvHhIOz3CGaFBH2IZjnblrg/Baq01udRh/l
HiQ8Qj4K49lJH7zcSzYFAV5cCcyMgas2EtguQNEjzUMTBrfw2TIqYNf/cvJQLSqu
YkBGoLT9TuDFCbu3KBmb639uevLZAkWG9hDP5nj2ZjiNZiwZ+8jSM//c7w/Gmwki
TbJhcq9DdT01Qu+qoSz+8nUOoOTMRQ3Sm32LZGhVFJ8w0YQjvGf1Al4HRlO2TPge
cpSwtxqlo+kV+sDHyEmiUDrBBysKxKcJkQzMnTsu72L8dfqgI0RxLtI3/AJoVded
edw5qIv3mdeYkggLBnv9ZckzJY/BG9cNoNh4NVl3KLGZ6SHIKmiloiTKF74Y+tsj
QVeNJfm6vdG0VhT/e81DGP2DCA7UhjLMdoLfPF7HTiYg3qp0OmmGSBc4kXuq+QVb
KtwYlxSbDf3Nu6WvaBPJiSTnja/cjtrCmpzhQzwLaR0WCgSkpqoNnk73ph5UQlpa
X+gw6ENEr3giNy1hZV6EeaGFxkzm6Jet6XE1h0ZeW3NMe7i0dDw=
=eNcv
-END PGP SIGNATURE-


Re: Release D v2.076.1

2017-11-30 Thread Martin Nowak via Digitalmars-d-announce
On 10/13/2017 04:50 AM, Jonathan M Davis wrote:
>> With reg fixes put in master at the same time that in stable,
>> testing 3 versions of the DMD compiler would not be necessary
>> anymore, i think.
> 
> I don't know what the best way to handle committing regression fixes is

Regression fixes (and non-risky bug fixes) should always go into stable.

> I did find it annoying recently when I ran into a bug on master that I'd
> fixed on stable, but the fix hadn't been merged over yet.

I do open pull requests from stable to master immediately after each
(beta) release, and things usually get merged back fairly timely.

-Martin


Re: Beta 2.077.1

2017-11-30 Thread Martin Nowak via Digitalmars-d-announce
On 11/26/2017 12:30 PM, Walter Bright wrote:
> Too late for RAII for betterC? :-(

Also see https://forum.dlang.org/post/oknjtm$1unb$1...@digitalmars.com for
the release schedule. Next major release will be 2.078.0 on Jan 1 2018.
Just make sure to finish and properly test any features in time.