assignment level toml config #28
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JOJ/JOJ3-config-generator#28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal: shorten toml config files
Assignments are often composed of several tasks, eg.
h1/ex1 h1/ex2etc.@bomingzh has added a
stage.base_case_diroption which saves the definition of each test case. however the rest of the config still needs to be copy/pasted (eg. compile or cq stages)having an option
include = [ "ex1", "ex2", "ex3" ]would make things way easier/faster/more flexible and less prone to copy/paste mistakes.at least for simple configuration setups this would likely mean
namehard to implement, workaround with
basedirfor test cases