Commit Graph

13 Commits

Author SHA1 Message Date
5acb2ca201 fix: remove stdin for diff stage
All checks were successful
build / build (push) Successful in 2m1s
2025-05-22 14:08:39 +08:00
2c3944ea3f fix: merge conflict
All checks were successful
build / build (push) Successful in 1m24s
2025-05-21 22:37:50 +08:00
26df677b36 fix(diff): cases not properly detected
Some checks failed
build / build (push) Has been cancelled
2025-05-21 22:36:12 +08:00
8a6c34f3e9 feat(diff): auto detect testcases (#13)
All checks were successful
build / build (push) Successful in 2m1s
- added support for subfolders
- complete the duplication for `*.toml` file, now ta only need to specify the param for the specific one. default values are hardcoded
- all testcases should be named as `casei.in/out`, with no interactions in their name in each of the subfolders, (for hidden cases and non-hidden cases, just change position and run again)

Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: #13
Reviewed-by: 张泊明518370910136 <bomingzh@sjtu.edu.cn>
Co-authored-by: jon-lee <jon-lee@sjtu.edu.cn>
Co-committed-by: jon-lee <jon-lee@sjtu.edu.cn>
2025-05-15 17:47:08 +08:00
391d61d006 style: use const
All checks were successful
build / build (push) Successful in 1m53s
build / build (pull_request) Successful in 1m53s
2025-05-15 17:08:55 +08:00
a8a7fd47a0 feat: support for subfolder change param
All checks were successful
build / build (push) Successful in 1m50s
build / build (pull_request) Successful in 1m37s
2025-05-14 21:27:33 +08:00
e775992e5d
fix: sort default cases
Some checks failed
build / build (push) Failing after 3m22s
2025-03-19 02:13:46 -04:00
45903ae308 fix: master conflict
Some checks failed
build / build (push) Failing after 1m41s
2025-03-19 12:34:28 +08:00
890120c479 fix(diff): use list instead of set to past tests
Some checks failed
build / build (push) Failing after 1m38s
2025-03-18 15:59:26 +08:00
e4246ecf45 feat(diff): add auto detect testcases feature
Some checks failed
build / build (push) Failing after 1m38s
2025-03-18 15:46:01 +08:00
dc8ae85cc8
feat: use default cmd in diff parser
Some checks failed
build / build (push) Failing after 2m1s
2025-03-18 03:27:58 -04:00
75558700b4
refactor: use partial to simplify parsers function maps
All checks were successful
build / build (push) Successful in 2m2s
2025-03-17 19:19:50 -04:00
ce4605a22a
chore: rename files
All checks were successful
build / build (push) Successful in 1m53s
2025-03-15 03:03:28 -04:00