CodeChef: 'unknown language rust' despite minimal_init enabling only rust #368
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#368
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?
Problem
Launching with
nvim --clean -u t/minimal_init.lua(which sets CodeChefenabled_languages = {'rust'}anddefault_language = 'rust'), opening a.rsfile and running:CPproduces:The reported available languages (
cpp,python) do not match the configuredenabled_languages, suggesting the platform config is not being read correctly or is being overridden somewhere.Steps to reproduce
nvim --clean -u t/minimal_init.lua.rsfile associated with a CodeChef problem:CPExpected
Submit proceeds using
rustas the language.Actual
Unknown language 'rust'. Available: [cpp, python]