Commit Graph

11 Commits

Author SHA1 Message Date
6375a37069 fix(diff): bugs in auto detect cases ()
- fix original logic issue of cases generation (originally there is duplication on cases, e.g. `case5`, `task1/case5`)
- fix the issue that without any specification there is no cases input and output in `diff` stage

Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: 
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-22 01:34:01 +08:00
01759efb7b
fix: set default env PATH 2025-05-20 08:07:29 -04:00
305663538d
feat: higher mem limit for clang 2025-03-21 19:10:32 -04:00
81e08b4a8c
feat: longer time limit for teapot upload 2025-03-21 17:50:05 -04:00
2c78d75e07
feat: longer time limit for health check 2025-03-21 17:26:58 -04:00
dc8ae85cc8
feat: use default cmd in diff parser 2025-03-18 03:27:58 -04:00
80ba2f1451
feat: remove task.type from task.toml 2025-03-15 05:10:42 -04:00
18df2ef1c0
feat: support convert ()
- basic generation of json files
  - supported parsers:
    - healthcheck
    - result-detail
    - result-status
    - file
    - log
    - dummy
    - keyword (keyword, clangtidy, cppcheck, cpplint)
    - diff
- `convert` functions is mature, tested in engr151-24fa last two homeworks and engr151-24fa p3
- teapot and healthcheck should be up to date

Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn>
Reviewed-on: 
Reviewed-by: Boming Zhang <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-03-05 03:23:52 -05:00
f5b7563869
feat: union type cmd files 2025-02-28 08:13:08 -05:00
67d2fcc4e4
feat: dump with exclude_none 2025-02-25 04:15:05 -05:00
782ee0af72
refactor: organize convert test code files 2024-10-21 06:58:22 -04:00