张泊明518370910136 bomingzh
张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#17 2025-05-26 00:38:34 +08:00
fix: log path

reset pdm.lock, currently just pdm install for new env

张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#17 2025-05-25 19:04:29 +08:00
fix: log path

CACHE_ROOT / "joj3" / "joj3.log"

张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#17 2025-05-25 18:39:05 +08:00
fix: log path

why is pdm.lock modified?

张泊明518370910136 pushed to master at JOJ/JOJ3 2025-05-25 14:54:56 +08:00
613eafba1c fix(cmd/joj3): generated stages log level
张泊明518370910136 pushed to master at JOJ/runner-images 2025-05-25 14:50:47 +08:00
3329819dc8 chore: trigger image force build
张泊明518370910136 pushed to master at JOJ/runner-images 2025-05-25 02:01:27 +08:00
bda743cd2b chore: trigger image force build
张泊明518370910136 deleted branch elf from JOJ/JOJ3 2025-05-24 18:02:38 +08:00
张泊明518370910136 closed issue JOJ/JOJ3#21 2025-05-24 17:00:44 +08:00
elm/elf parser
张泊明518370910136 pushed to master at JOJ/JOJ3 2025-05-24 17:00:23 +08:00
f357fd2756 feat: elf parser (#21) (#30)
张泊明518370910136 merged pull request JOJ/JOJ3#30 2025-05-24 17:00:21 +08:00
feat: elf parser (#21)
张泊明518370910136 pushed to elf at JOJ/JOJ3 2025-05-24 16:49:45 +08:00
3dfdf5a257 feat(parser/elf): score & comment
张泊明518370910136 pushed to elf at JOJ/JOJ3 2025-05-24 16:18:26 +08:00
a4232884c5 refactor(parser/elf): modern structure
b57e3f81ca chore: fix module name
0bfedd4625 fix: remove pointer in elf Case
e7df875d24 feat: elf parser
5dec3b1bda fix(cmd/joj3): file fields in generate stages
Compare 404 commits »
张泊明518370910136 closed issue JOJ/JOJ3-config-generator#15 2025-05-24 14:08:54 +08:00
Bug in judge/diff parser.
张泊明518370910136 pushed to master at JOJ/JOJ3-config-generator 2025-05-24 02:45:40 +08:00
b1ea7d9591 fix(diff): bugs on diff stdin and numerics (#16)
张泊明518370910136 merged pull request JOJ/JOJ3-config-generator#16 2025-05-24 02:45:39 +08:00
fix(diff): bugs on diff stdin and numerics
张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#16 2025-05-23 20:43:59 +08:00
fix(diff): bugs on diff stdin and numerics

leave it here now. we have not reused the logic.

张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#16 2025-05-23 20:42:10 +08:00
fix(diff): bugs on diff stdin and numerics

if not testcases_path.with_suffix(".out").exists():

张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#16 2025-05-23 20:30:58 +08:00
fix(diff): bugs on diff stdin and numerics

No. Just do not append it to the return value and log a warning.

张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#16 2025-05-23 17:06:10 +08:00
fix(diff): bugs on diff stdin and numerics

If case*.out will always be used in diff parser, we want to ensure it exists to form a valid case.