Leo mentions on IRC that some tests are failing on i386 and OSX 10.3
(10.2?). I'm passing 100% on OSX 10.4.
Can we get some test results on other various platforms? (Do we have
a tinderbox again yet?)
After building parrot, "cd languages/tcl && make test" should be
sufficient. Warning: leo reported having to "killall parrot" on some
tests.
Thanks.
On Sep 12, 2005, at 2:20 PM, Will Coleda wrote:
Ok. Workarounds removed (though the workarounds were working. =-)
Looks like I've fixed PGE's glob - looks like it was just removing
the 'compile' opcode. Amos is going to investigate writing a test
suite for that at the parrot level.
Also fixed all the other conversion issues: tcl is now passing all
tests in leo-ctx5.
This includes removing the manual boxing of return values we were
doing, and letting the calling conventions autobox for us.
Regards.
On Sep 10, 2005, at 10:51 AM, Leopold Toetsch wrote:
Will Coleda wrote:
But it looks like the PMC args are getting *switched* somehow.
looking at the stack trace below starting just before the tailcall:
This bug is fixed now (r9173), the proposed workaround isn't
needed anymore.
Thanks for investigating and testing.
leo