rust-stuco / homeworks

Homework handouts, reference solutions, and autograders
0 stars 0 forks source link

Autograder for PrimerLab #15

Closed connortsui20 closed 9 months ago

connortsui20 commented 9 months ago

TODO: if clippy fails then the student should receive a 0. I've emailed gradescope to see if there is any easy way to do that using the python gradescope utils

Other than that, I have a lot of comments in the actual files that I think are self-explanatory

jurplel commented 9 months ago

TODO: if clippy fails then the student should receive a 0. I've emailed gradescope to see if there is any easy way to do that using the python gradescope utils

Sounds good

Also, how much of this can we put in a common folder? I think the dockerfile and the run tests script should not need to be duplicated, perhaps? I am thinking of how we can reduce maintenance overhead for having ~10 of these subfolders.

connortsui20 commented 9 months ago

I mean we could but it's only 2 files, the others all need to be custom, and it's possible we need to add more to the dockerfile later. tbh I'm fine with just duplicating everything

jurplel commented 9 months ago

I mean we could but it's only 2 files, the others all need to be custom, and it's possible we need to add more to the dockerfile later. tbh I'm fine with just duplicating everything

Fair enough. Not the time to be perfectionist if it's not easy to do.