Uh oh!
There was an error while loading. Please reload this page.
Fix usage of "clean up" as verb - #507
Conversation
| } | ||
| } | ||
| @available(*, deprecated, renamed: "cleanUpOrphanedBlobs") |
There was a problem hiding this comment.
Could you remove the old function entirely, and update any call sites in containerization with the renamed function name? We're not at the point in this project where we're concerned about breaking the API (we will be getting there soon).
There was a problem hiding this comment.
Okay, I've done that.
jglogan
commented
Feb 4, 2026
@DePasqualeOrg could you rebase your change onto current main and push again? That way you'll have #511 which will help ensure tests pass (not the fault of your changes). |
6c678a9 to
9c39d06CompareDePasqualeOrg
commented
Feb 4, 2026
I've rebased on main. |
jglogan
commented
Feb 4, 2026
@DePasqualeOrg Thanks for the contribution, I'd like to get the registry API changes from @saehejkang in and then we'll bump the tag and then you can update your container PR to pick up the updated API. |
Uh oh!
There was an error while loading. Please reload this page.
"clean up" is a verb, and "cleanup" is a noun. There are several examples of the incorrect usage of "cleanup" as a verb in this repository, including one in the public API (
cleanupOrphanedBlobs). For this public method, I've added a deprecation notice to the name with the incorrect usage.