Re: Release D 2.082.0

2018-09-04 Thread Mike Parker via Digitalmars-d-announce
On Sunday, 2 September 2018 at 01:05:10 UTC, Martin Nowak wrote: Glad to announce D 2.082.0. This release comes with more efficient update functions for associative arrays, unsafe code in debug blocks, UDAs for function parameters, an improved dependency resolution and avoidance of online upd

Re: Release D 2.082.0

2018-09-04 Thread Shigeki Karita via Digitalmars-d-announce
On Tuesday, 4 September 2018 at 10:51:32 UTC, Martin Nowak wrote: On Tuesday, 4 September 2018 at 03:56:25 UTC, Shigeki Karita wrote: Is there any workaround to avoid this? Please file a regression under https://issues.dlang.org/. One workaround for now would be to initialize the variable at

Re: Release D 2.082.0

2018-09-04 Thread Martin Nowak via Digitalmars-d-announce
On Tuesday, 4 September 2018 at 03:56:25 UTC, Shigeki Karita wrote: Is there any workaround to avoid this? Please file a regression under https://issues.dlang.org/. One workaround for now would be to initialize the variable at runtime, e.g. ```d static double d; shared static this() { d = ex

Re: Release D 2.082.0

2018-09-03 Thread Shigeki Karita via Digitalmars-d-announce
On Sunday, 2 September 2018 at 01:05:10 UTC, Martin Nowak wrote: Glad to announce D 2.082.0. This release comes with more efficient update functions for associative arrays, unsafe code in debug blocks, UDAs for function parameters, an improved dependency resolution and avoidance of online upd

Re: Release D 2.082.0

2018-09-03 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 2 September 2018 at 15:51:37 UTC, lurker wrote: if i remember correctly (5.), it wants a different/other version of the tool chain. never the less, i'll continue using c# and not install (1.) again, since in earlier versions of D i eventually had to deinstall VS2017 and then reinstal

Re: Release D 2.082.0

2018-09-03 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 2 September 2018 at 22:04:11 UTC, Mike Franklin wrote: I guess we should keep an eye on this for the next releases, could you take care of this Mike? Take care of what exactly? What specifically needs to be done? Testing Windows installation of at least the first beta and the ac

Re: Release D 2.082.0

2018-09-02 Thread Pjotr Prins via Digitalmars-d-announce
On Sunday, 2 September 2018 at 01:05:10 UTC, Martin Nowak wrote: http://dlang.org/changelog/2.082.0.html -Martin gdb exception catching looks pretty useful to me!

Re: Release D 2.082.0

2018-09-02 Thread Manu via Digitalmars-d-announce
On Sun, 2 Sep 2018 at 03:05, Laurent Tréguier via Digitalmars-d-announce wrote: > > On Sunday, 2 September 2018 at 01:05:10 UTC, Martin Nowak wrote: > > signed Windows binaries. > > This makes D look so much more professional than having > smartscreen warn you about a potential threat. This is pro

Re: Release D 2.082.0

2018-09-02 Thread Mike Franklin via Digitalmars-d-announce
On Sunday, 2 September 2018 at 12:08:37 UTC, Martin Nowak wrote: Seems like they knew most artifacts within the installer by now, scanning for the submitted binary was a lot faster than last time. I guess we should keep an eye on this for the next releases, could you take care of this Mike?

Re: Release D 2.082.0

2018-09-02 Thread lurker via Digitalmars-d-announce
On Sunday, 2 September 2018 at 15:33:09 UTC, Laurent Tréguier wrote: On Sunday, 2 September 2018 at 14:42:41 UTC, lurker wrote: after the beta i tried it again - just to be fair. 1.) install d, install visual d. 2.)trying to to look at options under visual d without a project crashes VS2017 -

Re: Release D 2.082.0

2018-09-02 Thread Laurent Tréguier via Digitalmars-d-announce
On Sunday, 2 September 2018 at 14:42:41 UTC, lurker wrote: after the beta i tried it again - just to be fair. 1.) install d, install visual d. 2.)trying to to look at options under visual d without a project crashes VS2017 - latest service pack. 3.)VS2017 - displays a problem on startup 4.)cre

Re: Release D 2.082.0

2018-09-02 Thread lurker via Digitalmars-d-announce
On Sunday, 2 September 2018 at 01:16:40 UTC, Mike Franklin wrote: On Sunday, 2 September 2018 at 01:05:10 UTC, Martin Nowak wrote: Glad to announce D 2.082.0. The Windows installer gave me no warning messages this time. Thanks, everyone. Mike after the beta i tried it again - just to be

Re: Release D 2.082.0

2018-09-02 Thread Martin Nowak via Digitalmars-d-announce
On 09/02/2018 03:16 AM, Mike Franklin wrote: > On Sunday, 2 September 2018 at 01:05:10 UTC, Martin Nowak wrote: >> Glad to announce D 2.082.0. > > The Windows installer gave me no warning messages this time.  Thanks, > everyone. Seems like they knew most artifacts within the installer by now, sca

Re: Release D 2.082.0

2018-09-02 Thread Laurent Tréguier via Digitalmars-d-announce
On Sunday, 2 September 2018 at 01:05:10 UTC, Martin Nowak wrote: signed Windows binaries. This makes D look so much more professional than having smartscreen warn you about a potential threat. This is probably the single best feature of this release IMO.

Re: Release D 2.082.0

2018-09-01 Thread Mike Franklin via Digitalmars-d-announce
On Sunday, 2 September 2018 at 01:05:10 UTC, Martin Nowak wrote: Glad to announce D 2.082.0. The Windows installer gave me no warning messages this time. Thanks, everyone. Mike

Release D 2.082.0

2018-09-01 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.082.0. This release comes with more efficient update functions for associative arrays, unsafe code in debug blocks, UDAs for function parameters, an improved dependency resolution and avoidance of online update checks for dub, and signed Windows binaries. http://dlang.org/dow