[nem-en] Re: [svn] r6126: nemerle/trunk/tools/msbuild-task: MSBuildTask.n Nemerle.MSBuild.targets

NoiseEHC NoiseEHC at freemail.hu
Wed Feb 15 22:03:35 CET 2006


> What is the problem with using LogMessage here? I remember I had some
> problems with it too, but I thought I fixed it already. If we can't
> use LogMessage here (which would be the best way if possible) then we
> should either skip message at all or output it in some other way -
> simply emitting Error when encountering debug from compiler is wrong.
> Debug is used often when developing macros.
>
>   
>
Simply there is no LogMessage which takes so much parameters (not 
symmetric with LogError/Warning).
Do what you want but LogMessage would throw an exception (as in my case 
with the internal
compiler error...)
So probably we should simply LogMessage the original error message 
(without parsing) and
modify the compiler to print different assertion messages (with "error:").




More information about the devel-en mailing list