[nem-bug] [Nemerle 0000977]: Typer3..ctor(Typer3,
MethodBuilder) explicitly calls base(..) twice
feedback at nemerle.org
feedback at nemerle.org
Wed Mar 21 09:31:12 CET 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=977>
======================================================================
Reported By: divan
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 977
Category: Compiler
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 03-21-2007 09:31 CET
Last Modified: 03-21-2007 09:31 CET
======================================================================
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 ();
}
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
03-21-07 09:31 divan New Issue
======================================================================
More information about the bugs
mailing list