Kattis / problemtools

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

Handle plastex version diffs by try-catch instead of checking __version__ #222

Closed simonlindholm closed 1 year ago

simonlindholm commented 1 year ago

Fixes #219. Plastex has gone 2 months now without a new release, and this is actively hurting people using problemtools. Urging plastex to make a new release won't help fully either, because some people will still be stuck on the old plastex version, and it's not immediately clear that you need to python3 -m pip install --upgrade plastex.

jsannemo commented 1 year ago

Yes please!!!!!