Bug 10787 – static ~this attributes position

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P3
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-08-09T05:05:39Z
Last change time
2023-01-04T13:46:59Z
Keywords
pull, rejects-valid
Assigned to
No Owner
Creator
Henning Pohl

Comments

Comment #0 by henning — 2013-08-09T05:05:39Z
static ~this() nothrow pure @safe { } Error: semicolon expected following function declaration
Comment #1 by henning — 2013-08-09T05:08:34Z
Comment #2 by github-bugzilla — 2013-08-11T18:59:14Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a0ec7d49ec19a247e12f7fdc939d11ca1ff8a91b fix issue 10787 - static ~this attributes position https://github.com/D-Programming-Language/dmd/commit/39554724b25513bd3e21ba1795fb61eead4cb850 Merge pull request #2460 from hpohl/10787 fix issue 10787 - static ~this attributes position
Comment #3 by sibaqexozequgaba — 2013-08-29T05:34:45Z
I'm not sure it's fixed. See comments here: https://github.com/D-Programming-Language/dmd/pull/2460
Comment #4 by yebblies — 2013-08-29T05:39:54Z
The presented test case passes, so it is fixed. If there are other known cases please post them and reopen or (preferred) open a new bug report for them.
Comment #5 by henning — 2013-08-29T08:10:44Z
This is not fixed completely, Andrei pulled a bit too fast. Take a look at my comment: https://github.com/D-Programming-Language/dmd/pull/2460
Comment #6 by razvan.nitu1305 — 2023-01-04T13:46:59Z