If we're gonna be merging more stuff before the release, then we may as well merge the following two Phobos pulls. They're extremely low risk changes, since one is a trivial build process fix on Windows and the other is documentation improvements for std.concurrency. Neither even change any code.

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

On 12/11/2011 1:06 PM, [email protected] wrote:
   Branch: refs/heads/master
   Home:   https://github.com/D-Programming-Language/dmd

   Commit: d199900617121a5a6381b05e55c07ca14ad8f582
       
https://github.com/D-Programming-Language/dmd/commit/d199900617121a5a6381b05e55c07ca14ad8f582
   Author: k-hara<[email protected]>
   Date:   2011-12-11 (Sun, 11 Dec 2011)

   Changed paths:
     M src/mtype.c
   M test/runnable/testconst.d

   Log Message:
   -----------
   Issue 6872 - Breaking type parsing of shared(inout(int)[])


   Commit: 4e2d471043cf3528d2ae7c646efbcaa618fa7628
       
https://github.com/D-Programming-Language/dmd/commit/4e2d471043cf3528d2ae7c646efbcaa618fa7628
   Author: Walter Bright<[email protected]>
   Date:   2011-12-11 (Sun, 11 Dec 2011)

   Changed paths:
     M src/mtype.c
   M test/runnable/testconst.d

   Log Message:
   -----------
   Merge pull request #555 from 9rnsr/fix6872

Issue 6872 - Breaking type parsing of shared(inout(int)[])


Compare: https://github.com/D-Programming-Language/dmd/compare/56276cb...4e2d471
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals


_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to