October 03, 2013 [dmd-internals] [D-Programming-Language/dmd] 9631c6: [Refactoring] Move exactly same matchArg functions... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 9631c692154346f7080ea20adcdd7ffedb933bd9 https://github.com/D-Programming-Language/dmd/commit/9631c692154346f7080ea20adcdd7ffedb933bd9 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: M src/template.c M src/template.h Log Message: ----------- [Refactoring] Move exactly same matchArg functions up to base class Commit: 7c4ef3310168fd6f30f704e005845c197df9cc7f https://github.com/D-Programming-Language/dmd/commit/7c4ef3310168fd6f30f704e005845c197df9cc7f Author: k-hara <k.hara.pg@gmail.com> Date: 2013-10-02 (Wed, 02 Oct 2013) Changed paths: M src/expression.c M src/template.c M src/template.h R test/runnable/Fix5140.d R test/runnable/imports/Fix5140a_file.d A test/runnable/imports/testkwd_file.d A test/runnable/testkeyword.d Log Message: ----------- fix Issue 4018 - __FILE__ and __LINE__ as default template parameters not set to instantiation point per spec Also fixes __MODULE__, __FUNCITON__, and __PRETTY_FUNCTION__ Commit: 6c8f9ffe16a19a1ba81eef0b645b1d755329f1d9 https://github.com/D-Programming-Language/dmd/commit/6c8f9ffe16a19a1ba81eef0b645b1d755329f1d9 Author: Andrej Mitrovic <andrej.mitrovich@gmail.com> Date: 2013-10-03 (Thu, 03 Oct 2013) Changed paths: M src/expression.c M src/template.c M src/template.h R test/runnable/Fix5140.d R test/runnable/imports/Fix5140a_file.d A test/runnable/imports/testkwd_file.d A test/runnable/testkeyword.d Log Message: ----------- Merge pull request #2617 from 9rnsr/fix4018 Issue 4018 - __FILE__ and __LINE__ as default template parameters not set to instantiation point per spec Compare: https://github.com/D-Programming-Language/dmd/compare/1d91f0a0d791...6c8f9ffe16a1 |
Copyright © 1999-2021 by the D Language Foundation