[nem-bug] [Nemerle 0000722]: Recursive references.
feedback at nemerle.org
feedback at nemerle.org
Sat Jul 29 16:31:04 CEST 2006
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=722>
======================================================================
Reported By: IT
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 722
Category: Compiler
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 07-29-2006 16:31 CEST
Last Modified: 07-29-2006 16:31 CEST
======================================================================
Summary: Recursive references.
Description:
Source code:
using System.Windows.Forms;
_ = 0
Command line:
ncc.exe test.n
result - error
ncc.exe -r:System.Data test.n
result - OK
Looks like the compiler parses assemblies recursively.
1. It’s confusing.
2. It may cause deployment problems as the reference ‘Copy’ option for
particular assembly will copy only root assembly without its dependents.
3. It’s definitely increase compiler load time.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
07-29-06 16:31 IT New Issue
======================================================================
More information about the bugs
mailing list