Re: sumtype 0.8.3

2019-03-03 Thread Paul Backus via Digitalmars-d-announce
On Sunday, 3 March 2019 at 14:32:55 UTC, Jacob Shtokolov wrote: On Monday, 25 February 2019 at 20:31:43 UTC, Paul Backus wrote: - Pattern matching, including support for structural matching (★) What is the main difference between 'match()' in this library and 'visit()' in std.variant?

Re: Release D 2.085.0

2019-03-03 Thread Per Nordlöw via Digitalmars-d-announce
On Sunday, 3 March 2019 at 21:51:30 UTC, Per Nordlöw wrote: that don't have a destructor (hasElaborateDestructor being true Correction: that don't have a destructor (hasElaborateDestructor being FALSE

DMD and DConf News on the Blog

2019-03-03 Thread Mike Parker via Digitalmars-d-announce
Normally, my blog posts regarding DMD releases are focused solely on the release. This time around it coincides with some news about DConf, including the confirmation of a nightly gathering spot (with free drinks!) and some new details about the guided walk that's freely available to DConf

Re: Release D 2.085.0

2019-03-03 Thread Manu via Digitalmars-d-announce
On Sat, Mar 2, 2019 at 10:25 AM Martin Nowak via Digitalmars-d-announce wrote: > > Glad to announce D 2.085.0, ♥ to the 49 contributors. > > This release comes with context-aware assertion messages, lower GC > memory usage, a precise GC, support to link custom GCs, lots of > Objective-C

Re: Release D 2.085.0

2019-03-03 Thread Andre Pany via Digitalmars-d-announce
On Sunday, 3 March 2019 at 14:01:03 UTC, aliak wrote: On Saturday, 2 March 2019 at 18:19:37 UTC, Martin Nowak wrote: Glad to announce D 2.085.0, ♥ to the 49 contributors. This release comes with context-aware assertion messages, lower GC memory usage, a precise GC, support to link custom

Re: DIP 1018--The Copy Constructor--Formal Review

2019-03-03 Thread Olivier FAURE via Digitalmars-d-announce
On Thursday, 28 February 2019 at 01:42:13 UTC, Andrei Alexandrescu wrote: Such sharing of resources across objects is a common occurrence, which would be impeded by forcing `const` on the right-hand side of a copy. (An inferior workaround would be to selectively cast `const` away inside the

Re: sumtype 0.8.3

2019-03-03 Thread Jacob Shtokolov via Digitalmars-d-announce
On Monday, 25 February 2019 at 20:31:43 UTC, Paul Backus wrote: - Pattern matching, including support for structural matching (★) What is the main difference between 'match()' in this library and 'visit()' in std.variant?

Re: Release D 2.085.0

2019-03-03 Thread aliak via Digitalmars-d-announce
On Saturday, 2 March 2019 at 18:19:37 UTC, Martin Nowak wrote: Glad to announce D 2.085.0, ♥ to the 49 contributors. This release comes with context-aware assertion messages, lower GC memory usage, a precise GC, support to link custom GCs, lots of Objective-C improvements¹, and

Re: Release D 2.085.0

2019-03-03 Thread Jacob Carlborg via Digitalmars-d-announce
On 2019-03-02 19:19, Martin Nowak wrote: Glad to announce D 2.085.0, ♥ to the 49 contributors. This release comes with context-aware assertion messages, lower GC memory usage, a precise GC, support to link custom GCs, lots of Objective-C improvements¹, and toolchainRequirements for dub. This

Re: Release D 2.085.0

2019-03-03 Thread Jacob Carlborg via Digitalmars-d-announce
On 2019-03-02 20:44, Basile B. wrote: GoodBye Darwin 32. I wonder if the issues specific to this platform should be all closed as WONTFIX or left as is (example : https://issues.dlang.org/show_bug.cgi?id=13457) I think Walter has mentioned in the past that bugs like this might be an