[nem-bug] [Nemerle 0000977]: Typer3..ctor(Typer3,
MethodBuilder) explicitly calls base(..) twice
feedback at nemerle.org
feedback at nemerle.org
Sun Mar 25 10:37:23 CEST 2007
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=977>
======================================================================
Reported By: divan
Assigned To: nazgul
======================================================================
Project: Nemerle
Issue ID: 977
Category: Compiler
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 03-21-2007 09:31 CET
Last Modified: 03-25-2007 10:37 CEST
======================================================================
Summary: Typer3..ctor(Typer3,MethodBuilder) explicitly calls
base(..) twice
Description:
Typer3.n lines 135-142:
this (parent : Typer3, meth : MethodBuilder)
{
base (meth.DeclaringType.Manager); //first call
the_method = meth;
this (parent, meth.GetHeader ()); //second call, as all ctors call
base
local_function_type = meth.DeclaringType;
current_method = meth.GetHeader ();
}
======================================================================
----------------------------------------------------------------------
nazgul - 03-25-07 10:37
----------------------------------------------------------------------
Fixed. We have a separate bug for making compiler forbid this stuff.
Issue History
Date Modified Username Field Change
======================================================================
03-21-07 09:31 divan New Issue
03-25-07 10:37 nazgul Status new => resolved
03-25-07 10:37 nazgul Resolution open => fixed
03-25-07 10:37 nazgul Assigned To => nazgul
03-25-07 10:37 nazgul Note Added: 0001829
======================================================================
More information about the bugs
mailing list