Skip to content

Releases: Elan456/cu-autograder-framework

v0.3.2 Remove Main Inconsistency Fix

11 Feb 04:53
0abd2b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

20 Jan 00:45
ceb0f81
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Sep 19:40
73b0756
Compare
Choose a tag to compare

What's Changed

  • Added GDB installation for an improved debugging experience by @in-my-ellement in #11
  • Added sample code that will pass all the example test cases by @Elan456 in #12
  • Moved student file checking and organization to the utils package by @Elan456 in #12
  • Full C++ and C parsing for more reliable function removal/extraction by @anabasisgo in #14
  • Added run_autograder checksum security fix by @anabasisgo in #13
  • Formatting and README updates by @Elan456 in #15

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

10 Mar 03:36
Compare
Choose a tag to compare

What's Changed

  • Improved the check_phrases method at /tests/utils/stdout_checking.py to have better-formatted error messages.
  • Added the io_files folder to hold any input files you want the student's code to be able to read for testing.
  • Removed the default timeout for run_program .

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Feb 04:41
Compare
Choose a tag to compare

Initial release