lcompilers / lpython

Python compiler
https://lpython.org/
Other
1.5k stars 157 forks source link

Fixed issue #1993 to improve readability of semantic error thrown #2507

Closed tanay-man closed 7 months ago

tanay-man commented 7 months ago

Changed the error from "semantic error: Unsupported type annotation: ReRange" to "semantic error: The type 'ReRange' is undeclared." as per issue #1993 .

tanay-man commented 7 months ago

Can anyone help me why the CI for macos didn't pass? Is this related to issue #2502 ?

certik commented 7 months ago

The macOS CI fails due to https://github.com/lcompilers/lpython/issues/2455, we are still investigating what the problem is.