[Issue 4934] New: Cannot compile an overloaded operator returning by ref

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4934 Summary: Cannot compile an overloaded operator returning by ref Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 4718] Few Phobos modules renames

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4718 Austin Hastings ah0801...@yahoo.com changed: What|Removed |Added CC|

[Issue 4935] New: std.bitmanip: bitfields!() template with trailing unnamed field does not work

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4935 Summary: std.bitmanip: bitfields!() template with trailing unnamed field does not work Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW

[Issue 4718] Few Phobos modules renames

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4718 --- Comment #5 from bearophile_h...@eml.cc 2010-09-24 09:46:14 PDT --- See also this post by L. T. Kyllingstad, Phobos has way too many modules : http://article.gmane.org/gmane.comp.lang.d.phobos/2472 -- Configure issuemail:

[Issue 4928] [patch] RDMD mistakes object, response and other files for the program file.

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4928 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 4929] DirEntry does not always report correct type of file on linux

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4929 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 4930] [patch] RDMD: Cmd line sent to dmd can be too long

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4930 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 4930] [patch] RDMD: Cmd line sent to dmd can be too long

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4930 --- Comment #1 from Nick Sabalausky cbkbbej...@mailinator.com 2010-09-24 13:56:16 PDT --- Created an attachment (id=773) Combined patch for issues #4672, #4683, #4684, #4688, #4928, #4930 Combined patch for issues #4672, #4683, #4684, #4688,

[Issue 4928] [patch] RDMD mistakes object, response and other files for the program file.

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4928 --- Comment #3 from Nick Sabalausky cbkbbej...@mailinator.com 2010-09-24 13:57:54 PDT --- A combined patch for issues #4672, #4683, #4684, #4688, #4928, #4930 is here: http://d.puremagic.com/issues/show_bug.cgi?id=4930 -- Configure

[Issue 4688] [patch] rdmd/Win: rdmd'ed program's output appears after cmd prompt

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4688 --- Comment #5 from Nick Sabalausky cbkbbej...@mailinator.com 2010-09-24 13:58:53 PDT --- A combined patch for issues #4672, #4683, #4684, #4688, #4928, #4930 is here: http://d.puremagic.com/issues/show_bug.cgi?id=4930 -- Configure

[Issue 4684] [patch] rdmd: Assert failure on -od without trailing slash

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4684 --- Comment #4 from Nick Sabalausky cbkbbej...@mailinator.com 2010-09-24 14:00:31 PDT --- A combined patch for issues #4672, #4683, #4684, #4688, #4928, #4930 is here: http://d.puremagic.com/issues/show_bug.cgi?id=4930 -- Configure

[Issue 4683] [patch] rdmd: -od clobbers preceeding -of

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4683 --- Comment #3 from Nick Sabalausky cbkbbej...@mailinator.com 2010-09-24 14:01:30 PDT --- A combined patch for issues #4672, #4683, #4684, #4688, #4928, #4930 is here: http://d.puremagic.com/issues/show_bug.cgi?id=4930 -- Configure

[Issue 4672] [patch] rdmd fails when -I is needed

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4672 --- Comment #5 from Nick Sabalausky cbkbbej...@mailinator.com 2010-09-24 14:02:34 PDT --- A combined patch for issues #4672, #4683, #4684, #4688, #4928, #4930 is here: http://d.puremagic.com/issues/show_bug.cgi?id=4930 -- Configure

[Issue 4935] std.bitmanip: bitfields!() template with trailing unnamed field does not work

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4935 Mitch Hayenga mitch.haye...@gmail.com changed: What|Removed |Added CC|

[Issue 4936] New: Regression(2.049) std.algorithm.completeSort doesn't match string arrays

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4936 Summary: Regression(2.049) std.algorithm.completeSort doesn't match string arrays Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 4935] std.bitmanip: bitfields!() template with trailing unnamed field does not work

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4935 --- Comment #2 from Austin Hastings ah0801...@yahoo.com 2010-09-24 18:01:07 PDT --- Entertainingly, this is the real code I was trying to work on: union Instruction { ushort raw; // Basic opcode + data mixin(bitfields!(

[Issue 4936] Regression(2.049) std.algorithm.completeSort doesn't match string arrays

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4936 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 4935] std.bitmanip: bitfields!() template with trailing unnamed field does not work

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4935 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 4937] std.bitmanip: Allow repeated (identical) bitfield declarations

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4937 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 4425] More bells whistles for bitfields

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4425 --- Comment #1 from bearophile_h...@eml.cc 2010-09-24 18:47:19 PDT --- See also bug 4937 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---