docstrings cause compilation failure #26

Closed
opened 2021-09-24 14:20:29 +08:00 by sb10q · 3 comments

Defining a method with a docstring causes composer.start_analysis(true) to fail with Err value: "not supported"

Defining a method with a docstring causes ``composer.start_analysis(true)`` to fail with ``Err 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...

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...
Poster
Owner

Note that docstrings can also appear in modules, classes, and methods.

Note that docstrings can also appear in modules, classes, and methods.
ychenfo was assigned by sb10q 2021-09-26 07:47:53 +08:00
Poster
Owner

done

done
sb10q closed this issue 2021-11-02 23:30:21 +08:00
ychenfo was unassigned by sb10q 2021-11-02 23:30:53 +08:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#26
There is no content yet.