Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot reflect `System.Array' also with proper CLR #13314

Open
texavery77 opened this issue May 11, 2016 · 0 comments
Open

cannot reflect `System.Array' also with proper CLR #13314

texavery77 opened this issue May 11, 2016 · 0 comments

Comments

@texavery77
Copy link

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

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant