Re: Profiling DMD's Compilation Time with dmdprof

2018-11-15 Thread Vladimir Panteleev via Digitalmars-d-announce
On Thursday, 15 November 2018 at 19:18:27 UTC, Manu wrote: I'm not sure how VisualStudio (read: MSBuild) should behave differently than make? It's not like the build script is taking a long time, it's the invocation of DMD that takes 100% of that time. That seems to take about half the time for

Re: Profiling DMD's Compilation Time with dmdprof

2018-11-15 Thread Manu via Digitalmars-d-announce
Wed, Nov 14, 2018 at 12:25 AM Vladimir Panteleev via Digitalmars-d-announce wrote: > > On Thursday, 8 November 2018 at 07:54:56 UTC, Manu wrote: > > And all builds are release builds... what good is a debug > > build? DMD > > is unbelievably slow in debug. If it wasn't already slow > > enough... i

Re: DIP 1015--Deprecation of Implicit Conversion of Int. & Char. Literals to bool--Formal Assement

2018-11-15 Thread Steven Schveighoffer via Digitalmars-d-announce
On 11/14/18 4:32 PM, Neia Neutuladh wrote: On Wed, 14 Nov 2018 13:40:46 -0500, Steven Schveighoffer wrote: You don't think this is confusing? enum A : int { val } A a; foo(a); // error: be more specific int x = a; foo(x); // Sure I find this confusing: void foo(int i) {} voi

Re: The New Fundraising Campaign

2018-11-15 Thread M.M. via Digitalmars-d-announce
On Saturday, 10 November 2018 at 16:09:12 UTC, Mike Parker wrote: I've just published a new blog post describing our new fundraising campaign. TL;DR: We want to pay a Pull Request Manager to thin out the pull request queues and coordinate between relevant parties on newer pull requests so they