dodona-edu / universal-judge

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

Support advanced types of TESTed as YAML types #402

Closed pdawyndt closed 10 months ago

pdawyndt commented 11 months ago

Extend YAML parser with advanced types of TESTed, so that for example an int64 value 42 can be represented as !!int64 42. Check if !!-types could actually be restricted to TESTed types only (basic and advanced).