DIP 1037--Add Unary Operator ...--Community Review Round 1 Begins

2020-10-27 Thread Mike Parker via Digitalmars-d-announce
The first round of Community Review for DIP 1037, "Add Unary Operator ...", is now under way. Please discuss the DIP (its merits, its implementation, peripheral topics, etc.) in the Discussion Thread and save all review feedback (critiques on the content of the DIP: what to change, how to impro

Re: DConf Online 2020 Schedule

2020-10-27 Thread IGotD- via Digitalmars-d-announce
On Wednesday, 14 October 2020 at 12:41:34 UTC, Mike Parker wrote: The DConf Online schedule is now live on the website. I've got a blog post coming tomorrow which will, among other things, include an announcement about the schedule aimed at the world outside our community in a form suitable for

Re: DConf Online 2020 Schedule

2020-10-27 Thread Mike Parker via Digitalmars-d-announce
On Tuesday, 27 October 2020 at 12:16:00 UTC, IGotD- wrote: On Wednesday, 14 October 2020 at 12:41:34 UTC, Mike Parker wrote: The DConf Online schedule is now live on the website. I've got a blog post coming tomorrow which will, among other things, include an announcement about the schedule aime

Re: sumtype 0.10.0: multiple dispatch

2020-10-27 Thread vitamin via Digitalmars-d-announce
On Thursday, 24 September 2020 at 02:28:11 UTC, Paul Backus wrote: SumType is a generic sum type for modern D. It is designed to be an improved alternative to `std.variant.Algebraic`. Features: - Pattern matching, including: - Match-by-introspection ("if it compiles, it matches") (★)

Re: sumtype 0.10.0: multiple dispatch

2020-10-27 Thread Paul Backus via Digitalmars-d-announce
On Tuesday, 27 October 2020 at 16:26:10 UTC, vitamin wrote: Hello, Older version of sumtype accept this code: void main(){ import sumtype; alias Val = SumType!(bool); const bool b = true; Val val = b; //fail in newest version val = b; //fail in newest version } but

Re: DIP 1030-- Named Arguments--Formal Assessment

2020-10-27 Thread Q. Schroll via Digitalmars-d-announce
On Thursday, 8 October 2020 at 14:05:14 UTC, Andre Pany wrote: how to this new feature interact with opDispatch? Will there be any possibility to extract the argument names in opDispatch? Good catch. The DIP doesn't mention opDispatch and it's probably too late to change. I also don't really s