[Issue 603] Undocumented behaviour: case and default create a scope

2009-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=603 Sobirari Muhomori ma...@pochta.ru changed: What|Removed |Added Keywords|rejects-valid |diagnostic ---

[Issue 3153] win32.mak tries to copy phobos.lib, gcstub.obj to nonexistent folder lib

2009-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3153 --- Comment #1 from Sobirari Muhomori ma...@pochta.ru 2009-07-08 01:51:30 PDT --- To make sure that destination is a folder it must have trailing slash: --- $(CP) phobos.lib $(DIR)\windows\lib\ --- -- Configure issuemail:

[Issue 3153] win32.mak tries to copy phobos.lib, gcstub.obj to nonexistent folder lib

2009-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3153 --- Comment #3 from Sobirari Muhomori ma...@pochta.ru 2009-07-08 02:29:37 PDT --- --- $(CP) phobos.lib $(DIR)\windows\lib\* --- :) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 3075] void delegate(const(void)[]) should be implicitly convertable to void delegate(void[])

2009-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3075 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 3132] std.string.split should be templated on mutable/const/immutable

2009-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3132 --- Comment #3 from Steven Schveighoffer schvei...@yahoo.com 2009-07-08 10:59:28 PDT --- (In reply to comment #2) templating over constness is a partial solution for bug 1961 No. I specifically say that the template solution does not

[Issue 3136] Incorrect and strange behavior of std.regexp.RegExp if using a pattern with optional prefix and suffix longer than 1 char

2009-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3136 --- Comment #1 from Marcello Gnani marcellogn...@gmail.com 2009-07-08 12:06:26 PDT --- I had the time to investigate further; the problem is related to an incorrect optimization performed by Phobos on the optional prefix. The constructor

[Issue 3154] New: foreach corrupting data returned by ref functions.

2009-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3154 Summary: foreach corrupting data returned by ref functions. Product: D Version: 2.031 Platform: Other OS/Version: Linux Status: NEW Severity: major Priority: P2

[Issue 3155] New: LDC2 support for druntime

2009-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3155 Summary: LDC2 support for druntime Product: D Version: future Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component:

[Issue 3156] New: auto works like scope instead of type inference, which leads to silent breakage

2009-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3156 Summary: auto works like scope instead of type inference, which leads to silent breakage Product: D Version: 1.045 Platform: All OS/Version: All Status: NEW

[Issue 3156] auto works like scope instead of type inference, which leads to silent breakage

2009-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3156 nfx...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3156] auto works like scope instead of type inference, which leads to silent breakage

2009-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3156 --- Comment #4 from nfx...@gmail.com 2009-07-08 14:42:34 PDT --- Yes, it's because string literals are of fixed size. If they were dynamic arrays, the symptoms described in the above report wouldn't exist. Anyway, making them dynamic arrays