BatchAndOutput submissions should not require the source code to compile to grade the output fileas
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 412
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 3
Description
When one submits a non-compiling solution to a BatchAndOutput problem, the output files within the same submissions are ignored and the result is just "Compilation Error". It should instead discard the non-compiling source code and still grade the submitted output files.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Trace the BatchAndOutput submission grading path and reproduce the case with non-compiling source code plus submitted output files. Confirm that the source is ignored while the output files are still graded; done when the submission reports the output result instead of only a compilation error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100