-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
- parselglossy version: 0.7.0
- Python version: 3.8.5
- Operating System: ubuntu20.04
Description
The following type error in the input file (getkw grammar)
some_int = a
correctly spits out error message
Actual (str) and declared (int) types do not match.
but if the leading character is a number
some_int = 1a
then there is a silent exit, and all input parameters defined below this point in the input file will not be parsed and thus get their default values. This means that the user will not get notified unless some of those lower keywords don't have defaults.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working