You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixesicpc-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.
Fixesicpc-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.
Fixesicpc-jag#102.
それがないと rime pack で
のようなエラーが出てしまう。
The text was updated successfully, but these errors were encountered: