Re: dmd 2.057 release

2011-12-15 Thread Adrian
Am 15.12.2011 07:50, schrieb Adrian: Am 14.12.2011 18:57, schrieb Walter Bright: On 12/14/2011 6:59 AM, Adrian wrote: I have a strange crash of the new dmd 2.057 compiler. I can't do anything without a reproducible test case. If you want, I can sent you the whole source. Its nothing real

Re: libffi-d: D binding to libffi

2011-12-15 Thread Alex Rønne Petersen
Hi Andrej, Sorry for the late response (for some reason, my news reader had marked this thread as read). There's a few DLL's floating around for libffi, however none of them seem to have the symbol ffi_prep_cif_var which seems to be needed for variadic functions. I can version variadic

Re: dmd 2.057 release

2011-12-15 Thread Stephan
On 15.12.2011 12:02, Adrian wrote: - for the crash to happen the project has to be compiled with the switches -noboundscheck and -deps=bug.dep. if you omit one of them the crash wont show. sounds like this one i encountered last release already:

Re: dmd 2.057 release

2011-12-15 Thread Jacob Carlborg
On 2011-12-15 08:43, Jonathan M Davis wrote: On Thursday, December 15, 2011 08:19:39 Jacob Carlborg wrote: On 2011-12-14 18:00, Jonathan M Davis wrote: On Wednesday, December 14, 2011 12:11:03 Jacob Carlborg wrote: On 2011-12-14 11:10, Walter Bright wrote: On 12/14/2011 1:59 AM, Jacob

Re: dmd 2.057 release

2011-12-15 Thread Jacob Carlborg
On 2011-12-15 08:43, Jonathan M Davis wrote: The names of bug reports are frequently not particularly informative, and even if they are, they frequently don't contain the necessary information to understand the effects of fixing the bug. If you want to actually know what's really being fixed,

Re: dmd 2.057 release

2011-12-15 Thread Adrian
Am 15.12.2011 12:31, schrieb Stephan: On 15.12.2011 12:02, Adrian wrote: - for the crash to happen the project has to be compiled with the switches -noboundscheck and -deps=bug.dep. if you omit one of them the crash wont show. sounds like this one i encountered last release already:

Re: dmd 2.057 release

2011-12-15 Thread Sean Kelly
Sounds offset-dependent. I bet if you added and removed instructions in the right place you could reduce it a lot further. Sent from my iPhone On Dec 15, 2011, at 3:02 AM, Adrian adrian.remove-nos...@veith-system.de wrote: Am 14.12.2011 18:57, schrieb Walter Bright: On 12/14/2011 6:59 AM,

Re: libffi-d: D binding to libffi

2011-12-15 Thread Alex Rønne Petersen
On 15-12-2011 09:14, Alex Rønne Petersen wrote: Hi Andrej, Sorry for the late response (for some reason, my news reader had marked this thread as read). There's a few DLL's floating around for libffi, however none of them seem to have the symbol ffi_prep_cif_var which seems to be needed

Re: dmd 2.057 release

2011-12-15 Thread Walter Bright
On 12/15/2011 4:16 AM, Jacob Carlborg wrote: I wonder if we can list breaking changes in a separate sections in the changelog. Any bug fix is a breaking change - code can and does depend on bugs (often inadvertently).

Re: dmd 2.057 release

2011-12-15 Thread Walter Bright
On 12/15/2011 6:31 AM, Adrian wrote: Am 15.12.2011 12:31, schrieb Stephan: On 15.12.2011 12:02, Adrian wrote: - for the crash to happen the project has to be compiled with the switches -noboundscheck and -deps=bug.dep. if you omit one of them the crash wont show. sounds like this one i

Re: dmd 2.057 release

2011-12-15 Thread Jacob Carlborg
On 2011-12-15 20:25, Walter Bright wrote: On 12/15/2011 4:16 AM, Jacob Carlborg wrote: I wonder if we can list breaking changes in a separate sections in the changelog. Any bug fix is a breaking change - code can and does depend on bugs (often inadvertently). In this particular case it

Re: New homepage design of d-p-l.org is now live. eom

2011-12-15 Thread Michel Fortin
On 2011-12-14 10:55:26 +, Robert Clipsham rob...@octarineparrot.com said: On 14/12/2011 10:12, Andrei Alexandrescu wrote: On 12/12/11 7:46 PM, Stewart Gordon wrote: On 06/12/2011 05:44, Andrei Alexandrescu wrote: http://d-p-l.org Andrei Why does it have an HTML 4.01 doctype but then

Re: dmd 2.057 release

2011-12-15 Thread Don
On 15.12.2011 21:34, Jacob Carlborg wrote: On 2011-12-15 20:25, Walter Bright wrote: On 12/15/2011 4:16 AM, Jacob Carlborg wrote: I wonder if we can list breaking changes in a separate sections in the changelog. Any bug fix is a breaking change - code can and does depend on bugs (often

Re: Programming Windows D Examples are now Online!

2011-12-15 Thread Andrej Mitrovic
On 6/21/11, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: This is a translation project of Charles Petzold's Programming Windows (5th edition) book code samples. Currently over 120 code samples have been translated into D, with only a few modules remaining. Everything else you need to

Re: dmd 2.057 release

2011-12-15 Thread Jacob Carlborg
On 2011-12-15 22:28, Don wrote: On 15.12.2011 21:34, Jacob Carlborg wrote: On 2011-12-15 20:25, Walter Bright wrote: On 12/15/2011 4:16 AM, Jacob Carlborg wrote: I wonder if we can list breaking changes in a separate sections in the changelog. Any bug fix is a breaking change - code can and