Re: Unit Testing in Action

2017-10-25 Thread Jacob Carlborg via Digitalmars-d-announce
On 2017-10-25 04:15, Walter Bright wrote: The problem is how to display it in a text file with the original source code. An option to output the result in XML or JSON would allow an editor or IDE more options to display the result, for example, hover on different expressions to show the resu

Re: DMD, Windows and C

2017-10-25 Thread Jacob Carlborg via Digitalmars-d-announce
On 2017-10-25 21:15, MrSmith wrote: I wish we had zero-dependence distributions of all compilers for Windows. I want to redist compiler with my application for easy modding. And requiring VisualStudio / BuildToos is too much garbage for a small task. (Ideally it should be 20-30 MB at max). I

Re: Unit Testing in Action

2017-10-25 Thread Jonathan M Davis via Digitalmars-d-announce
On Tuesday, October 24, 2017 19:15:35 Walter Bright via Digitalmars-d- announce wrote: > On 10/24/2017 3:06 PM, Ali Çehreli wrote: > > It would be very useful if the compiler could do that automatically. > > On 10/24/2017 2:58 PM, qznc wrote: > > The information is there just not expressed in a us

Re: DMD, Windows and C

2017-10-25 Thread MrSmith via Digitalmars-d-announce
On Wednesday, 25 October 2017 at 16:57:27 UTC, kinke wrote: The MS libs are obviously still required. They can be compressed to ~32 MB. The redistribution of the static libs is unclear, that's why I haven't pursued this further, but that's basically the only thing standing in the way of releasi

Re: Boston D Lang Meetup 10/29/2017

2017-10-25 Thread Steven Schveighoffer via Digitalmars-d-announce
On 10/20/17 3:30 PM, Steven Schveighoffer wrote: Hi everyone, I scheduled an informal meetup for Sunday, 10/29, to get together. Nothing special going on, except that Ali Çehreli, author of "Programming in D" will be in town, and has offered to join us, along with Andrei. That's 2/3 of the D

Re: DMD, Windows and C

2017-10-25 Thread jmh530 via Digitalmars-d-announce
On Wednesday, 25 October 2017 at 16:05:48 UTC, Mike Parker wrote: In preparation for an upcoming blog series, and partly as a reaction to the "Windows is a second-class citizen" criticisms that have been cropping up lately, I've put together a primer on getting set up to use C and D together on

Re: DMD, Windows and C

2017-10-25 Thread kinke via Digitalmars-d-announce
On Wednesday, 25 October 2017 at 16:05:48 UTC, Mike Parker wrote: In preparation for an upcoming blog series, and partly as a reaction to the "Windows is a second-class citizen" criticisms that have been cropping up lately, I've put together a primer on getting set up to use C and D together on

DMD, Windows and C

2017-10-25 Thread Mike Parker via Digitalmars-d-announce
In preparation for an upcoming blog series, and partly as a reaction to the "Windows is a second-class citizen" criticisms that have been cropping up lately, I've put together a primer on getting set up to use C and D together on Windows. It includes some background on why we need to install th

Re: Diamond MVC / Template Engine - v2.1.0 Released

2017-10-25 Thread bauss via Digitalmars-d-announce
On Thursday, 19 October 2017 at 23:29:57 UTC, bauss wrote: I'm pleased to announce that I have just released Diamond 2.1.0. There has been a lot of updating to Diamond since last announced release. Diamond has also moved repository from my personal Github to an organization Github. The rea