[nem-bug] [Nemerle 0000742]: Strange namespace opening behaviour from within namespace

feedback at nemerle.org feedback at nemerle.org
Thu Aug 17 07:53:38 CEST 2006


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=742> 
======================================================================
Reported By:                Snaury
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   742
Category:                   Compiler
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             08-17-2006 07:53 CEST
Last Modified:              08-17-2006 07:53 CEST
======================================================================
Summary:                    Strange namespace opening behaviour from within
namespace
Description: 
Code:

// APPTYPE: dll
namespace Some.Library
{
  using Nemerle.Text;
  using System.Text;
}

// nbuild 1.n
ncc.exe -no-color -t:library -out:1.dll 1.n
1.n:5:3:5:21: warning: N105: namespace `Some.Text' is already open
1.n:5:3:5:21: warning: N105: namespace `Some.Library.Text' is already
open

I'm sure it shouldn't have even tried to open Some.Text and
Some.Library.Text, because I don't say with any using.
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
08-17-06 07:53 Snaury         New Issue                                    
======================================================================




More information about the bugs mailing list