[Issue 9420] [2.062alpha] Weird (null) output in error message

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9420 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 9406] (Regression: 2.061) Stack overflow from a forward reference error

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9406 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull --- Comment

[Issue 9421] New: (Compiler internals) Change OutBuffer's interface

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9421 Summary: (Compiler internals) Change OutBuffer's interface Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 9420] [2.062alpha] Weird (null) output in error message

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9420 --- Comment #2 from github-bugzi...@puremagic.com 2013-01-29 00:31:50 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9422] New: Missed redundancy of method const error

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9422 Summary: Missed redundancy of method const error Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: minor

[Issue 9422] Missed redundancy of method const error

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9422 --- Comment #1 from bearophile_h...@eml.cc 2013-01-29 01:43:33 PST --- See also closed Issue 4070 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 9422] Missed redundancy of method const error

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9422 Tommi tommitiss...@hotmail.com changed: What|Removed |Added CC|

[Issue 9423] New: Missed conversion of lambda literal with ref argument

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9423 Summary: Missed conversion of lambda literal with ref argument Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid

[Issue 9289] Deprecated language features should be warn too when errors are normally silented

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9289 --- Comment #11 from Leandro Lucarella leandro.lucare...@sociomantic.com 2013-01-29 03:04:02 PST --- (In reply to comment #10) (In reply to comment #9) If we keep deprecated language features as errors by default, we will end up with the

[Issue 9420] [2.062alpha] Weird (null) output in error message

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9420 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9424] New: is() returns false for int

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9424 Summary: is() returns false for int Product: D Version: D2 Platform: x86_64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 9425] New: Static struct initializer fails to init array

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9425 Summary: Static struct initializer fails to init array Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 9423] Missed conversion of lambda literal with ref argument

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9423 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 9423] Missed conversion of lambda literal with ref argument

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9423 --- Comment #2 from bearophile_h...@eml.cc 2013-01-29 10:00:15 PST --- (In reply to comment #1) Therefore, I'll mark this as 'enhancement'. = A pull to implement this feature: https://github.com/D-Programming-Language/dmd/pull/1580

[Issue 9289] Deprecated language features should be warn too when errors are normally silented

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9289 --- Comment #12 from Leandro Lucarella leandro.lucare...@sociomantic.com 2013-01-29 10:30:13 PST --- https://github.com/D-Programming-Language/dmd/pull/1581 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 9289] Deprecated language features should be warn too when errors are normally silented

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9289 --- Comment #13 from Leandro Lucarella leandro.lucare...@sociomantic.com 2013-01-29 10:31:17 PST --- (In reply to comment #11) I don't have time now to make testcases and verify this would work though. Woops! I made some time :D --

[Issue 8832] Segfault when accessing range returned by function that has delegate referencing local variables

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8832 --- Comment #7 from github-bugzi...@puremagic.com 2013-01-29 11:54:38 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9333] druntime module is not compiled into binary

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9333 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8832] Segfault when accessing range returned by function that has delegate referencing local variables

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8832 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9406] (Regression: 2.061) Stack overflow from a forward reference error

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9406 --- Comment #4 from github-bugzi...@puremagic.com 2013-01-29 12:15:39 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9406] (Regression: 2.061) Stack overflow from a forward reference error

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9406 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9387] Compiler switch -O changes behavior of correct code

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9387 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||wrong-code --- Comment #12

[Issue 9426] New: [enh] polymorphic lambda should be storeable in enum constant

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9426 Summary: [enh] polymorphic lambda should be storeable in enum constant Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 8783] ref foreach update of const fixed size arrays in constructor

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8783 --- Comment #6 from github-bugzi...@puremagic.com 2013-01-29 16:48:07 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8783] ref foreach update of const fixed size arrays in constructor

2013-01-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8783 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED