- 518370910136
- https://boyanzh.site
-
FOCS maintainer for almost everything.
- Joined on
2021-05-21
Block a user
fix(diff): bugs on diff stdin and numerics
What if the with_.default.cpu_limit is not the same as DEFAULT_CPU_LIMIT? Why do we need to set these fields to none?
fix(diff): bugs on diff stdin and numerics
Should be removed. It should be fixed from JOJ3 side. Also in InputFile = Union[LocalFile, MemoryFile, PreparedFile, Symlink, None]
Bug in judge/diff parser.
Could you check if problem 1 persists in the latest JOJ3 (after runner-images is built)?
Bug in judge/diff parser.
fix(diff): bugs on diff stdin and numerics
good idea, maybe we can also have DEFAULT_CLOCK_LIMIT_MULTIPLIER
fix(diff): bugs on diff stdin and numerics
why not
class ParserDiff(BaseModel):
output: Outputs = Outputs()
default_score: int = DEFAULT_CASE_SCORE
fix(diff): bugs in auto detect cases
feat(diff): auto detect testcases