docstrings cause compilation failure #26
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#26
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Defining a method with a docstring causes
composer.start_analysis(true)
to fail withErr value: "not supported"
We do not support string right now. The simplest way to fix this would be to remove the docstring in the application, just check if the first statement in the function body is a string and remove it if so...
Note that docstrings can also appear in modules, classes, and methods.
done