[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2016-02-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15309 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|-

[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2016-02-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15309 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/779142e844bd0a2d40e8fee3687ae72d733fb536 fix issue 15309 again, add p

[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2016-02-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15309 Kenji Hara changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2016-01-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15309 --- Comment #6 from Martin Nowak --- Trying to fix this I arrived at the following conclusion. https://github.com/D-Programming-Language/dmd/pull/5366#issuecomment-174946328 > It's also a deeper problem, because ScopeExp can't know whether it's used

[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2016-01-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15309 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #5 from Martin Nowak

[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2016-01-03 Thread via Digitalmars-d-bugs
-internal] ScopeExp.semantic() should set its type always --

[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2015-11-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15309 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2015-11-10 Thread via Digitalmars-d-bugs
-internal] ScopeExp.semantic() should set its type always Also check `(type !is null)` at the top of `ScopeExp.semantic()` to avoid repeated semantic analysis. --

[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2015-11-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15309 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #2 from Kenji Hara --- https:

[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2015-11-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15309 Kenji Hara changed: What|Removed |Added Blocks||15239 --- Comment #1 from Kenji Hara --- This

[Issue 15309] [dmd-internal] ScopeExp.semantic() should set its type always

2015-11-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15309 Kenji Hara changed: What|Removed |Added Component|druntime|dmd --