Commit b30eb1a
#2307 Multi-pass: copy feedback dir between passes (but remove nextpass.in)
This commit has been used in NWERC 2024 (d7cc716),
as well as GCPC 2025 and BAPC 2025.
It follows the latest release-candidate specification of multi-pass validation:
https://www.kattis.com/problem-package-format/spec/2025-09.html#multi-pass-validation
(the mirror at https://icpc.io/problem-package-format/spec/2025-09.html
should be deployed "soon™").
Copying the feedback directory to the next pass is an implementation of
"All other files inside the feedback directory are guaranteed to persist between passes."
Additionally, "Note that the `nextpass.in` will be removed before the next pass."
See also Kattis/problem-package-format#446 (comment)1 parent 30abfc9 commit b30eb1a
2 files changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1451 | 1451 | | |
1452 | 1452 | | |
1453 | 1453 | | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
1454 | 1464 | | |
1455 | 1465 | | |
1456 | 1466 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
238 | | - | |
| 237 | + | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
0 commit comments