[Issue 8006] New: Implement proper in-place-modification for properties

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8006 Summary: Implement proper in-place-modification for properties Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8004] Direct call of function literal should consider default arguments

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8004 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8005] Lambda with parameter type inference should consider default args

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8005 --- Comment #2 from github-bugzi...@puremagic.com 2012-04-30 00:39:08 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8005] Lambda with parameter type inference should consider default args

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8005 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7560] Base class overloaded methods created by mixins can't be overriden

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7560 blm...@gmail.com changed: What|Removed |Added Summary|Base class overloaded |Base class overloaded

[Issue 7243] Compiler should call separate function when allocating a struct on the heap

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7243 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 8002] Excess initial errors when passing template args to non-templated struct

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

[Issue 7560] Base class overloaded methods created by mixins can't be overriden

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

[Issue 8007] New: Wrong documentation for ''

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8007 Summary: Wrong documentation for '' Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: websites

[Issue 8002] Excess initial errors when passing template args to non-templated struct

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8002 --- Comment #2 from github-bugzi...@puremagic.com 2012-04-30 11:22:17 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8002] Excess initial errors when passing template args to non-templated struct

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8002 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7560] Base class overloaded methods created by mixins can't be overriden

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7560 --- Comment #5 from github-bugzi...@puremagic.com 2012-04-30 12:03:21 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8008] New: static array literal syntax request: auto x=[1,2,3]S;

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8008 Summary: static array literal syntax request: auto x=[1,2,3]S; Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8008] static array literal syntax request: auto x=[1,2,3]S;

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8008 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 481] Letting compiler determine length for fixed-length arrays

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=481 thelastmamm...@gmail.com changed: What|Removed |Added CC||thelastmamm...@gmail.com ---

[Issue 481] Letting compiler determine length for fixed-length arrays

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=481 SomeDude lovelyd...@mailmetrash.com changed: What|Removed |Added CC|

Re: [Issue 8008] static array literal syntax request: auto x=[1,2,3]S;

2012-04-30 Thread Tove
On Monday, 30 April 2012 at 21:18:11 UTC, bearophile_h...@eml.cc wrote: http://d.puremagic.com/issues/show_bug.cgi?id=8008 The [$] was shown in Issue 481 and elsewhere. I do find the [$] syntax more elegant/intuitive... auto[$] a = [1, 2, 3]; ... but couldn't we also solve this in library

[Issue 7987] [CTFE] cannot compare arrays of slices

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7987 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7709] Segfault when trying to use any property of an AA, which is the return type of a CTFE function with inout parameters.

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7709 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7880] [CTFE] cast from void array allowed with different results than at runtime

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7880 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8003] Phobos uses deprecated std.path sep symbol

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8003 Nils mailm...@nilsb.dyndns.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 481] Letting compiler determine length for fixed-length arrays

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=481 --- Comment #11 from bearophile_h...@eml.cc 2012-04-30 17:04:35 PDT --- (In reply to comment #10) Sorry to be blunt here but this whole discussion is absolutely pointless and should be closed as WONTFIX right now. People have better things to

[Issue 481] Letting compiler determine length for fixed-length arrays

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=481 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx ---

[Issue 481] Letting compiler determine length for fixed-length arrays

2012-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=481 --- Comment #13 from thelastmamm...@gmail.com 2012-04-30 17:38:59 PDT --- (In reply to comment #11 and comment #12) I agree with the need for some syntactic sugar for static array literal, but is there any scenario where the postfix literal