Jump to page: 1 24  
Page
Thread overview
[dmd-beta] dmd 1.070 and 2.055 beta
Sep 04, 2011
Walter Bright
Sep 04, 2011
Sönke Ludwig
Sep 04, 2011
Walter Bright
Sep 05, 2011
Sönke Ludwig
Sep 05, 2011
Don Clugston
Sep 05, 2011
Rainer Schuetze
Sep 05, 2011
Daniel Murphy
Sep 05, 2011
Sönke Ludwig
Sep 05, 2011
Don Clugston
Sep 05, 2011
Sönke Ludwig
Sep 05, 2011
Walter Bright
Sep 05, 2011
Daniel Murphy
Sep 04, 2011
David Simcha
Sep 04, 2011
Mike Wey
Sep 04, 2011
Mike Wey
Sep 04, 2011
Don Clugston
Sep 05, 2011
David Nadlinger
Sep 05, 2011
Sönke Ludwig
Sep 05, 2011
Rainer Schuetze
Sep 05, 2011
Sönke Ludwig
Sep 05, 2011
Rainer Schuetze
Sep 06, 2011
Sönke Ludwig
Sep 06, 2011
Walter Bright
Sep 06, 2011
Sönke Ludwig
Sep 06, 2011
Rainer Schuetze
Sep 06, 2011
Walter Bright
Sep 06, 2011
Rainer Schuetze
Sep 06, 2011
Rainer Schuetze
Sep 06, 2011
Rainer Schuetze
Sep 06, 2011
Brad Roberts
Sep 07, 2011
Walter Bright
Sep 07, 2011
Walter Bright
Sep 07, 2011
Rainer Schuetze
Sep 07, 2011
Brad Roberts
Sep 06, 2011
Rainer Schuetze
Sep 06, 2011
Sönke Ludwig
September 03, 2011
http://ftp.digitalmars.com/dmd1beta.zip http://ftp.digitalmars.com/dmd2beta.zip
September 04, 2011
Am 04.09.2011 06:48, schrieb Walter Bright:
> http://ftp.digitalmars.com/dmd1beta.zip
> http://ftp.digitalmars.com/dmd2beta.zip
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
Just a small thing.. at least TIMERPROC in core.sys.windows.windows is declared as extern(Windows) (CALLBACK is defined as __stdcall in C). I was getting errors that did not occur before.
September 04, 2011
Oops, I merged a pull request before seeing this. I think we should be fine.

Are there any other essential pull requests in Phobos to mind?


Andrei

On 9/4/11 12:48 AM, Walter Bright wrote:
> http://ftp.digitalmars.com/dmd1beta.zip
> http://ftp.digitalmars.com/dmd2beta.zip
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
September 04, 2011
Looks great other than the fact that the std.parallelism pull request that was merged slightly too late is missing.  Given that this is a major improvement and is already in the main Phobos tree, it would be a shame not to get this into the next release.

On Sun, Sep 4, 2011 at 12:48 AM, Walter Bright <walter at digitalmars.com>wrote:

> http://ftp.digitalmars.com/**dmd1beta.zip<http://ftp.digitalmars.com/dmd1beta.zip>
> http://ftp.digitalmars.com/**dmd2beta.zip<http://ftp.digitalmars.com/dmd2beta.zip>
> ______________________________**_________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/**mailman/listinfo/dmd-beta<http://lists.puremagic.com/mailman/listinfo/dmd-beta>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/dmd-beta/attachments/20110904/7bc45cba/attachment.html>
September 04, 2011
On 09/04/2011 06:48 AM, Walter Bright wrote:
> http://ftp.digitalmars.com/dmd1beta.zip
> http://ftp.digitalmars.com/dmd2beta.zip
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta

dmd2beta.zip includes a dmd1 binary, at least for 64-bits linux.

 > DMD64 D Compiler v1.069
September 04, 2011
On 09/04/2011 04:35 PM, Mike Wey wrote:
> On 09/04/2011 06:48 AM, Walter Bright wrote:
>> http://ftp.digitalmars.com/dmd1beta.zip
>> http://ftp.digitalmars.com/dmd2beta.zip
>> _______________________________________________
>> dmd-beta mailing list
>> dmd-beta at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
> dmd2beta.zip includes a dmd1 binary, at least for 64-bits linux.
>
> > DMD64 D Compiler v1.069

Scratch that, i seem to have messed up my path. ;(

September 04, 2011

On 9/4/2011 3:44 AM, S?nke Ludwig wrote:
> Just a small thing.. at least TIMERPROC in core.sys.windows.windows is declared as extern(Windows) (CALLBACK is defined as __stdcall in C). I was getting errors that did not occur before.
>

What should it be declared as?
September 04, 2011
Obviously the Phobos changelog isn't complete. Somebody will need to
make a changelog of the Phobos bugfixes. Any volunteers?
(Maybe druntime bugs too).
FWIW the compiler bugs around 23xx are out-of-order.


On 4 September 2011 06:48, Walter Bright <walter at digitalmars.com> wrote:
> http://ftp.digitalmars.com/dmd1beta.zip
> http://ftp.digitalmars.com/dmd2beta.zip
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
September 05, 2011
There is a particularly nasty bug in current DMD that leads to failed template instantiations being ?leaked? outside a is(typeof()) / __traits(compiles, ?) guard:

http://d.puremagic.com/issues/show_bug.cgi?id=6602 https://github.com/D-Programming-Language/dmd/pull/364

Unfortunately, I didn't finish tracking it down in time for the beta. It would be great if the fix could still make it into the next release, because the bug breaks a lot of template-heavy code in non-obvious ways and blocks merging of my GSoC project into upstream Thrift (the bug was not triggered in the Thrift D library until the fix for issue 6220 was merged, and I don't want to publish code that relies on a patched DMD).

Thanks,
David
September 05, 2011
Am 04.09.2011 20:57, schrieb Walter Bright:
>
>
> On 9/4/2011 3:44 AM, S?nke Ludwig wrote:
>> Just a small thing.. at least TIMERPROC in core.sys.windows.windows is declared as extern(Windows) (CALLBACK is defined as __stdcall in C). I was getting errors that did not occur before.
>>
>
> What should it be declared as?
> _______________________________________________
> dmd-beta mailing list
> dmd-beta at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
Should be extern(C)
« First   ‹ Prev
1 2 3 4