ucsb-cs / submit

Repository for tracking issues, suggestions with the submit.cs system
https://ucsb-cs.github.io/submit/
BSD 2-Clause "Simplified" License
9 stars 5 forks source link

system should be able to detect when required files are not uploaded #5

Closed ianvernon closed 10 years ago

ianvernon commented 10 years ago

currently the system produces an error if one of the files submitted by the user of the system is not uploaded, leaving the user with a substantial delay time to check their work despite the fact that they were unable to get any meaningful output from the submit system. the system should be able to check that the files needed for compilation are present before accepting the submission and producing a 10 / 20 minute delay on the user's end.

bboe commented 10 years ago

I've incorporated your suggestion into #1 as the two issues are very similar. Thanks.