Commit Graph

6 Commits

Author SHA1 Message Date
Guillaume Martres
dcd9a0d860 Fix runGradingTest on windows
Fix for
https://gitlab.epfl.ch/lamp/cs-210-functional-programming-2019/issues/9,
classpath are separated by ";" instead of ":" on Windows (because ":" is
needed to write "C:\..."), the solution is to use `File.pathSeparator`
which will choose the correct character for the current OS.
2019-09-20 08:46:28 +02:00
Timothée Floure
e56b51381d Update grading image, push JSON grading result back to gitlab 2019-09-19 07:58:28 +02:00
Timothée Floure
53ead0daad Bumo scala/dotty version 2019-09-18 21:37:51 +02:00
Timothée Floure
20a536e224 Add minimal README 2019-09-18 16:39:01 +02:00
Timothée Floure
425383c873 Add gitlab CI configuration 2019-09-18 16:22:31 +02:00
Timothée Floure
a57aa454e4 Import recfun handout 2019-09-18 16:21:01 +02:00