[Issue 2872] Length, opIndex for Map

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2872 David Simcha changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3871] std.algorithm.map should propagate its input range properties

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3871 David Simcha changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2872] Length, opIndex for Map

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2872 David Simcha changed: What|Removed |Added CC||philippe.sig...@gmail.com --- Comment #

[Issue 2871] Take assumes that R.opIndex(uint) returns an lvalue.

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2871 David Simcha changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3439] std.range.Sequence.opIndex not consistent after calling popFront().

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3439 David Simcha changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4187] Error Message for std.file.remove outputting wrong file and line

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4187 Brad Roberts changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

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

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4188 --- Comment #2 from Brad Roberts 2010-06-17 18:26:02 PDT --- *** Issue 4187 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail b

[Issue 3341] Dummy stream

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3341 David Simcha changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3436] std.functional.compose with only one function

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3436 David Simcha changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4306] std.numeric.CustomFloat doesn't work on Mac OS X.

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4306 David Simcha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4171] std.random.uniform does not work for a range of characters

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4171 David Simcha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4187] Error Message for std.file.remove outputting wrong file and line

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4187 David Simcha changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 4187] Error Message for std.file.remove outputting wrong file and line

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4187 David Simcha changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4171] std.random.uniform does not work for a range of characters

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4171 David Simcha changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #1 from D

[Issue 3273] struct invariant + dtor fails to compile (no line number)

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3273 --- Comment #3 from Don 2010-06-17 13:44:50 PDT --- (In reply to comment #2) > (3) invariant + dtor + a non-void function with this struct as parameter, has > never worked. > For example this code fails on 2.022 with "cannot goto forward into d

[Issue 4331] Struct invariants not called

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4331 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 519] Invariant not called from autogenerated constructor

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=519 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comm

[Issue 4329] Do not show error messages that refer to __error

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4329 --- Comment #6 from Don 2010-06-17 12:38:17 PDT --- Come on, fellas, you can do better than that. Here's 3 examples, and the last one produces a segfault. void bug4329() { with(great!().trepidation) return; try{ t

[Issue 2372] Template parameter types given as template parameter inhibits template instantiation

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2372 --- Comment #1 from Simen Kjaeraas 2010-06-17 10:44:15 PDT --- *** Issue 2239 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 2239] Template instantiation failure when template parameter type passed as template parameter.

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2239 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4341] New: compiling with -unittest on win32 produces invalid executable

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4341 Summary: compiling with -unittest on win32 produces invalid executable Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: ma

[Issue 4329] Do not show error messages that refer to __error

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4329 --- Comment #5 from nfx...@gmail.com 2010-06-17 07:15:10 PDT --- It's possible that this is D1-only, I noticed the thing above only when working with D1 code. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --

[Issue 4329] Do not show error messages that refer to __error

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4329 --- Comment #4 from Leandro Lucarella 2010-06-17 06:41:48 PDT --- BTW, note that this testcase is, unfortunately, D1 only. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail beca

[Issue 4329] Do not show error messages that refer to __error

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4329 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #3 fr

[Issue 4301] BigInt * const(BigInt) doesn't work well

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4301 Don changed: What|Removed |Added CC||pelle.mans...@gmail.com --- Comment #1 from Don

[Issue 4340] Arithmetic impossible with const BigInt

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4340 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4329] Do not show error messages that refer to __error

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4329 --- Comment #2 from nfx...@gmail.com 2010-06-17 02:58:53 PDT --- Don, it seems to happen all the time. Normally I fix my compilation error right away, so I don't have a test case ready. See bug 4335 for one. -- Configure issuemail: http://d.pu

[Issue 4335] Wrong suggestion in error (import std.stdio for writeln)

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4335 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com Depends on|

[Issue 4332] C files in druntime should be converted to D

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

[Issue 4340] Arithmetic impossible with const BigInt

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4340 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 4340] New: Arithmetic impossible with const BigInt

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4340 Summary: Arithmetic impossible with const BigInt Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component

[Issue 4338] Structs with non-const destructors cannot be used as const parameters

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4338 Richard Webb changed: What|Removed |Added CC||we...@beardmouse.org.uk --- Comment #1

[Issue 4339] New: Struct destructor + invariant + struct parameter = horrific error message

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4339 Summary: Struct destructor + invariant + struct parameter = horrific error message Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 4338] New: Structs with non-const destructors cannot be used as const parameters

2010-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4338 Summary: Structs with non-const destructors cannot be used as const parameters Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keyw