fix the duplication of default value and support multiple testcases name in diff #12

Closed
opened 2025-03-18 14:18:36 +08:00 by 李衍志523370910113 · 4 comments

TODO

  • the diff parser should support multiple name of cases for each task, for example: case17.in, task17.out, project27.in etc.
  • we should make the toml file shorter, only give parameters when necessary.
  • adding default score field for diff parser.
# TODO - [x] the diff parser should support multiple name of cases for each task, for example: `case17.in`, `task17.out`, `project27.in` etc. - [ ] we should make the toml file shorter, only give parameters when necessary. - [x] adding default score field for diff parser.
李衍志523370910113 added the
enhancement
label 2025-03-18 14:18:55 +08:00
李衍志523370910113 self-assigned this 2025-03-18 14:19:00 +08:00

Which toml file should be shorter?

Which toml file should be shorter?
Author
Member

task.toml, this was to erase the default value in task.tomloriginally, I think partly duplicate with #7

how to ensure toml is minimal, ie no redefinition of default param for each test case

`task.toml`, this was to erase the default value in `task.toml`originally, I think partly duplicate with https://focs.ji.sjtu.edu.cn/git/JOJ/JOJ3-config-generator/issues/7 > how to ensure toml is minimal, ie no redefinition of default param for each test case

Why can we modify the user input?

Why can we modify the user input?

Giving hints might be possible.

Giving hints might be possible.
Sign in to join this conversation.
No Milestone
No project
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JOJ/JOJ3-config-generator#12
No description provided.