-
Notifications
You must be signed in to change notification settings - Fork 0
Make module ops use STR. #190
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,
IMPORT,IMPORT_PATH, andEXPORTaccept the module (and in the case ofEXPORT, symbol) name as a raw argument. Require this to be passed as aSTRintead.Update the specification, implementation, and test suite.