May 10, 2013
On 04/28/2013 04:11 AM, Walter Bright wrote:
> Just a snapshot of the way things are right now - I'd like to get a real
> beta out before Dcon.
>
> http://ftp.digitalmars.com/dmd2beta.zip
> _______________________________________________
> dmd-beta mailing list
> dmd-beta@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta

When running the phobos unittests against the shared phobos libraries, some of them fail because they are run twice.

This because the Module info from the phobos lib is overwritten by the on from the binary.

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

-- 
Mike Wey
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

May 12, 2013
Right now, I opened some pull requests for the regressions.

  [REG2.063a] Issue 10067 - Recursive template instantation
  https://github.com/D-Programming-Language/dmd/pull/2026

  [REG2.063a] Issue 10047 - opDispatch instantiation failure should be
gagged for UFCS
  https://github.com/D-Programming-Language/dmd/pull/1981

  [REG2.062] Issue 9957 - Taking pointer of enum float array gives some
garbage
  https://github.com/D-Programming-Language/dmd/pull/1922

And I think these changes are blocker, so necessary for the 2.063 release.

  Issue 10066 - Template opEquals sometimes obstructs struct compilation
  https://github.com/D-Programming-Language/dmd/pull/2025

  Issue 10005 - struct variable declaration and const-correctness
  https://github.com/D-Programming-Language/dmd/pull/1948

Kenji Hara


2013/4/28 Walter Bright <walter@digitalmars.com>

> Just a snapshot of the way things are right now - I'd like to get a real beta out before Dcon.
>
> http://ftp.digitalmars.com/**dmd2beta.zip<http://ftp.digitalmars.com/dmd2beta.zip>
> ______________________________**_________________
> dmd-beta mailing list
> dmd-beta@puremagic.com
> http://lists.puremagic.com/**mailman/listinfo/dmd-beta<http://lists.puremagic.com/mailman/listinfo/dmd-beta>
>


May 12, 2013
Thank you!

On 5/12/2013 7:49 AM, Kenji Hara wrote:
> Right now, I opened some pull requests for the regressions.
>
>   [REG2.063a] Issue 10067 - Recursive template instantation
> https://github.com/D-Programming-Language/dmd/pull/2026
>
>   [REG2.063a] Issue 10047 - opDispatch instantiation failure should be gagged
> for UFCS
> https://github.com/D-Programming-Language/dmd/pull/1981
>
>   [REG2.062] Issue 9957 - Taking pointer of enum float array gives some garbage
> https://github.com/D-Programming-Language/dmd/pull/1922
>
> And I think these changes are blocker, so necessary for the 2.063 release.
>
>   Issue 10066 - Template opEquals sometimes obstructs struct compilation
> https://github.com/D-Programming-Language/dmd/pull/2025
>
>   Issue 10005 - struct variable declaration and const-correctness
> https://github.com/D-Programming-Language/dmd/pull/1948
>
> Kenji Hara
>
>
> 2013/4/28 Walter Bright <walter@digitalmars.com <mailto:walter@digitalmars.com>>
>
>     Just a snapshot of the way things are right now - I'd like to get a real
>     beta out before Dcon.
>
>     http://ftp.digitalmars.com/dmd2beta.zip
>     _______________________________________________
>     dmd-beta mailing list
>     dmd-beta@puremagic.com <mailto:dmd-beta@puremagic.com>
>     http://lists.puremagic.com/mailman/listinfo/dmd-beta
>
>
>
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta



May 12, 2013
I'll look into these later today.

Andrei

On 5/12/13 10:49 AM, Kenji Hara wrote:
> Right now, I opened some pull requests for the regressions.
>
>    [REG2.063a] Issue 10067 - Recursive template instantation
> https://github.com/D-Programming-Language/dmd/pull/2026
>
>    [REG2.063a] Issue 10047 - opDispatch instantiation failure should be
> gagged for UFCS
> https://github.com/D-Programming-Language/dmd/pull/1981
>
>    [REG2.062] Issue 9957 - Taking pointer of enum float array gives some
> garbage
> https://github.com/D-Programming-Language/dmd/pull/1922
>
> And I think these changes are blocker, so necessary for the 2.063 release.
>
>    Issue 10066 - Template opEquals sometimes obstructs struct compilation
> https://github.com/D-Programming-Language/dmd/pull/2025
>
>    Issue 10005 - struct variable declaration and const-correctness
> https://github.com/D-Programming-Language/dmd/pull/1948
>
> Kenji Hara
>
>
> 2013/4/28 Walter Bright <walter@digitalmars.com
> <mailto:walter@digitalmars.com>>
>
>     Just a snapshot of the way things are right now - I'd like to get a
>     real beta out before Dcon.
>
>     http://ftp.digitalmars.com/__dmd2beta.zip
>     <http://ftp.digitalmars.com/dmd2beta.zip>
>     _________________________________________________
>     dmd-beta mailing list
>     dmd-beta@puremagic.com <mailto:dmd-beta@puremagic.com>
>     http://lists.puremagic.com/__mailman/listinfo/dmd-beta
>     <http://lists.puremagic.com/mailman/listinfo/dmd-beta>
>
>
>
>
> _______________________________________________
> dmd-beta mailing list
> dmd-beta@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-beta
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

May 13, 2013
This too: https://github.com/D-Programming-Language/phobos/pull/1291

On 5/12/2013 7:49 AM, Kenji Hara wrote:
> Right now, I opened some pull requests for the regressions.
>
>   [REG2.063a] Issue 10067 - Recursive template instantation
> https://github.com/D-Programming-Language/dmd/pull/2026
>
>   [REG2.063a] Issue 10047 - opDispatch instantiation failure should be gagged for UFCS
> https://github.com/D-Programming-Language/dmd/pull/1981
>
>   [REG2.062] Issue 9957 - Taking pointer of enum float array gives some garbage
> https://github.com/D-Programming-Language/dmd/pull/1922
>
> And I think these changes are blocker, so necessary for the 2.063 release.
>
>   Issue 10066 - Template opEquals sometimes obstructs struct compilation
> https://github.com/D-Programming-Language/dmd/pull/2025
>
>   Issue 10005 - struct variable declaration and const-correctness
> https://github.com/D-Programming-Language/dmd/pull/1948
>
> Kenji Hara
>

_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

1 2
Next ›   Last »