Re: Start of dmd 2.064 beta program

2013-10-22 Thread Rory McGuire
Why not just copy what Linus does with the Linux kernel. Different people in charge of different parts of the compiler. Pull requests should go to the correct person, who then makes a pull request that goes to the main line. On Mon, Oct 21, 2013 at 12:31 PM, Leandro Lucarella

Re: dunit 0.7.0 released

2013-10-22 Thread Meta
On Monday, 21 October 2013 at 11:58:14 UTC, Jonathan M Davis wrote: I confess that I don't understand why anyone is creating any unit test projects for D, and I'd likely vote against any attempt to add such a thing to Phobos. D has built in unit testing functionality, and it works great. Maybe

Re: Start of dmd 2.064 beta program

2013-10-22 Thread Iain Buclaw
On 22 October 2013 08:35, Rory McGuire rjmcgu...@gmail.com wrote: Why not just copy what Linus does with the Linux kernel. Different people in charge of different parts of the compiler. Pull requests should go to the correct person, who then makes a pull request that goes to the main line.

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Bruno Medeiros
On 18/10/2013 12:58, Iain Buclaw wrote: On 18 October 2013 12:43, Bruno Medeiros brunodomedeiros+...@gmail.com wrote: On 16/10/2013 22:21, Andrei Alexandrescu wrote: On 10/16/13 5:38 AM, Bruno Medeiros wrote: On 08/10/2013 14:18, Alexander Bothe wrote: Are there any plans/tricks/hacks on

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Manu
On 18 October 2013 21:58, Iain Buclaw ibuc...@ubuntu.com wrote: On 18 October 2013 12:43, Bruno Medeiros brunodomedeiros+...@gmail.com wrote: On 16/10/2013 22:21, Andrei Alexandrescu wrote: On 10/16/13 5:38 AM, Bruno Medeiros wrote: On 08/10/2013 14:18, Alexander Bothe wrote: Are

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Iain Buclaw
On 22 October 2013 13:29, Manu turkey...@gmail.com wrote: On 18 October 2013 21:58, Iain Buclaw ibuc...@ubuntu.com wrote: On 18 October 2013 12:43, Bruno Medeiros brunodomedeiros+...@gmail.com wrote: On 16/10/2013 22:21, Andrei Alexandrescu wrote: On 10/16/13 5:38 AM, Bruno Medeiros

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Manu
On 22 October 2013 23:48, Iain Buclaw ibuc...@ubuntu.com wrote: On 22 October 2013 13:29, Manu turkey...@gmail.com wrote: On 18 October 2013 21:58, Iain Buclaw ibuc...@ubuntu.com wrote: On 18 October 2013 12:43, Bruno Medeiros brunodomedeiros+...@gmail.com wrote: On 16/10/2013

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread David Nadlinger
On Tuesday, 22 October 2013 at 14:39:55 UTC, Manu wrote: Well whatever object format it is, it seems it's not COFF by default, [...] --- $ gcc --version gcc -c test.c file test.o gcc.exe (rubenvb-4.8.0) 4.8.0 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Iain Buclaw
On 22 October 2013 15:58, David Nadlinger c...@klickverbot.at wrote: On Tuesday, 22 October 2013 at 14:39:55 UTC, Manu wrote: Well whatever object format it is, it seems it's not COFF by default, [...] --- $ gcc --version gcc -c test.c file test.o gcc.exe (rubenvb-4.8.0) 4.8.0

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Manu
On 23 October 2013 01:02, Iain Buclaw ibuc...@ubuntu.com wrote: On 22 October 2013 15:58, David Nadlinger c...@klickverbot.at wrote: On Tuesday, 22 October 2013 at 14:39:55 UTC, Manu wrote: Well whatever object format it is, it seems it's not COFF by default, [...] --- $ gcc

Re: Mono-D 0.5.4.1 - Build, completion other fixes + Unittests via rdmd

2013-10-22 Thread Iain Buclaw
On 22 October 2013 16:59, Manu turkey...@gmail.com wrote: On 23 October 2013 01:02, Iain Buclaw ibuc...@ubuntu.com wrote: On 22 October 2013 15:58, David Nadlinger c...@klickverbot.at wrote: On Tuesday, 22 October 2013 at 14:39:55 UTC, Manu wrote: Well whatever object format it is, it

Re: DUB 0.9.19 has been released

2013-10-22 Thread Alexander Bothe
On Friday, 18 October 2013 at 15:58:04 UTC, Sönke Ludwig wrote: Major changes since 0.9.18 - Added support for dub build package name and dub run package name to build/run a specific package instead of the root package in the current directory. This works for any installed packages,

Mono-D v0.5.4.5 - More dub support

2013-10-22 Thread Alexander Bothe
Hi everyone, Just sat down the last couple of days and tried to adapt further MonoDevelop project architecture and other related functionality to dub. Seems to work (for me™) for some basic dub configurations so far. Debugging dub projects (by using the right addin for it *cough*) has become

LDC 0.12.0 has been released

2013-10-22 Thread David Nadlinger
LDC 0.12.0, the LLVM-based D compiler, is available for download! It is built on the 2.063.2 frontend and standard library and supports LLVM 3.1-3.3 (OS X: 3.2 only). As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc:

Re: LDC 0.12.0 has been released

2013-10-22 Thread deadalnix
On Tuesday, 22 October 2013 at 22:42:14 UTC, David Nadlinger wrote: LDC 0.12.0, the LLVM-based D compiler, is available for download! It is built on the 2.063.2 frontend and standard library and supports LLVM 3.1-3.3 (OS X: 3.2 only). As usual, you can find links to the changelog and the