Kattis / problemtools

Tools to manage problem packages using the Kattis problem package format.
MIT License
105 stars 72 forks source link

Support a repository-local languages.yaml #178

Open RagnarGrootKoerkamp opened 4 years ago

RagnarGrootKoerkamp commented 4 years ago

When collaborating on a problemset, it's much more convenient to add a single languages.yaml to the repository with contest specific configuration, compared to asking every contributer to update their own local languages.yaml (which might also conflict with other contests).

BAPCtools supports a languages.yaml right next to the problem directory. Would be nice if problemtools also supported this.