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

Save solution's stderr to a file under rime-out #104

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 22, 2024

  1. Fix handling output file in DOMjudge reactive problem

    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 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    eeaecb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19b0131 View commit details
    Browse the repository at this point in the history