Bug in judge/diff parser. #15
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JOJ/JOJ3-config-generator#15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem 1:
stdin
field fordiff
parser.This part should be delete when generating
.json
. The location of this is in:The problem is that with this field, input of all test cases will become the input of the last test case.
Problem 2
diff
parser.Details:
in
.toml
:in
.json
:The default value is set for all test cases in
.toml
. e.g.limit.cpu = "3s"
but used neither in default nor in each case.@egghead_yao @manuel we will discuss some essential requirements and adjustments here. Currently:
toml
file while testingfixed and closing
:-( problem 1 is caused by joj3, fixing
Could you check if problem 1 persists in the latest JOJ3 (after runner-images is built)?