You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
builtin delete for maps and arrays (d5#250)
* added builtin delete function and unit tests
* added vm tests for builtin delete
* added doc for builtin delete
* update doc
update vm to raise wrapped runtime errors (d5#247)
* update vm to raise wrapped runtime errors
special errors returned from custom builtin modules can be identified easily by wrapping and using errors package's Is() and As() method.
* added test for runtime errors