Re: DMD, Windows and C

2017-10-26 Thread Rainer Schuetze via Digitalmars-d-announce
On 25.10.2017 18:57, kinke wrote: 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

Re: DMD, Windows and C

2017-10-26 Thread Rainer Schuetze via Digitalmars-d-announce
On 25.10.2017 18:05, 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 Windows. It includes

Re: Unit Testing in Action

2017-10-26 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

Re: DMD, Windows and C

2017-10-26 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).