digitalmars.D.bugs - [Issue 4121] New: Associative array value bigint assign
- d-bugmail puremagic.com (25/25) Apr 24 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4121
- d-bugmail puremagic.com (12/12) Jun 14 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4121
http://d.puremagic.com/issues/show_bug.cgi?id=4121 Summary: Associative array value bigint assign Product: D Version: future Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: bearophile_hugs eml.cc I don't understand this error (this is not related to BigInt missing a toHash): import std.bigint: BigInt; void main() { BigInt[int] aa; BigInt b = BigInt(1); aa[10] = b; // line 5 } dmd 2.043 shows: core.exception.RangeError Temp(5): Range violation -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 24 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4121 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |clugdbug yahoo.com.au Resolution| |DUPLICATE *** This issue has been marked as a duplicate of issue 2451 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 14 2010