On Oct 27, 5:25 pm, VladD2 <
v...@rsdn.ru> wrote:
> 2008/10/27 nemerle fanboy <
nemerle.is_c...@yahoo.it>:
>
> > 1) types referenced from other assemblies cause "unbound type name"
> > errors (often but not always)
>
> Please, create small test which reproduce error and report it inhttp://
nemerle.org/bugs/bug_report_page.php
It's not something that I can do easily. Sometime it works fine, some
time it doesn't. Sometime it stops working after some of the exception
dialogs. How could I make a small test?
Currently I'm stuck: I made some changed to the Nemerle code and now
when I try to compile my solution VS locks: I see no NCC running but
DW20.exe that, as I'm told, is creating some crash dump file using a
lot of CPU. VC never is not responsive.
I restarted VS 3 times now, fixed a Nemerle error with an external
editor (the first time it crashed I was completing some changes: an
abstract method from a C# class was not implemented) but VS keeps
locking.
This is the worst problem I had with Nemerle.
> > 2) macro assemblies updates are not detected, obviously causing all
> > sorts of errors (I think this is always, after the project load)
>
> Use "Project references" for you own macro-assemblies, and rebuild it
> if it change.
Of course I make a specific project for the macros and reference it in
all projects where I want to use them.
The macro work if I rebuild everything but the editor doesn't apply
the changes to the code that is being edited.
The result is more fake error messages.
If I close everything and reopen the solution the editor uses the
updated macros.
> > 3) while you edit some code, the syntax highlight engine or something
> > else stumbles on obviouvsly incomplete code and causes nagging
> > repeated exception panels (sometimes even Visual Studio crashes!).
>
> May be you use debug build? In latest version of VS Integration all
> assertion checks only in debug build.
A debug build of Nemerle and the Nemerle VS Integration?
I think I just downloaded the whole package from your site. I don't
know how do you compile it. Where do I download a Release installer
for Nemerle?
I played a bit the the source code (in Debug mode) but I NEVER
installed it or used it in my projects. I just run it from the command
line.
> > 4) real and fake error messages are mixed and you don't know what's
> > going on. Especially problematic when you are learning Nemerle or a
> > switching continuously from C# to Nemerle and back.
>
> What is "fake error messages"?
They are errors added into the VS Error List by the syntax highlight
engine or other components of the editor and that most of the times do
not correspond to real error because if the problem described above.
> > I'm using Nemerle in a mixed C#/Nemerle solution and it would be
> > difficult to use Visual Studio for C# and something else for Nemerle.
>
> > Please fix the Visual Studio integration!
>
> Report bugs in Mantis and we will be try fix it.
As I explained they are hard to report in more detail.