Skip to content

Commit 6f15dff

Browse files
committed
[schemas] Bump version number of generators.yaml to 2025-02
Changes since 2024-12: - Add data/valid_output (#427) - Use singular names for (in)valid input/answer/output directories (#429)
1 parent 6c0c131 commit 6f15dff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

skel/problem/generators/generators.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#solution: /submissions/accepted/submission.py
22
#visualizer: /visualizers/asy.sh
3-
version: 2024-11 # use this version of the generators framework
3+
version: 2025-02 # use this version of the generators framework
44

55
{%testdata_yaml_comment%}testdata.yaml:
66
# One or more of:

support/schemas/generators.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import "strings"
7070
valid_output?: #testgroup
7171
})
7272
#testgroup_config
73-
version: =~"^[0-9]{4}-[0-9]{2}$" | *"2024-12"
73+
version: =~"^[0-9]{4}-[0-9]{2}$" | *"2025-02"
7474

7575
... // Do allow unknown_key at top level for tooling
7676
}

support/schemas/generators_yaml_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
}
278278
},
279279
"additionalProperties": true,
280-
"description": "Generate test data for this problem. Version 2024-11.",
280+
"description": "Generate test data for this problem. Version 2025-02.",
281281
"properties": {
282282
"solution": {
283283
"$ref": "#/$defs/solution"

0 commit comments

Comments
 (0)