You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: We had thought that all comments are excluded and I'm a little surprised that inline comments were even included. We should gather requirements around user needs for comments and create a more intentional experience.
I suspect that it has something to do with how inline comments could be use for type annotations (e.g., type-ignore) but I haven't investigated further yet. We should also add test cases so we make sure that different python versions behave the same way.
The text was updated successfully, but these errors were encountered:
Your code:
This was running the most recent version of Lineapy (at time of posting) on Python 3.9.
Then
b_art.code
would returnIssue: We had thought that all comments are excluded and I'm a little surprised that inline comments were even included. We should gather requirements around user needs for comments and create a more intentional experience.
I suspect that it has something to do with how inline comments could be use for type annotations (e.g.,
type-ignore
) but I haven't investigated further yet. We should also add test cases so we make sure that different python versions behave the same way.The text was updated successfully, but these errors were encountered: