dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 4 forks source link

Don't fall back to positional arguments if language doesn't support keyword arguments #395

Closed niknetniko closed 10 months ago

niknetniko commented 11 months ago

This could introduce weird bugs (e.g. when you create a test suite with keyword arguments where the arguments are ordered differently).

niknetniko commented 10 months ago

This is already the case, and has been for a long time. This was not the case in the very beginning, but with the introduction of "language features", this constraint was added (inadvertently).