← Back to index
|
Original Bugzilla link
Bug 14285 – [REG2.063] alias this to nothing is accepted
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-03-15T16:39:00Z
Last change time
2015-06-17T21:02:18Z
Keywords
accepts-invalid, pull
Assigned to
nobody
Creator
schuetzm
Comments
Comment #0
by schuetzm — 2015-03-15T16:39:14Z
This compiles: struct S { alias this; }
Comment #1
by k.hara.pg — 2015-03-16T12:51:48Z
Introduced in:
https://github.com/D-Programming-Language/dmd/pull/1685
https://github.com/D-Programming-Language/dmd/pull/4500
Comment #2
by github-bugzilla — 2015-03-20T01:57:04Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/dc0316f77b3c00ce1e483daffa8e28e2f5cded35
fix Issue 14285 - alias this to nothing is accepted
https://github.com/D-Programming-Language/dmd/commit/83fe805eacc64e66818f726c1ad291ed28c48843
Merge pull request #4500 from 9rnsr/fix14285 [REG2.063] Issue 14285 - alias this to nothing is accepted
Comment #3
by github-bugzilla — 2015-03-20T01:57:34Z
Commit pushed to 2.067 at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/7a0669d0081001bad8d72b592fe19bc9d6a63e82
Merge pull request #4500 from 9rnsr/fix14285 [REG2.063] Issue 14285 - alias this to nothing is accepted
Comment #4
by github-bugzilla — 2015-04-11T12:25:07Z
Commit pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/7a0669d0081001bad8d72b592fe19bc9d6a63e82
Merge pull request #4500 from 9rnsr/fix14285
Comment #5
by github-bugzilla — 2015-06-17T21:02:18Z
Commits pushed to stable at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/dc0316f77b3c00ce1e483daffa8e28e2f5cded35
fix Issue 14285 - alias this to nothing is accepted
https://github.com/D-Programming-Language/dmd/commit/83fe805eacc64e66818f726c1ad291ed28c48843
Merge pull request #4500 from 9rnsr/fix14285