4. Enjoy an overload of non-sensical errors, like the following (with line breaks inserted *by yours truly,* for your convenience):
com.vaadin.sass.internal.parser.ParseException:
Substitution error: some actual parameters were not used.
Formal parameters: FormalArgumentList[$transitions: null],
actual parameters: Actual argument list [ArgumentList [opacity 500ms 300ms, width 300ms]]
at line -1, column -1
## Expected results
* At the very least, I would expect an error with the actual parameters I passed and with line and column numbers.
* Also, I would expect to see exactly one error for this and not close to a *hundred* of them.
* How about using proper punctation and formatting in your error messages?
___
Imported from https://dev.vaadin.com/ issue #17817
Originally by @marlonrichert
Steps to reproduce
_transition.scss
with the following mixin, which is missing an ellipsis ("...") after the input parameter:@include transition( border-bottom-color $transition-time, box-shadow $transition-time);
com.vaadin.sass.internal.parser.ParseException: Substitution error: some actual parameters were not used. Formal parameters: FormalArgumentList[$transitions: null], actual parameters: Actual argument list [ArgumentList [opacity 500ms 300ms, width 300ms]] at line -1, column -1