The module is evaluated twice #2
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/repltest#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When running the file below, the
"message"
is displayed twice.This is because the module is
eval
'd when run. It would be preferable toeval
only when thetest
submodule is run, but I do not know what is the best way to create a submodule without potentially interfering with the user-provided language's#%module-begin
syntax.