On 2011-01-30, at 2:02 PM, chevalma@iro.umontreal.ca wrote:
That doesn't seem to work on the version I have:
d8 stdlib/arrays.js
stdlib/arrays.js:919: ReferenceError: error is not defined error("lastIndexOf, results are different");
% git pull remote: Counting objects: 13, done. remote: Compressing objects: 100% (7/7), done. remote: Total 7 (delta 5), reused 0 (delta 0) Unpacking objects: 100% (7/7), done. From ssh://frontal07.iro.umontreal.ca/u/tachyon/HTML/repo/tachyon 3f8eb1d..6401212 master -> origin/master Updating 3f8eb1d..6401212 Fast forward source/makefile | 1 - source/runtime/objects.js | 24 +++++++++++++++++++++++- source/runtime/primitives.js | 30 +++++++++++++++++++++++++++--- 3 files changed, 50 insertions(+), 5 deletions(-) % d8 stdlib/arrays.js %
Marc