[nem-bug] [Nemerle 0000290]: WriteLine($"max=$fieldName") vs.
WriteLine("max="+fieldName.ToString())
feedback at nemerle.org
feedback at nemerle.org
Mon May 22 18:06:56 CEST 2006
The following issue has been CLOSED
======================================================================
<http://nemerle.org/bugs/view.php?id=290>
======================================================================
Reported By: qbolec
Assigned To: nazgul
======================================================================
Project: Nemerle
Issue ID: 290
Category: The Standard Library
Reproducibility: sometimes
Severity: minor
Priority: normal
Status: closed
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 10-05-2004 01:11 CEST
Last Modified: 05-22-2006 18:06 CEST
======================================================================
Summary: WriteLine($"max=$fieldName") vs.
WriteLine("max="+fieldName.ToString())
Description:
The first one does not compile if fieldName is non-static public member of
the class, and WriteLine is called inside some non-static function of this
class
======================================================================
----------------------------------------------------------------------
nazgul - 10-05-04 11:32
----------------------------------------------------------------------
Probably an issue with id colors and environments, that are broken
somewhere in typing. Now we have simple testcase for this.
----------------------------------------------------------------------
nazgul - 10-06-04 12:42
----------------------------------------------------------------------
Fixed on trunk (3299).
There is still problem with inadverent capture of macro produced variables
by instance lookups.
Issue History
Date Modified Username Field Change
======================================================================
10-05-04 01:11 qbolec New Issue
10-05-04 11:32 nazgul Note Added: 0000461
10-06-04 12:42 nazgul Status new => resolved
10-06-04 12:42 nazgul Resolution open => fixed
10-06-04 12:42 nazgul Assigned To => nazgul
10-06-04 12:42 nazgul Note Added: 0000465
05-22-06 18:06 nazgul Status resolved => closed
======================================================================
More information about the bugs
mailing list