[dmd-internals] [D-Programming-Language/dmd] 1a807d: Revert "fix Issue 14708 - destructor for temporary...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Sep 23 04:01:07 PDT 2015
Branch: refs/heads/stable
Home: https://github.com/D-Programming-Language/dmd
Commit: 1a807d16b5d8ba87dbfd4344942a6708ef516896
https://github.com/D-Programming-Language/dmd/commit/1a807d16b5d8ba87dbfd4344942a6708ef516896
Author: Martin Nowak <code at dawg.eu>
Date: 2015-09-23 (Wed, 23 Sep 2015)
Changed paths:
M src/backend/cod2.c
M test/runnable/sdtor.d
Log Message:
-----------
Revert "fix Issue 14708 - destructor for temporary not called during stack unwinding"
This reverts commit e20c63cb28decb66c792b1dfc10d79aa0aebd7cf.
# Conflicts:
# test/runnable/sdtor.d
Commit: 6c7069c06b8a5b3f003955ce2d908b6c928823a2
https://github.com/D-Programming-Language/dmd/commit/6c7069c06b8a5b3f003955ce2d908b6c928823a2
Author: Martin Nowak <code at dawg.eu>
Date: 2015-09-23 (Wed, 23 Sep 2015)
Changed paths:
A test/compilable/test15056.d
Log Message:
-----------
add test for Issue 15056
- Unstored RAII struct return yields bogus error
Commit: fc3bb59541131d8203d223dc4b5be290e7202704
https://github.com/D-Programming-Language/dmd/commit/fc3bb59541131d8203d223dc4b5be290e7202704
Author: Martin Nowak <code at dawg.eu>
Date: 2015-09-23 (Wed, 23 Sep 2015)
Changed paths:
M test/runnable/sdtor.d
Log Message:
-----------
disable temporary w/ throw tests
Commit: e9837b5c7a1fbf9938198abca375fcccc6a53d59
https://github.com/D-Programming-Language/dmd/commit/e9837b5c7a1fbf9938198abca375fcccc6a53d59
Author: Martin Nowak <code at dawg.eu>
Date: 2015-09-23 (Wed, 23 Sep 2015)
Changed paths:
R changelog.dd
Log Message:
-----------
remove old changelog
Commit: cc724f29745667a8a2ddfd408088a4100021c77a
https://github.com/D-Programming-Language/dmd/commit/cc724f29745667a8a2ddfd408088a4100021c77a
Author: Martin Nowak <code at dawg.eu>
Date: 2015-09-23 (Wed, 23 Sep 2015)
Changed paths:
A changelog.dd
M src/posix.mak
M src/win32.mak
Log Message:
-----------
add changelog entry about reverting 14708
Commit: ef854c328bf8798f3154dc923d1b7115acd97c70
https://github.com/D-Programming-Language/dmd/commit/ef854c328bf8798f3154dc923d1b7115acd97c70
Author: Walter Bright <walter at walterbright.com>
Date: 2015-09-23 (Wed, 23 Sep 2015)
Changed paths:
M changelog.dd
M src/backend/cod2.c
M src/posix.mak
M src/win32.mak
A test/compilable/test15056.d
M test/runnable/sdtor.d
Log Message:
-----------
Merge pull request #5110 from MartinNowak/workaround15056
add test for Issue 15056 - Unstored RAII struct return yields bogus error
Compare: https://github.com/D-Programming-Language/dmd/compare/af4d3a4158f9...ef854c328bf8
More information about the dmd-internals
mailing list