moogman
moogman
antlr4 python is unusable again because there's an outage with https://status.maven.org/ This should be a soft failure with antlr4, warning instead of erroring out. --help and --version should work even...
Duplicate of https://github.com/antlr/antlr4-tools/issues/18 as this is a bug of antlr4-tools rather than antlr4 itself
Cross referencing to https://github.com/antlr/antlr4-tools/issues/18#issuecomment-2393700562 There's a fix that's not made it to a pip release yet, that errors cleanly when there's a timeout and automatically uses any current JRE as...
antlr4 python is unusable again because there's an outage with https://status.maven.org/ (and would still be the case if [central.sonatype.com/](https://central.sonatype.com/) went down). This should be a soft failure with antlr4, warning...
I started to fix this, then realised TimeoutError is already added and committed[1] but not released. So currently, users via pip will see: ``` ... ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/ssl.py", line 1104,...