[nem-bug] [Nemerle 0000622]: ICE for polymorphic property used in
matching
feedback at nemerle.org
feedback at nemerle.org
Fri May 5 13:14:49 CEST 2006
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=622>
======================================================================
Reported By: malekith
Assigned To: malekith
======================================================================
Project: Nemerle
Issue ID: 622
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 02-19-2006 11:12 CET
Last Modified: 05-05-2006 13:14 CEST
======================================================================
Summary: ICE for polymorphic property used in matching
Description:
using Nemerle.Collections
def ht = Hashtable ()
ht[1] = 2
_ = $[x*y | (Key = x, Value = y) in ht]
======================================================================
----------------------------------------------------------------------
malekith - 05-05-06 13:14
----------------------------------------------------------------------
Fixed in r6227
Issue History
Date Modified Username Field Change
======================================================================
02-19-06 11:12 malekith New Issue
05-05-06 13:14 malekith Status new => resolved
05-05-06 13:14 malekith Resolution open => fixed
05-05-06 13:14 malekith Assigned To => malekith
05-05-06 13:14 malekith Note Added: 0001233
======================================================================
More information about the bugs
mailing list