[Issue 3653] Problem sorting array of Rebindable

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3653 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 3786] bug in std.string.removechars

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3786 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 4188] std.file.remove throws Exception on success

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4188 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 1001] print stack trace (in debug mode) when program die

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

[Issue 1001] print stack trace (in debug mode) when program die

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 4188] std.file.remove throws Exception on success

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4188 Shin Fujishiro rsi...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 4179] Deleting items from an associative array iterated over

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4179 --- Comment #2 from bearophile_h...@eml.cc 2010-05-26 09:49:51 PDT --- To implement this idea the foreach() has to change a little, in nonrelease mode it has to set and later reset a boolean flag inside the container being iterated. So this

[Issue 4235] New: !in not working (D1)

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4235 Summary: !in not working (D1) Product: D Version: unspecified Platform: x86 OS/Version: Windows Status: NEW Severity: major Priority: P2 Component: DMD

[Issue 4235] !in not working (D1)

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4235 Masahiro Nakagawa repeate...@gmail.com changed: What|Removed |Added CC|

[Issue 4236] New: 'out of memory' error compiling on windows

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4236 Summary: 'out of memory' error compiling on windows Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4237] New: Link error with typedefs of the same name in a function scope

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4237 Summary: Link error with typedefs of the same name in a function scope Product: D Version: 2.041 Platform: x86 OS/Version: All Status: NEW Keywords:

[Issue 4169] building dmd with a modern gcc produces a buggy compiler

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4169 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 4238] New: Segfault(statement.c): with(typeof(int))

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4238 Summary: Segfault(statement.c): with(typeof(int)) Product: D Version: 1.020 Platform: Other OS/Version: Windows Status: NEW Keywords: ice-on-invalid-code, patch

[Issue 4238] Segfault(statement.c): with(typeof(int))

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4238 --- Comment #1 from Don clugd...@yahoo.com.au 2010-05-26 13:20:16 PDT --- Darn it, waited to long before hitting submit, and another bug snuck in before this one -- test case should be changed to bug4238(). g. Anyway, if you add one line to

[Issue 1413] not every body is guarded by if statement in DMDFE

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1413 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch CC|

[Issue 4239] New: Mixed tuple comparison

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4239 Summary: Mixed tuple comparison Product: D Version: future Platform: Other OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 Component:

[Issue 4239] Mixed tuple comparison

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4239 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #1

[Issue 4133] Enable __traits on D1

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4133 Trass3r mrmoc...@gmx.de changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment

[Issue 314] [module] Static, renamed, and selective imports are always public

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=314 Trass3r mrmoc...@gmx.de changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment

[Issue 4239] Mixed tuple comparison

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4239 --- Comment #2 from Simen Kjaeraas simen.kja...@gmail.com 2010-05-26 15:20:55 PDT --- (In reply to comment #1) This seems to work fine: struct X(T...) { } static assert(is(X!(int, int) == X!(int, int))); static assert(is(X!(int, foo)

[Issue 314] [module] Static, renamed, and selective imports are always public

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=314 --- Comment #15 from Leandro Lucarella llu...@gmail.com 2010-05-26 15:19:42 PDT --- In D4, maybe =P Don't be impatient, is just number 1 in votes! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 4133] Enable __traits on D1

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4133 --- Comment #5 from nfx...@gmail.com 2010-05-26 15:37:29 PDT --- I was just saying you have to use char[][] b = [...] instead of auto b = [...]. This is the only point where you have to modify the examples in the traits documentation to make it

[Issue 314] [module] Static, renamed, and selective imports are always public

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=314 --- Comment #16 from Trass3r mrmoc...@gmx.de 2010-05-26 15:42:36 PDT --- Well that's the point. - 32 votes! - present since v0.165! - patch is available that seems to work for ldc -- Configure issuemail:

[Issue 314] [module] Static, renamed, and selective imports are always public

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=314 --- Comment #17 from Leandro Lucarella llu...@gmail.com 2010-05-26 19:01:01 PDT --- I was being sarcastic =) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---