CloudCoder version 0.1.3 released
Posted by Dave on January 09, 2015
I found a few minor issues in version 0.1.2, so there is now a 0.1.3 release.
Here are the specific improvements:
- C language submissions are now compiled with
-std=gnu99
: this allows, for example, loop variables to be declared in the initialization of a for loop - Fixed a regression where clicking on a module didn’t restrict the problems shown to just that module
- The problem list and progress summary on the home page now list exercises in order of due date
- The progress summary now uses color to visually distinguish not started exercises from started exercises
- Tweaked the colors used for test outcomes in the test outcome view
As always, see the Installation instructions for information on installing CloudCoder, and drop me a line if you run into any issues.