I tried to run the shell boostrapped and ran into a "callee is not a function" error... So I had the idea of adding source code locations to those error messages (why didn't I think of that before!). I found out we were missing the String.prototype.substr library function (not to be confused with its cousin String.prototype.substring).
The said function is now implemented, and the shell works under the bootstrap :)
- Maxime
Afficher les réponses par date
On 2011-03-22, at 23:53 , chevalma@iro.umontreal.ca wrote:
I tried to run the shell boostrapped and ran into a "callee is not a function" error... So I had the idea of adding source code locations to those error messages (why didn't I think of that before!). I found out we were missing the String.prototype.substr library function (not to be confused with its cousin String.prototype.substring).
The said function is now implemented, and the shell works under the bootstrap :)
Excellent! And sorry about missing one function. I remember reading about both of them, not sure how I managed to miss it...
Bruno
I wonder why there's even two in the first place! They pretty much do the same thing, and have almost the same name.
- Maxime
On 2011-03-22, at 23:53 , chevalma@iro.umontreal.ca wrote:
I tried to run the shell boostrapped and ran into a "callee is not a function" error... So I had the idea of adding source code locations to those error messages (why didn't I think of that before!). I found out we were missing the String.prototype.substr library function (not to be confused with its cousin String.prototype.substring).
The said function is now implemented, and the shell works under the bootstrap :)
Excellent! And sorry about missing one function. I remember reading about both of them, not sure how I managed to miss it...
Bruno_______________________________________________ Tachyon-list mailing list Tachyon-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/tachyon-list