[Issue 2879] std.bigint missing from phobos

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2879 Lars T. Kyllingstad changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4240] New: Array operations on short fixed-length arrays should be inlined

2010-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4240 Summary: Array operations on short fixed-length arrays should be inlined Product: D Version: 1.020 Platform: Other OS/Version: Windows Status: NEW Keyword

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

[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 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: http://d.puremagic.com/issues/userprefs.cgi?tab=email -

[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

[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 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") == 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 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 receiving this ma

[Issue 4133] Enable __traits on D1

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

[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 changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment #14 from Trass3r

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

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

[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 changed: What|Removed |Added Keywords||patch CC|

[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 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(). . Anyway, if you add one line to the patch, it fixes bug 1

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

[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 changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

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

[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 4235] !in not working (D1)

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

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

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

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

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

[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 changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|