Thread overview
[dmd-beta] dmd 2.063.2 beta 2
Jun 12, 2013
Walter Bright
Jun 12, 2013
Walter Bright
Jun 14, 2013
Jacob Carlborg
Jun 14, 2013
Walter Bright
Jun 14, 2013
No-Reply
Jun 17, 2013
Andrej Mitrovic
Jun 18, 2013
Walter Bright
Jun 18, 2013
Andrej Mitrovic
Jun 18, 2013
Jacob Carlborg
June 12, 2013
http://ftp.digitalmars.com/dmd2beta.zip
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

June 12, 2013
On 6/12/2013 10:22 AM, Walter Bright wrote:
>
> http://ftp.digitalmars.com/dmd2beta.zip

I'll be redoing this anyway to incorporate Martin Nowak's

https://github.com/D-Programming-Language/dmd/pull/2164
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

June 14, 2013
On Jun 12, 2013, at 07:22 PM, Walter Bright <walter@digitalmars.com> wrote:

> http://ftp.digitalmars.com/dmd2beta.zip
> 

std.traits.fullyQualifiedName doesn't work for enums:

http://d.puremagic.com/issues/show_bug.cgi?id=10355

Regression introduced sometime after 2.061.

I'm also think there is some problem with the new package modules, possibly in combination with RDMD. I haven't been able to create a small test case yet.

--
/Jacob Carlborg


June 14, 2013
On 6/14/2013 12:26 AM, Jacob Carlborg wrote:
> On Jun 12, 2013, at 07:22 PM, Walter Bright <walter@digitalmars.com> wrote:
>
>> http://ftp.digitalmars.com/dmd2beta.zip
>
> std.traits.fullyQualifiedName doesn't work for enums:
>
> http://d.puremagic.com/issues/show_bug.cgi?id=10355
>
> Regression introduced sometime after 2.061.

Ok, but any fix for that will go in 2.063.3

>
> I'm also think there is some problem with the new package modules, possibly in combination with RDMD. I haven't been able to create a small test case yet.

The package modules are a 2.064 feature, so I'm not concerned about that for 2.063.


June 14, 2013
My bad.

https://github.com/D-Programming-Language/phobos/pull/1346

On 06/14/2013 09:26 AM, Jacob Carlborg wrote:
> std.traits.fullyQualifiedName doesn't work for enums:
>
> http://d.puremagic.com/issues/show_bug.cgi?id=10355
>
> Regression introduced sometime after 2.061.



June 18, 2013
On 6/14/13, Jacob Carlborg <doob@me.com> wrote:
> I'm also think there is some problem with the new package modules, possibly in combination with RDMD. I haven't been able to create a small test case yet.

I don't know if it's related but I ran into this:
http://d.puremagic.com/issues/show_bug.cgi?id=10386
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

June 17, 2013
On 6/17/2013 4:50 PM, Andrej Mitrovic wrote:
> On 6/14/13, Jacob Carlborg <doob@me.com> wrote:
>> I'm also think there is some problem with the new package modules, possibly
>> in combination with RDMD. I haven't been able to create a small test case
>> yet.
> I don't know if it's related but I ran into this:
> http://d.puremagic.com/issues/show_bug.cgi?id=10386
> _______________________________________________
>

This is an issue for 2.064, not 2.063.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

June 18, 2013
On 6/18/13, Walter Bright <walter@digitalmars.com> wrote:
> This is an issue for 2.064, not 2.063.

Yes, I know. It was a reply for Jacob.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

June 18, 2013
On Jun 18, 2013, at 01:50 AM, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:

> I don't know if it's related but I ran into this: http://d.puremagic.com/issues/show_bug.cgi?id=10386

I don't know, possibly. I tried a Hello World serialization with std.serialization I'm working on.

--
/Jacob Carlborg