judge-server
judge-server copied to clipboard
Use globs for `problem_storage_root`
Declare problem storage roots using globs, replacing all 3 previous implementations.
For judge v2, this should be called problem_storage_globs
, for compatibility.
For judge v3, this should replace the current implementation of problem_storage_root
.