Details
-
Type: Bug
-
Status: New
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: Current Version
-
Fix Version/s: None
-
Component/s: OIOIOI
-
Labels:None
Description
Server gets assertion error when trying to retrieve compiler for the submission -- which doesn't exist, because contest controller overrides general compiler names.
Create contest controller with specified languages -- e.g. add
def get_allowed_language(self):
return ['C']
to oioioi/oi/controller.py
Create a public task (you can use Sumżyce) with py solution.
Add to contest. Try adding to round (the site crashes just after clicking save) from basic problem form view. Voila.
Create contest controller with specified languages -- e.g. add
def get_allowed_language(self):
return ['C']
to oioioi/oi/controller.py
Create a public task (you can use Sumżyce) with py solution.
Add to contest. Try adding to round (the site crashes just after clicking save) from basic problem form view. Voila.
Activity
- All
- Comments
- History
- Activity
- Transitions
- Commits