[Issue 952] Strange Error: prefix on some warning messages

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

[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 yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 jmdavisp...@gmx.com 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)

[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 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 yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[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

[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 yebbl...@gmail.com 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

[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 yebbl...@gmail.com 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

[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 yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[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

[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:

[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 sandf...@jhu.edu 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

[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

[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 schvei...@yahoo.com changed: What|Removed |Added CC|

[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 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[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:

[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 c...@klickverbot.at 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

[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 schvei...@yahoo.com 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

[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

[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:

[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:

[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 clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[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