Closed mstackhouse closed 8 months ago
This should throw an error because of invalid ellipsis content, but instead the ellipsis is just discarded and no error is encountered.
@mstackhouse Should this be an error or a warning? I would think warning because it's not wrong per se but they should know the dots are ignored.
I lean towards error because the syntax is technically wrong. If the syntax is right but the behavior is potentially unexpected, I'd want to warn - but there's not a reason you should leave the invalid syntax so I just want refuse to let the action happen. Does that make sense?