Smitaambiger commented on issue #279: URL: https://github.com/apache/tooling-trusted-releases/issues/279#issuecomment-3743403329
@sbp ,Thank you for the clarification. I’ve completed the mailing list introduction steps and reviewed the contribution requirements. I’ve also reviewed the relevant code paths in atr/util.py and atr/tabulate.py and understand what this issue is addressing. My proposed changes are: - Catch failures from util.thread_messages and replace the current low-level errors with a clear user-facing message indicating that resolving tabulated data failed. - Allow the user to continue manually when message retrieval from lists.apache.org fails. - Ensure all related web requests use a reasonable timeout. I’m currently unable to run ATR locally due to temporary environment constraints on my system (Docker/WSL setup on Windows). Since this is a failure-path improvement, I can still implement the above changes with proper exception handling and simulated failure cases. Please let me know whether you’d prefer: - a draft PR with these code-level changes, or - waiting until I can complete a full local setup. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
