[Issue 3640] shared this() constructor does not work and reports strange errors without line numbers

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

[Issue 4661] Array Literal Incompatible Type Error Msg Should Include Line Number

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4661 yebblies changed: What|Removed |Added Keywords||patch CC|

[Issue 5750] Allow pure functions to have lazy arguments

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5750 --- Comment #4 from Jonathan M Davis 2011-06-09 02:28:53 PDT --- Where does the situation with this bug currently stand? Would it be at all safe at this point to put this patch (or a fixed up version of it if it's too old) into dmd and finally

[Issue 6131] New: [CTFE] Simple call of struct methods causes "Stack overflow" or hanging-up

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6131 Summary: [CTFE] Simple call of struct methods causes "Stack overflow" or hanging-up Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 4170] Missing line number on compile-time array index

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4170 yebblies changed: What|Removed |Added Keywords||patch CC|

[Issue 5518] No line number for incompatible types error message

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

[Issue 4850] std.conv.to isn't pure

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4850 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #1 fr

[Issue 4850] std.conv.to isn't pure

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4850 --- Comment #2 from kenn...@gmail.com 2011-06-09 08:42:47 PDT --- and of course it requires several functions in std.utf and the range primitives in std.array be pure, which I have addressed in Phobos pull #80 (https://github.com/D-Programming-L

[Issue 4661] Array Literal Incompatible Type Error Msg Should Include Line Number

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4661 --- Comment #9 from yebblies 2011-06-09 08:40:44 PDT --- *** Issue 5518 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 becaus

[Issue 6059] Incompatible types in array literal shows __error and error

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6059 yebblies changed: What|Removed |Added Keywords||patch CC|

[Issue 6132] New: extern (C) Silently Ignored Within D Classes

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6132 Summary: extern (C) Silently Ignored Within D Classes Product: D Version: D2 Platform: x86 OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 C

[Issue 6133] New: Improvements to RedBlackTree

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6133 Summary: Improvements to RedBlackTree Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Phobos

[Issue 1407] auto type inference on new const(Class)() doesn't infer const

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

[Issue 4850] std.conv.to isn't pure

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4850 --- Comment #3 from bearophile_h...@eml.cc 2011-06-09 09:59:46 PDT --- Thank you for your work. There is a large number of functions in Phobos and druntime that will need to be tagged as pure. The pure attribute increases the complexity of D la

[Issue 6134] New: [CTFE] Assignment ref or out parameter to local variable fails

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6134 Summary: [CTFE] Assignment ref or out parameter to local variable fails Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: m

[Issue 5813] [patch] std.array.Appender has severe performance and memory leak problems.

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5813 --- Comment #2 from Rob Jacques 2011-06-09 11:11:16 PDT --- This patch passes the unittests listed in Issue 5663 - std.array.Appender.put bug -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiv

[Issue 4391] std.functional.curry is not a real curry

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4391 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #2 fr

[Issue 5813] [patch] std.array.Appender has severe performance and memory leak problems.

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5813 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 4170] Missing line number on compile-time array index

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

[Issue 5813] [patch] std.array.Appender has severe performance and memory leak problems.

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5813 --- Comment #4 from Rob Jacques 2011-06-09 12:40:52 PDT --- (In reply to comment #3) > I think this is a good idea to do, but the code is somewhat obfuscated. For > example, you are returning a value from a void function (extend), and doing >

[Issue 6135] New: Thread/GC interaction bug on OS X

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135 Summary: Thread/GC interaction bug on OS X Product: D Version: D2 Platform: x86 OS/Version: Mac OS X Status: NEW Severity: major Priority: P2 Component: DM

[Issue 6136] New: Vector operation array[]^^ not supported yet

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6136 Summary: Vector operation array[]^^ not supported yet Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: enhancement Priority: P2

[Issue 6135] Thread/GC interaction bug on OS X

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135 --- Comment #1 from klickverbot 2011-06-09 13:55:00 PDT --- The thread_get_state return code is 268435459 (0x1003), probably corresponding to MACH_SEND_INVALID_DEST (mach/message.h). Just a shot in the dark, but maybe suspend() gets called

[Issue 5813] [patch] std.array.Appender has severe performance and memory leak problems.

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5813 --- Comment #5 from Steven Schveighoffer 2011-06-09 14:22:32 PDT --- (In reply to comment #4) > The obfuscation generally comes from a desire to minimize multi-lines to > one-liners. I don't mind the one-liners, but things like !hasIndirectio

[Issue 6137] New: [CTFE] Foreach on semantically wrong initialized array crashes the compiler

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6137 Summary: [CTFE] Foreach on semantically wrong initialized array crashes the compiler Product: D Version: D2 Platform: All OS/Version: All Status: NEW Seve

[Issue 6138] New: Using dirEntries and chdir() can have unwanted results

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6138 Summary: Using dirEntries and chdir() can have unwanted results Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 6139] New: Duplicate error message on compile-time out of bounds array index

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6139 Summary: Duplicate error message on compile-time out of bounds array index Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diag

[Issue 6131] [CTFE] Simple call of struct methods causes "Stack overflow" or hanging-up

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

[Issue 6140] New: Wrong ambiguity error with overloading

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6140 Summary: Wrong ambiguity error with overloading Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Compo