Skip to content
New issue

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

Fix handling output file in DOMjudge reactive problem #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tossy310
Copy link
Member

Before this change, DOMJudgeReactiveRunner ignores the output file because reactive problems don't usually have output, and interactor don't use it.

However, when packing zip to upload, diff file is mandatory, so even though it just creates an empty file, DOMJudgeReactiveRunner should make sure diff file is created so that later pack and upload won't fail due to missing diff file.

Fixes #102.

(cc: @riantkb, @climpet )

Before this change, DOMJudgeReactiveRunner ignores output file because
reactive problems don't usually have output, and interactor don't
use it.

However, when packing zip to upload, diff file is mandatory, so
even though it just creates an empty file, DOMJudgeReactiveRunner
should make sure diff file is created so that later pack and upload
won't fail due to missing diff file.

Fixes icpc-jag#102.
tossy310 added a commit to tossy310/domjudge-rime-example that referenced this pull request Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

domjudge_reactive_runner にカラのdiffファイルを自動で生成させる
2 participants