> It appears that the Std.input_list function always returns [] when
> called from native code:
Thanks for the report !
It was a bug that is coming from the native code generator being too much
smart at optimizing list accesses. Looks like it's happening only when used
in conjonction with recursive loops. I fixed the implementation of
input_list ( as well as Enum.force which was using the same technique ).
Please update from the CVS.
Regards,
Nicolas Cannasse
|