[nem-bug] [Nemerle 0000601]: broken 0.9.2 release for windows

feedback at nemerle.org feedback at nemerle.org
Wed Jan 25 20:59:30 CET 2006


A NOTE has been added to this issue.
======================================================================
<http://nemerle.org/bugs/view.php?id=601> 
======================================================================
Reported By:                Kamil Dworakowski
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   601
Category:                   Compiler
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             01-25-2006 19:27 CET
Last Modified:              01-25-2006 20:59 CET
======================================================================
Summary:                    broken 0.9.2 release for windows
Description: 
using System;

public class Test{
	static mutable field: int;

	public static Main(): void{
        Console.WriteLine("cze");
	}
}
---
It compiles ok with 0.9.1 but 0.9.2 prints:

D:\p\q>ncc -t exe test.n
debug: Internal compiler error, please report a bug to bugs.nemerle.org.
You ca
ying program near this location.
&http://nemerle.org/bugs/view.php?id=8592;[01;31merror&http://nemerle.org/bugs/view.php?id=8592;[0m:
internal compiler error: assertion failed
in file external/I
s.n, line 498:
internal type Nemerle.Internal.ImmutableAttribute not found
   at Nemerle.Compiler.InternalType.lookup(String type_name)
   at Nemerle.Compiler.InternalType.InitNemerleTypes()
   at Nemerle.Compiler.Passes.LoadExternalLibraries()
   at Nemerle.Compiler.Passes.Run()
   at Nemerle.CommandlineCompiler.MainClass.main_with_catching()


======================================================================

----------------------------------------------------------------------
 nazgul - 01-25-06 20:59 
----------------------------------------------------------------------
Did you uninstall previous version of Nemerle? Looks like compiler is
loading Nemerle.dll from 0.9.1 release.

I guess there is a bug in our msi installer, so it doesn't remove
assemblies from GAC when performing Uninstall, this is probably related.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
01-25-06 19:27 Kamil DworakowskiNew Issue                                    
01-25-06 20:59 nazgul         Note Added: 0001059                          
======================================================================




More information about the bugs mailing list