[nem-bug] [Nemerle 0000785]: Incorrect treatise 'new' keyword (it
bug block compilin of compiler)
feedback at nemerle.org
feedback at nemerle.org
Sat Nov 11 17:47:32 CET 2006
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=785>
======================================================================
Reported By: VladD2
Assigned To: VladD2
======================================================================
Project: Nemerle
Issue ID: 785
Category: Compiler
Reproducibility: always
Severity: block
Priority: immediate
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 11-11-2006 15:00 CET
Last Modified: 11-11-2006 17:47 CET
======================================================================
Summary: Incorrect treatise 'new' keyword (it bug block
compilin of compiler)
Description:
class A
{
public Test() : bool { true }
}
class B : A
{
public new Test() : void { }
}
B().Test();
=========================================================================
Main.n(8,3,8,31): error : attempted return type overload on method
B.Test() : void and method A.Test() : bool
Also try compile the compiler by new version of ncc. Method:
public new Remove (key : 'a) : void
in Hashtable['a,'b] will not be compiled.
======================================================================
----------------------------------------------------------------------
nazgul - 11-11-06 15:05
----------------------------------------------------------------------
It is already fixed in 6864. Could you check?
----------------------------------------------------------------------
VladD2 - 11-11-06 17:47
----------------------------------------------------------------------
Yes. 6864 fix this bug.
----------------------------------------------------------------------
VladD2 - 11-11-06 17:47
----------------------------------------------------------------------
6864 fix this bug.
Issue History
Date Modified Username Field Change
======================================================================
11-11-06 15:00 VladD2 New Issue
11-11-06 15:05 nazgul Note Added: 0001504
11-11-06 15:05 nazgul Status new => feedback
11-11-06 15:05 nazgul Summary Incorrect treatise 'new'
keyword (it bug block compilin of compiler) => Incorrect treatise \'new\'
keyword (it bug block compilin of compiler)
11-11-06 15:05 nazgul Description Updated
11-11-06 17:47 VladD2 Note Added: 0001505
11-11-06 17:47 VladD2 Status feedback => resolved
11-11-06 17:47 VladD2 Resolution open => fixed
11-11-06 17:47 VladD2 Assigned To => VladD2
11-11-06 17:47 VladD2 Note Added: 0001506
======================================================================
More information about the bugs
mailing list