December 11, 2011 [dmd-internals] [D-Programming-Language/dmd] d19990: Issue 6872 - Breaking type parsing of shared(inout... | ||||
---|---|---|---|---|
| ||||
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 <k.hara.pg at gmail.com> 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 <walter at walterbright.com> 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 |
December 11, 2011 [dmd-internals] [D-Programming-Language/dmd] d19990: Issue 6872 - Breaking type parsing of shared(inout... | ||||
---|---|---|---|---|
| ||||
Posted in reply to noreply at github.com | 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, noreply at github.com 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<k.hara.pg at gmail.com> > 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<walter at walterbright.com> > 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 > dmd-internals at puremagic.com > http://lists.puremagic.com/mailman/listinfo/dmd-internals > |
Copyright © 1999-2021 by the D Language Foundation