kattis: no contest concept — architecture mismatch #298
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/cp.nvim#298
Loading…
Add table
Add a link
Reference in a new issue
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?
Kattis problems are identified by a slug alone with no enclosing contest. The current `platform + contest_id + problem_id` model doesn't fit: there is no meaningful `contest_id`, and 'contest' and 'problem' collapse into one thing.
`:CP kattis <problem_slug>` needs a code path that bypasses the contest layer entirely. This affects:
This is a prerequisite for #296 (login + submit for Kattis).
Resolved by the slug-as-contest-id workaround. Both the single-problem path and the contest path are now covered by offline tests in #342.