[Issue 4738] New: ICE using null array in static/constraint if

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4738 Summary: ICE using null array in static/constraint if Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice-on-valid-code Severity: regress

[Issue 4738] ICE using null array in static/constraint if

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4738 --- Comment #1 from Shin Fujishiro 2010-08-26 20:40:34 PDT --- The phobos' std.conv hits this issue. % dmd -c -unittest std/conv.d Assertion failed: (precedence[e->op] != PREC_zero), function expToCBuffer, file expression.c, line 816. -- Co

[Issue 3935] opBinary is instantiated with "="

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3935 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4655] Regression(1.063, 2.048) goto to a try block ICEs

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4655 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4302] Regression(2.046, 1.061): compiler errors using startsWith in CTFE

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4302 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4739] New: Bad result retrieving 'char' keys in assoc array

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4739 Summary: Bad result retrieving 'char' keys in assoc array Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: wrong-code Severity: norm

[Issue 3348] Documentation for many std.process functions has disappeared

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3348 Lars T. Kyllingstad changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3946] schwartzSort - SwapStrategy always unstable

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3946 Lars T. Kyllingstad changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 3232] std.math.approxEqual should consider maxAbsDiff when rhs==0 && lhs!=0

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3232 Lars T. Kyllingstad changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 4739] Bad result retrieving 'char' keys in assoc array

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4739 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4201] associative arrays keys property contains corrupted data for keys property for keys of size < size_t

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4201 Steven Schveighoffer changed: What|Removed |Added CC||cbkbbej...@mailinator.com --- C

[Issue 4328] templated unittests fail to link when instantiated from other file if compiler order isn't correct

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4328 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 fr

[Issue 4328] templated unittests fail to link when instantiated from other file if compiler order isn't correct

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4328 --- Comment #2 from Rainer Schuetze 2010-08-27 08:39:32 PDT --- Here's a workaround: similar to the assert handling, generate the unittest_fail function whenever there is a template in the module: Index: template.c ===

[Issue 4740] New: core.thread.atomicOp too strict about types

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4740 Summary: core.thread.atomicOp too strict about types Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 C

[Issue 4741] New: typeid() does not return correct type qualifiers for fields

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4741 Summary: typeid() does not return correct type qualifiers for fields Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: norm

[Issue 190] Cannot forward reference typedef/alias in default value for function parameter

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=190 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 3979] Order-of-compilation and forward reference errors

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3979 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4675] Eponymous Template should hide internal names

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

[Issue 4742] New: int % BigInt should work

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4742 Summary: int % BigInt should work Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 4742] int % BigInt should work

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4742 --- Comment #1 from David Simcha 2010-08-27 17:36:20 PDT --- Add /, /= to the list, too. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4652] Compiler hangs on template with zero-length tuple and another argument

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4652 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4676] Overload resolution rejects valid code when mixing variadics, non-variadics

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4676 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4743] New: Internal compiler error involving "in UnknownType*"

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4743 Summary: Internal compiler error involving "in UnknownType*" Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: ice-on-invalid-code Se

[Issue 4564] ICE on undefined variable in foreach over 0 .. undef

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4564 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3493] Segfault(cast.c) Forward reference with type inference, D1 only.

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3493 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2511] Covariant return type doesn't work with circular import

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2511 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 2511] Covariant return type doesn't work with circular import

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2511 --- Comment #6 from Walter Bright 2010-08-27 22:49:56 PDT --- Partial apply of patch: http://www.dsource.org/projects/dmd/changeset/638 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 4744] New: std.conv: string->enum doesn't look for longer match

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4744 Summary: std.conv: string->enum doesn't look for longer match Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: nor

[Issue 4518] to!string(enum w/invalid value) produces a somewhat unhelpful error

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4518 Shin Fujishiro changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 4744] std.conv: string->enum doesn't look for longer match

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4744 Shin Fujishiro changed: What|Removed |Added Status|NEW |ASSIGNED -- Configure issuemail: htt