-
Notifications
You must be signed in to change notification settings - Fork 0
Make EXTEND use STR. #191
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestinterpreterRequires a code change in the interpreter.Requires a code change in the interpreter.majorRequires a major version change.Requires a major version change.testSomething related to the test suite.Something related to the test suite.
Milestone
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestinterpreterRequires a code change in the interpreter.Requires a code change in the interpreter.majorRequires a major version change.Requires a major version change.testSomething related to the test suite.Something related to the test suite.
Currently,
EXTENDaccepts the extension name as a raw argument. Require this to be passed as aSTRinstead.Update the specification, implementation, and test suite.