[Issue 6337] New: ICE when touching member variable of struct during CTFE

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6337 Summary: ICE when touching member variable of struct during CTFE Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal

[Issue 3981] More useful and more clean 'is'

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3981 --- Comment #5 from bearophile_h...@eml.cc 2011-07-16 18:00:39 PDT --- (In reply to comment #4) > struct is struct already does a bitwise comparison. Is that what you were > asking for? Right, I didn't know this, thank you. So what's missing f

[Issue 6271] std.string.join performance

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6271 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #2

[Issue 6064] std.array.join is unnecessarily slow for strings

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6064 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 6271] std.string.join performance

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6271 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6064] std.array.join is unnecessarily slow for strings

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6064 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5777] Move semantics require full spec NRVO

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5777 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3332] Mixin a constructor with a construct already present fails

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3332 --- Comment #3 from Trass3r 2011-07-16 10:13:57 PDT --- This is not limited to constructors. Overload resolution doesn't work for any method. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiv

[Issue 6336] New: Can't return ref T where T has const/immutable members

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6336 Summary: Can't return ref T where T has const/immutable members Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: major Priority: P2

[Issue 6335] Issues with d-p-l.org statement.html, std_getopt.html

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6335 --- Comment #1 from Johann MacDonagh 2011-07-16 07:59:40 PDT --- In addition, clicking "Language Reference" redirects to lex.html without expanding the Language Reference tree. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.

[Issue 3638] stable sort assertion failure for repeated key sequence

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3638 Andrew Talbot changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 6335] New: Issues with d-p-l.org statement.html, std_getopt.html

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6335 Summary: Issues with d-p-l.org statement.html, std_getopt.html Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: normal Prio

[Issue 6331] [CTFE] Cannot evaluate SliceExp on if condition

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6331 Kenji Hara changed: What|Removed |Added Keywords||patch --- Comment #1 from Kenji Hara 201

[Issue 5985] string enum fails with debugging enabled

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5985 Rainer Schuetze changed: What|Removed |Added CC||kajetan.rzepecki+puremagic@

[Issue 6315] Compiling typed named enum with -g switch yields an error.

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6315 Rainer Schuetze changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3981] More useful and more clean 'is'

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3981 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #4 from yebb

[Issue 6334] New: Template is silently not instantiated

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6334 Summary: Template is silently not instantiated Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Compone

[Issue 6333] New: The 'capacity' function is not pure/nothrow/@safe.

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6333 Summary: The 'capacity' function is not pure/nothrow/@safe. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2

[Issue 6315] Compiling typed named enum with -g switch yields an error.

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6315 Kenji Hara changed: What|Removed |Added CC||k.hara...@gmail.com --- Comment #1 from K

[Issue 6332] New: Auto-return function cannot be inferred as @safe

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6332 Summary: Auto-return function cannot be inferred as @safe Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

[Issue 6293] [Regression 2.054] The expression x.y makes the function impure when the 'x' part is not just a variable

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6293 kenn...@gmail.com changed: What|Removed |Added Keywords||patch Summary|[Regression

[Issue 6293] [Regression 2.054] 'pure' does not work with member of array of aggregrate

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6293 --- Comment #2 from kenn...@gmail.com 2011-07-16 01:04:00 PDT --- *** Issue 6284 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mai

[Issue 6301] Cannot 'zip'/'retro'/'stride' etc. a range having 'ulong' length.

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6301 kenn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6284] [Regression 2.054] 'pure' does not work with 'with' statement

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6284 kenn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5675] e2ir assertion on AALiteral call expression

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5675 yebblies changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comment #3 f

[Issue 6324] ICE: .values field of enum hash errors out

2011-07-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6324 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|