[nem-bug] [Nemerle 0000737]: Referenced namespace does not exist error.

feedback at nemerle.org feedback at nemerle.org
Sun Aug 13 06:11:26 CEST 2006


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=737> 
======================================================================
Reported By:                IT
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   737
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             08-13-2006 06:11 CEST
Last Modified:              08-13-2006 06:11 CEST
======================================================================
Summary:                    Referenced namespace does not exist error.
Description: 
Code:

using Syyyyyyyyyyyyystem;

public module Program
{
    Main() : void
    {
      def d : DateTime = 1;
    }
}

test.n:7:7:7:10: error: unbound type name `DateTime'

using Syyyyyyyyyyyyystem;

public module Program
{
    Main() : void
    {
    }
}

test.n:1:1:1:26: error: referenced namespace `Syyyyyyyyyyyyystem' does not
exist

It would be better to display this message for both scenarios and this one
should always go first.
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
08-13-06 06:11 IT             New Issue                                    
======================================================================




More information about the bugs mailing list