[dmd-internals] [D-Programming-Language/dmd] 6d6e4d: Fix issue 10991 - Implement __traits(getVirtualInd...
GitHub
noreply at github.com
Mon Sep 9 16:58:41 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 6d6e4d1e2ca16ae913df478c76ff3a2e4f2348d2
https://github.com/D-Programming-Language/dmd/commit/6d6e4d1e2ca16ae913df478c76ff3a2e4f2348d2
Author: Kapps <opantm2+git at gmail.com>
Date: 2013-09-07 (Sat, 07 Sep 2013)
Changed paths:
M src/idgen.c
M src/traits.c
Log Message:
-----------
Fix issue 10991 - Implement __traits(getVirtualIndex).
Minor tweaks to __traits(getVirtualIndex).
Commit: 76017362a7060059a4bd52f146b841e6a3a28f71
https://github.com/D-Programming-Language/dmd/commit/76017362a7060059a4bd52f146b841e6a3a28f71
Author: Kapps <opantm2+git at gmail.com>
Date: 2013-09-07 (Sat, 07 Sep 2013)
Changed paths:
A test/runnable/traits_getVirtualIndex.d
Log Message:
-----------
Add unit test for __traits(getVirtualIndex).
Added additional test for final overrides.
Fixed formatting for virtual index test.
Commit: 993018004789d2bbbfc95c3a39d31541712aefa9
https://github.com/D-Programming-Language/dmd/commit/993018004789d2bbbfc95c3a39d31541712aefa9
Author: Kapps <opantm2+git at gmail.com>
Date: 2013-09-08 (Sun, 08 Sep 2013)
Changed paths:
M src/traits.c
Log Message:
-----------
Formatting: moved else block to separate line.
Commit: b509b7cfb3eb2a4caa85c81e071219454097d4bc
https://github.com/D-Programming-Language/dmd/commit/b509b7cfb3eb2a4caa85c81e071219454097d4bc
Author: Kapps <opantm2+git at gmail.com>
Date: 2013-09-08 (Sun, 08 Sep 2013)
Changed paths:
M test/runnable/traits_getVirtualIndex.d
Log Message:
-----------
Another incorrect brace fix.
Commit: d6c2b20d190f73cc826d1d71bb0b64d421b74cbc
https://github.com/D-Programming-Language/dmd/commit/d6c2b20d190f73cc826d1d71bb0b64d421b74cbc
Author: Walter Bright <walter at walterbright.com>
Date: 2013-09-09 (Mon, 09 Sep 2013)
Changed paths:
M src/idgen.c
M src/traits.c
A test/runnable/traits_getVirtualIndex.d
Log Message:
-----------
Merge pull request #2536 from Kapps/fix10991
Fix issue 10991 - implement __traits(getVirtualIndex)
Compare: https://github.com/D-Programming-Language/dmd/compare/ce48a2748400...d6c2b20d190f
More information about the dmd-internals
mailing list