[dmd-internals] [D-Programming-Language/dmd] d420fa: Fix issue 8016 Regression Methods defined in exter...
GitHub
noreply at github.com
Thu May 3 11:53:39 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: d420faebda45eb27596697594a61ecd2a6d3b3d7
https://github.com/D-Programming-Language/dmd/commit/d420faebda45eb27596697594a61ecd2a6d3b3d7
Author: Don Clugston <don.clugston at sociomantic.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M src/glue.c
Log Message:
-----------
Fix issue 8016 Regression Methods defined in external object files when template alias parameter is involved
Make the fix for bug 2962 a bit less aggressive. Still passes all test cases for 2962.
Commit: 816219255151628cfc2a8dc279f603420b7d9312
https://github.com/D-Programming-Language/dmd/commit/816219255151628cfc2a8dc279f603420b7d9312
Author: Don Clugston <don.clugston at sociomantic.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
A test/runnable/imports/template2962a.d
A test/runnable/template2962.d
Log Message:
-----------
Test cases for bug 2962 ICE(glue.c) with variable as template value parameter
Commit: 7380d07259b1eb410d8301205dd45fce03ba05c1
https://github.com/D-Programming-Language/dmd/commit/7380d07259b1eb410d8301205dd45fce03ba05c1
Author: Walter Bright <walter at walterbright.com>
Date: 2012-05-03 (Thu, 03 May 2012)
Changed paths:
M src/glue.c
A test/runnable/imports/template2962a.d
A test/runnable/template2962.d
Log Message:
-----------
Merge pull request #920 from donc/regression8016
Regression 8016 Methods defined in external object files when template alias parameter is involved
Compare: https://github.com/D-Programming-Language/dmd/compare/007b936...7380d07
More information about the dmd-internals
mailing list