[dmd-internals] [D-Programming-Language/dmd] 8df15a: fix Issue 3869 - Unreasonable error without line n...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Apr 2 06:14:25 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8df15a5eb84f9b6b19a1aebd7e8060488a5ec035
https://github.com/D-Programming-Language/dmd/commit/8df15a5eb84f9b6b19a1aebd7e8060488a5ec035
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
A test/fail_compilation/diag3869.d
Log Message:
-----------
fix Issue 3869 - Unreasonable error without line number: "recursive template expansion"
Commit: 838abc6a84aca89d2f6b356e1f37977f63968730
https://github.com/D-Programming-Language/dmd/commit/838abc6a84aca89d2f6b356e1f37977f63968730
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
M test/runnable/xtest46.d
Log Message:
-----------
fix Issue 6565 - out 2D fixed-sized array
Commit: 35f0faf3451f1d72fe591a2546d84b80925f988e
https://github.com/D-Programming-Language/dmd/commit/35f0faf3451f1d72fe591a2546d84b80925f988e
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
A test/fail_compilation/fail8217.d
Log Message:
-----------
fix Issue 8217 - static nested class can reference outer scope by template instantiation
Commit: 78c5bad6264b63812f72047feca4cf093b95c8a2
https://github.com/D-Programming-Language/dmd/commit/78c5bad6264b63812f72047feca4cf093b95c8a2
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
M test/compilable/compile1.d
Log Message:
-----------
fix Issue 10158 - 'offsetof' property of nested struct does not work properly
Commit: 4ff3cb86fa658331257dca28808c043fcb4f6f70
https://github.com/D-Programming-Language/dmd/commit/4ff3cb86fa658331257dca28808c043fcb4f6f70
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
M test/compilable/testfwdref.d
Log Message:
-----------
fix Issue 11019 - fwd reference : legal in C++, CT error in D (unable to resolve forward reference in definition)
Commit: 7d4f57eee52d6656ee5fcfc658184d2a96277e7a
https://github.com/D-Programming-Language/dmd/commit/7d4f57eee52d6656ee5fcfc658184d2a96277e7a
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
M test/runnable/xtest46.d
Log Message:
-----------
fix Issue 12036 - Wrong code with auto-returning function as mixin alias param
Commit: 4ebacd35d52e3838aa1e936cf6bb93f339d8e70f
https://github.com/D-Programming-Language/dmd/commit/4ebacd35d52e3838aa1e936cf6bb93f339d8e70f
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-04-02 (Thu, 02 Apr 2015)
Changed paths:
M test/runnable/xtest46.d
Log Message:
-----------
fix Issue 13985 - Wrong code when using "super" to call final interface method
Commit: f234c39a0e633fc9a0b5474fe2def76be9a373ef
https://github.com/D-Programming-Language/dmd/commit/f234c39a0e633fc9a0b5474fe2def76be9a373ef
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-04-03 (Fri, 03 Apr 2015)
Changed paths:
M test/compilable/compile1.d
M test/compilable/testfwdref.d
A test/fail_compilation/diag3869.d
A test/fail_compilation/fail8217.d
M test/runnable/xtest46.d
Log Message:
-----------
Merge pull request #4547 from 9rnsr/already_fixed
Add test cases for already fixed issues
Compare: https://github.com/D-Programming-Language/dmd/compare/b17de5d448da...f234c39a0e63
More information about the dmd-internals
mailing list