[nem-en] [r7034] Compiler ICEs on Nemerle.Compiler.Utils in VS integration project

Ivan Lakhturov lakhturov at gmail.com
Sun Dec 3 16:56:13 CET 2006


Hello Michal,

Sunday, December 3, 2006, 12:46:26 PM, you wrote:

> On 12/3/06, Ivan Lakhturov <lakhturov at gmail.com> wrote:
>> It's ok now with Nemerle.Compiler.Utils, but it falls now (rev 7035) on
>> Heavy.Tests project:
> ...
>>
>> on such a line:
>>           runner.Test = suite[0](runner);
>> where suite is of type list[foo * string * string]
>> where foo has type:
>>       TestRunner -> (string * int * Location * string -> bool)
>> :)
>> so, runner.Test has type
>>     string * int * Location * string -> bool;
>>
>> it compiled normally until i updated from svn

> I tried fixing that. I'm not quite sure why it didn't show up before.

it compiles now, thanks
obviously, it dealt with tuples...
do you have relatively exhaustive test suite at the moment? :)

regards, phantom




More information about the devel-en mailing list