Hi All, Just in case this catches anybody else out:
On 12th Sep the indices word moved from sequences.lib to the core sequences vocab , and also the order of the arguments changed: -- : indices ( seq obj -- indices ) ++ : indices ( obj seq -- indices ) Unfortunately because integers are also sequences this can cause some hard-to-find bugs. E.g. "symbols-lower" [ 0 indices ] with-mapped-whole-file now always returns an empty seq. Oof!! Cheers, Phil ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
