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

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

Open
tossy310 opened this issue Sep 15, 2024 · 0 comments · May be fixed by #103
Open

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

tossy310 opened this issue Sep 15, 2024 · 0 comments · May be fixed by #103
Assignees

Comments

@tossy310
Copy link
Member

それがないと rime pack で

ERROR: g_substring/tests: [Errno 2] No such file or directory: '.../rime-out/tests/0_sample_001.diff'

のようなエラーが出てしまう。

@tossy310 tossy310 self-assigned this Sep 15, 2024
tossy310 added a commit to tossy310/rime that referenced this issue Sep 22, 2024
Previously, DOMJudgeReactiveRunner ignored 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
would succeed.

Fixes icpc-jag#102.
tossy310 added a commit to tossy310/rime that referenced this issue Sep 22, 2024
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
would succeed.

Fixes icpc-jag#102.
tossy310 added a commit to tossy310/rime that referenced this issue Sep 22, 2024
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.
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 a pull request may close this issue.

1 participant