Non-source files are passed to compilers #1015
Labels
bug
Something isn't working
high priority
Bugs that are high priority (to fix)
NEXT Contest
Consider fixing for next contet
Primary CCS
Required for PC2 to act as primary CCS
Describe the issue:
If a contestant makes a submission with a main file and extra files, a Compile Error (CE) may incorrectly result. This was observed during the Greater NY Regional 2024
To Reproduce:
Make a submission with a main file of
prog.py
and add additional.txt
files as well.A CE will result, even if
prog.py
is a valid Python programExpected behavior:
PC2 should not issue a compile error if the main file compiles correctly and non-source files are passed in the submission.
Actual behavior:
PC2 passes ALL files it receives to the compiler, including non-sources files. According to the ICPC Programming Environment notes (circa 2024), it says:
Environment:
All.
Log Info:
Screenshots:
Additional context:
The text was updated successfully, but these errors were encountered: