[Issue 8250] New: dirEntries fails to generate file list when compiled with -inline

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8250 Summary: dirEntries fails to generate file list when compiled with -inline Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity:

[Issue 6652] foreach parameter with number range is always ref

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6652 --- Comment #12 from bearophile_h...@eml.cc 2012-06-16 05:07:21 PDT --- (In reply to comment #10) They are the phases to change behavior. I see. I think we should allow modifying loop variable in foreach body, but it should not affect to

[Issue 6652] foreach parameter with number range is always ref

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6652 --- Comment #13 from bearophile_h...@eml.cc 2012-06-16 05:14:39 PDT --- If phase 3 will be accepted, I hope this syntax too will be accepted: foreach (const i; 0 .. 10) {} -- Configure issuemail:

[Issue 6652] foreach parameter with number range is always ref

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6652 --- Comment #14 from bearophile_h...@eml.cc 2012-06-16 05:15:07 PDT --- (In reply to comment #11) In my point of view, as a newcomer to D, more bug-prone is the current behavior. Of course. But here the comparison wasn't between the current

[Issue 6652] foreach parameter with number range is always ref

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6652 --- Comment #15 from Kenji Hara k.hara...@gmail.com 2012-06-16 05:27:32 PDT --- (In reply to comment #13) If phase 3 will be accepted, I hope this syntax too will be accepted: foreach (const i; 0 .. 10) {} I think it should be allowed.

[Issue 6652] foreach parameter with number range is always ref

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6652 --- Comment #16 from Ryuichi OHORI r.97...@gmail.com 2012-06-16 09:00:32 PDT --- (In reply to comment #14) In my point of view, as a newcomer to D, more bug-prone is the current behavior. Of course. But here the comparison wasn't between

[Issue 8251] New: Property function call without parenthesis fails when it's passed as template argument

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8251 Summary: Property function call without parenthesis fails when it's passed as template argument Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 8252] New: no UFCS for 0 literal

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8252 Summary: no UFCS for 0 literal Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 8251] Property function call without parenthesis fails when it's passed as template argument

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8251 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 8253] New: ctfe stack assertion failed

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8253 Summary: ctfe stack assertion failed Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 8254] New: nested struct cannot access the types of the parent's fields

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8254 Summary: nested struct cannot access the types of the parent's fields Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 8255] New: ICE when passing 'ref' literal

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8255 Summary: ICE when passing 'ref' literal Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: major Priority: P2 Component: DMD

[Issue 8256] New: mixin() doesn't work in a template declaration

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8256 Summary: mixin() doesn't work in a template declaration Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 8257] New: __traits(compiles) gives compile error

2012-06-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8257 Summary: __traits(compiles) gives compile error Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: critical Priority: P2