Hmm, I had that error but then fixed it. Can you try doing a git pull, see if it happens on the latest commit?
Or do you mean make test worked until you added your code to strings.js? If so, I guess we'll need to debug that. Probably your code does something on initialization (when strings.js is run) that our current code doesn't handle properly. Perhaps you can commit it in another branch and I can look at it with Erick tomorrow, figure out what causes the error.
- Maxime
Hi,
Does strings.js need to be included by default in 'make test'? My current stdlib implementation is done (the test-on-top-of-v8 part, not the tachyon-with-iir part), but committing it would break the master branch. I get a bus error after tachyon attempts to compile it:
Parsing Tachyon source: "stdlib/strings.js" Generating IR for: "stdlib/strings.js" Performing IR lowering for: "stdlib/strings.js" Generating machine code for: "stdlib/strings.js" Linking machine code for: "stdlib/strings.js" Initializing standard library make: *** [test] Bus error
Any suggestions?
Bruno_______________________________________________ Tachyon-list mailing list Tachyon-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/tachyon-list