[Issue 13388] accept '@' before 'nothrow' and 'pure'

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13388 --- Comment #27 from Don --- >(In reply to Jonathan M Davis from comment #14) >> I really think that we've passed the point where it's worth fixing it. NO This attitude is the biggest problem D has. Please, watch Scott Meyer's talk again. "Most

[Issue 13083] using map() with a delegate which uses a ref parameter to the enclosing scope is broken when compiling with -inline (sample code attached)

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13083 Denis Shelomovskij changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 13244] Wrong code with -inline and foreach/map/all

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13244 Denis Shelomovskij changed: What|Removed |Added CC||verylonglogin@gmail.com --- Comment

[Issue 13286] -inline and a library results in application failing to launch

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13286 Denis Shelomovskij changed: What|Removed |Added CC||verylonglogin@gmail.com --- Comment

[Issue 13083] using map() with a delegate which uses a ref parameter to the enclosing scope is broken when compiling with -inline (sample code attached)

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13083 --- Comment #1 from Denis Shelomovskij --- Probably duplicates of this one: Issue 13244 & Issue 13286. --

[Issue 13388] accept '@' before 'nothrow' and 'pure'

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13388 --- Comment #28 from Jonathan M Davis --- (In reply to Don from comment #27) > >(In reply to Jonathan M Davis from comment #14) > >> I really think that we've passed the point where it's worth fixing it. > > NO This attitude is the biggest probl

[Issue 13417] New: segmentation fault when deduce template type

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13417 Issue ID: 13417 Summary: segmentation fault when deduce template type Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: critical

[Issue 13323] UDA applied to import statement causes compilation to fail without error

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

[Issue 13323] UDA applied to import statement causes compilation to fail without error

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13323 --- Comment #3 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/7135ddb0d5611462522a20e3b1e15801b045cee5 fix Issue 13323 - UDA applie

[Issue 13415] [REG2.066] '-inline' causes wrong enclosing scope pointer for nested function called from templated struct

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13415 --- Comment #3 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/e5e8a4ad6b0f9cd7a0bf979c701fe4ff223ffd7c fix Issue 13415 - '-inline'

[Issue 11042] Inconsistent "static condition" behaviors

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11042 --- Comment #4 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/296859699b29b1ef562155ba7b4f7558b4b3b616 fix Issue 11042 - Inconsiste

[Issue 11042] Inconsistent "static condition" behaviors

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

[Issue 10158] 'offsetof' property of nested struct does not work properly

2014-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10158 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---