张泊明518370910136 bomingzh
张泊明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.

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

Please check if the current solution works.

张泊明518370910136 pushed to fix/diff at JOJ/JOJ3-config-generator 2025-05-23 08:46:14 +08:00
c3f2b21732 fix: default limit
张泊明518370910136 commented on pull request JOJ/JOJ3-config-generator#16 2025-05-23 08:10:29 +08:00
fix(diff): bugs on diff stdin and numerics

better check if the *.out file exists in get_testcases

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

We need another pydantic model for auto detected cases. Fields in these cases can be none, which means they are not set and should use with_.default values.

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

Should be applied to other locations in transformers/task.py