Problem: users cannot choose which C++ standard (e.g. C++17 vs C++20 vs C++23) to submit with — the plugin hardcodes a single platform ID per language with no discoverability or override mechanism. Solution: add `LANGUAGE_VERSIONS` and `DEFAULT_VERSIONS` tables in `constants.lua` as the single source of truth. `config.lua` gains `version` and `submit_id` fields on `CpLanguage`/`CpPlatformOverrides`, validated at setup time. `submit.lua` resolves the effective config to a platform ID (priority: `submit_id` > `version` > default). Helpdocs document the new `*cp-submit-language*` section with per-platform available versions and the `submit_id` escape hatch. Tests cover `LANGUAGE_IDS` completeness and `get_language_id` lookups. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| conftest.py | ||
| test_scrapers.py | ||