[nem-bug] [Nemerle 0000798]: unexpected token after expression in
sequence
feedback at nemerle.org
feedback at nemerle.org
Thu Dec 7 12:02:33 CET 2006
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=798>
======================================================================
Reported By: Luntain
Assigned To: malekith
======================================================================
Project: Nemerle
Issue ID: 798
Category: Compiler (parser/macros engine)
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 12-01-2006 13:23 CET
Last Modified: 12-07-2006 12:02 CET
======================================================================
Summary: unexpected token after expression in sequence
Description:
There is a bug that prevents from writing test or setup immediately after a
using directive for NemerleUnit. The following will not compile.
using NemerleUnit
test "empty"
()
A workaround is to put another using directive in between. The following
would compile.
using NemerleUnit
using System
test "empty"
()
======================================================================
----------------------------------------------------------------------
malekith - 12-07-06 12:02
----------------------------------------------------------------------
Fixed on trunk, r7071.
This was a particularly annoying one.
Issue History
Date Modified Username Field Change
======================================================================
12-01-06 13:23 Luntain New Issue
12-07-06 12:02 malekith Status new => resolved
12-07-06 12:02 malekith Resolution open => fixed
12-07-06 12:02 malekith Assigned To => malekith
12-07-06 12:02 malekith Note Added: 0001568
======================================================================
More information about the bugs
mailing list