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
- Validate that required params precede optional params in procedure
declarations; raises a clear error at declaration time.
- Extract source line from input stream in _get_value_text errors
so the error output includes the offending line and caret position.
- Use SystemDefaults.INDENT_SPACES instead of hardcoded 4-space literals
in flatten() and _flatten_conditional().
- Remove dead _collect_errors() in TestParseErrorMessages; _first_error()
is the working equivalent used by all tests.
0 commit comments