sbp opened a new issue, #692: URL: https://github.com/apache/tooling-trusted-releases/issues/692
The `create_and_manage` method in `storage/write/revision.py` is currently a context manager. We should change this to accept a continuation instead, which will allow us to be able to return a `Revision | Quarantined` object. This is cleaner than mutating state on a shared object. We don't yet have `Quarantined` objects, but we will do when we build #628 on this. -- 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]
