[nem-bug] [Nemerle 0000974]: ICE in <[ decl: $( [ ..$fields ] ) ]>
feedback at nemerle.org
feedback at nemerle.org
Sun Mar 25 10:20:51 CEST 2007
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=974>
======================================================================
Reported By: DyachenkoA
Assigned To: nazgul
======================================================================
Project: Nemerle
Issue ID: 974
Category: Compiler (parser/macros engine)
Reproducibility: always
Severity: crash
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 03-18-2007 19:38 CET
Last Modified: 03-25-2007 10:20 CEST
======================================================================
Summary: ICE in <[ decl: $( [ ..$fields ] ) ]>
Description:
minimal code:
def fields = [ <[decl: str: string]> ];
<[ decl: $( [ ..$fields ] ) ]>;
result - ICE
======================================================================
----------------------------------------------------------------------
nazgul - 03-25-07 10:20
----------------------------------------------------------------------
This now gives several errors instead of ICE.
BTW. you probably wanted something like
def fields = [ <[decl: str: string]> ];
<[ decl: class A { ..$fields } ]>;
Issue History
Date Modified Username Field Change
======================================================================
03-18-07 19:38 DyachenkoA New Issue
03-18-07 19:45 DyachenkoA Issue Monitored: DyachenkoA
03-25-07 10:20 nazgul Status new => resolved
03-25-07 10:20 nazgul Resolution open => fixed
03-25-07 10:20 nazgul Assigned To => nazgul
03-25-07 10:20 nazgul Note Added: 0001828
======================================================================
More information about the bugs
mailing list