On Thu, Sep 18, 2008 at 04:12:26AM -0700, [EMAIL PROTECTED] via RT wrote: > On Tue Sep 16 08:56:29 2008, cognominal wrote: > > It prints "0\n" instead of the expected "i\n" > > > Fixed this in 31227, and values, and also cleaned up kv. They are now > multis that we use !EXPORT on (kv had been written specially rather than > just exporting the kv method on Mapping - just deleted that and added it > to export list). > > Fixing these passes us another 8 TODO'd spectests. w00t.
Note, however, that the keys(), values(), and kv() methods that get exported probably should not the one that in the Mapping namespace, since these are all valid methods on Any as well. We should probably ask p6l if keys, values, kv, etc. are in fact named unaries when used as functions. Pm