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
(base) saurabh-kumar@Awadh:~/Projects/System/lpython$ lpython ./examples/example.pysemantic error: Unsupported type in check_is_assign_to_input_param() --> ./examples/example.py:1:1 |1 | 'a' = 1 | ^^^ Note: Please report unclear or confusing messages as bugs athttps://github.com/lcompilers/lpython/issues.
I think the invalid assignment above should have been caught earlier and reported with a better error message.
The text was updated successfully, but these errors were encountered:
kmr-srbh
changed the title
bug: catch invalid assignments and throw a beautiful error message
bug: catch invalid assignments and throw a better error message
Sep 10, 2024
I think the invalid assignment above should have been caught earlier and reported with a better error message.
The text was updated successfully, but these errors were encountered: