[Issue 6383] Unpacking from dynamic array, lazy ranges

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6383 pomp...@gmail.com changed: What|Removed |Added CC||pomp...@gmail.com --- Comment #5 fr

[Issue 7146] New: enhance strip* (implementation provided)

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7146 Summary: enhance strip* (implementation provided) Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Com

[Issue 7111] New regex engine cannot match beginning of empty string

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7111 Nils changed: What|Removed |Added CC||mailm...@nilsb.dyndns.org --- Comment #1 from N

[Issue 7147] [CTFE] typeid() should be supported in CTFE

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7147 Don changed: What|Removed |Added Keywords||rejects-valid Severity|normal

[Issue 7147] New: [CTFE] typeid() should be supported in CTFE

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7147 Summary: [CTFE] typeid() should be supported in CTFE Product: D Version: D1 & D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5801] Using typeof() in function header breaks ITFI and default template arguments.

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5801 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4413] typeof(this) doesn't work in method template signature

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4413 --- Comment #5 from Kenji Hara 2011-12-21 05:55:25 PST --- *** Issue 5801 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail beca

[Issue 4413] typeof(this) doesn't work in method template signature

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4413 Kenji Hara changed: What|Removed |Added Keywords||rejects-valid Platform|x86

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

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

[Issue 6356] Pure/nothrow/@safe-inference failed for a template function if it is instantiated without evaluating at the global scope

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6356 Kenji Hara changed: What|Removed |Added Keywords||patch --- Comment #2 from Kenji Hara 201

[Issue 4468] std.string.join() for lazy iterable of strings

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4468 bearophile_h...@eml.cc changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 7148] New: Turn associative array byValue/byKey/byPairs into ranges

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7148 Summary: Turn associative array byValue/byKey/byPairs into ranges Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement

[Issue 5809] feqrel fails assert in std.math on x86_64 systems

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5809 Don changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 5941] Using inner struct which references nested function in a no-attribute or auto-return member function causes "nested function cannot be accessed" error

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5941 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #2 from Don 2

[Issue 7129] Compiling certain nested structs with -inline causes error "*** is a nested function and cannot be accessed from ***"

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7129 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au Severity|regressi

[Issue 7144] [CTFE] base class does not call overridden members

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

[Issue 7143] [CTFE] cannot compare class references with "is"

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

[Issue 6984] CTFE generates a torrent of spurious errors, if there was a previous error

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

[Issue 6328] Functions using lazy argument cannot be inferred as @safe

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6328 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6690] Using lazy parameter should be inferred as @safe

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6690 Kenji Hara changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #3 from Ken

[Issue 7149] New: Segfault on Array Append from Multiple Threads in GDC and LDC: Race Condition?

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7149 Summary: Segfault on Array Append from Multiple Threads in GDC and LDC: Race Condition? Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW

std.conv.emplace

2011-12-21 Thread Froglegs
This function T emplace(T, Args...)(void[] chunk, Args args) if (is(T == class)) { enforce(chunk.length >= __traits(classInstanceSize, T), new ConvException("emplace: chunk size too small This >= needs to be changed to a <

Re: std.conv.emplace

2011-12-21 Thread Jonathan M Davis
On Thursday, December 22, 2011 07:23:14 Froglegs wrote: > This function > > T emplace(T, Args...)(void[] chunk, Args args) if (is(T == class)) > { > enforce(chunk.length >= __traits(classInstanceSize, T), >new ConvException("emplace: chunk size too small > > > This >= needs to be

[Issue 7150] New: Templated Constructors Should be Able to Call Other Constructors

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7150 Summary: Templated Constructors Should be Able to Call Other Constructors Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: norma

[Issue 4286] Wrong error line number and more with schwartzSort

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4286 --- Comment #1 from Don 2011-12-21 23:25:10 PST --- The wrong line number was fixed in DMD2.054. The other issue is an instance of bug 5939, bug 6217, and various others. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab

[Issue 5941] Using inner struct which references nested function in a no-attribute or auto-return member function causes "nested function cannot be accessed" error

2011-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5941 Don changed: What|Removed |Added Keywords||accepts-invalid --- Comment #3 from Don 2011-12