You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue as in #512, although using a proper CLR 4.0. I used the installer for Nemerle v1.2.503.0 for .NET 4.0 in combination with Visual Studio 2013 (Windows 7 Ultimate).
I followed the instructions under [https://github.com/rsdn/nemerle/wiki/Compile-C%23-using-Nemerle] with a trivial (empty) C# Console Application, receiving following error messages:
1>------ Build started: Project: CompileByNemerle, Configuration: Debug Any CPU ------
1>C:\Program Files\Nemerle\Net-4.0\Nemerle.MSBuild.targets(289,5): error : Internal compiler error 'cannot reflect System.Array'', please report a bug to bugs.nemerle.org. You can try modifying program near this location. 1>C:\Program Files\Nemerle\Net-4.0\Nemerle.MSBuild.targets(289,5): error : internal compiler error: assertion failed in file ncc\external\InternalTypes.n, line 164: cannot reflectSystem.Array'
1> bei Nemerle.Compiler.SystemTypeClass.Reflect(String type_name)
1> bei Nemerle.Compiler.SystemTypeClass.Init()
1> bei Nemerle.Compiler.ManagerClass._N__N_lambda__28417__28558.apply_void()
1> bei Nemerle.Compiler.ManagerClass._N_tryEx_28451(_N_closureOf_LoadExternalLibraries_28433 _N_LoadExternalLibraries_cp_28450, FunctionVoid f)
1> bei Nemerle.Compiler.ManagerClass.LoadExternalLibraries()
1> bei Nemerle.Compiler.ManagerClass.Run()
1> bei Nemerle.CommandlineCompiler.MainClass.main_with_catching()
CLR 3.5, 4.0, 4.5 all failed with same error. Any ideas regarding this issue (also see attached project file) CompileByNemerle.csproj.txt
?
The text was updated successfully, but these errors were encountered:
Same issue as in #512, although using a proper CLR 4.0. I used the installer for Nemerle v1.2.503.0 for .NET 4.0 in combination with Visual Studio 2013 (Windows 7 Ultimate).
I followed the instructions under [https://github.com/rsdn/nemerle/wiki/Compile-C%23-using-Nemerle] with a trivial (empty) C# Console Application, receiving following error messages:
1>------ Build started: Project: CompileByNemerle, Configuration: Debug Any CPU ------
1>C:\Program Files\Nemerle\Net-4.0\Nemerle.MSBuild.targets(289,5): error : Internal compiler error 'cannot reflect
System.Array'', please report a bug to bugs.nemerle.org. You can try modifying program near this location. 1>C:\Program Files\Nemerle\Net-4.0\Nemerle.MSBuild.targets(289,5): error : internal compiler error: assertion failed in file ncc\external\InternalTypes.n, line 164: cannot reflect
System.Array'1> bei Nemerle.Compiler.SystemTypeClass.Reflect(String type_name)
1> bei Nemerle.Compiler.SystemTypeClass.Init()
1> bei Nemerle.Compiler.ManagerClass._N__N_lambda__28417__28558.apply_void()
1> bei Nemerle.Compiler.ManagerClass._N_tryEx_28451(_N_closureOf_LoadExternalLibraries_28433 _N_LoadExternalLibraries_cp_28450, FunctionVoid f)
1> bei Nemerle.Compiler.ManagerClass.LoadExternalLibraries()
1> bei Nemerle.Compiler.ManagerClass.Run()
1> bei Nemerle.CommandlineCompiler.MainClass.main_with_catching()
CLR 3.5, 4.0, 4.5 all failed with same error. Any ideas regarding this issue (also see attached project file)
CompileByNemerle.csproj.txt
?
The text was updated successfully, but these errors were encountered: