We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finalizing a task fails if there exists another task with the same name. Clicking the finalize button seems to do nothing in that case.
In our case we had a task 'notice' in the contest for day 1, and then had another task called 'notice' for day 2. Finalizing then failed for day 2.
The text was updated successfully, but these errors were encountered:
Yeah, sadly this is a known issue 😢
In recent IOIs, for Day 2 we usually delete the old "notice" task from the database, and then re-create the task with the same name.
Another workaround is to use different names, e.g. day1notice and day2notice.
day1notice
day2notice
Sorry, something went wrong.
I hope this is fixed in the current version, or at least in the "refresh" branch.
No branches or pull requests
Finalizing a task fails if there exists another task with the same name. Clicking the finalize button seems to do nothing in that case.
In our case we had a task 'notice' in the contest for day 1, and then had another task called 'notice' for day 2. Finalizing then failed for day 2.
The text was updated successfully, but these errors were encountered: