-
Notifications
You must be signed in to change notification settings - Fork 33
Added argument.callee and simple test #597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Does this implementation leave room for the necessary strict mode poison pill? #573 (comment) |
|
It does now! kinda. If strict mode is enabled (and once we've implemented it) we'll throw the exact error Node does here: Note you can manually set strict mode for arguments here: Ken by the way; nice to electronically meet you, and good call on looking out for future problems! |
|
Nice! Ken? |
|
Requires: tessel/colony-compiler#36 |
…ings Mild overhaul to finish up Buffer encoding work which was started in the ["Strings" pull request](#542) but wasn't really fully implemented or thoroughly checked over. Highlights: - adds utf16le encoding/decoding (which had been completely absent) - improves ascii/binary/hex/base64 logic too - generally cleaner in/out logic
…r writes Fixes #319 for "PC" use cases. Depends on tessel/t1-cli#166 — otherwise as it sits now, the CLI will silently drop the new "raw" messages by default.
Does it need more comprehensive testing?
Review. Land. Love.