Files
Sebastiaan van Stijn dba53578c2 pkg/reference: deprecate SplitObject
The behavior of this function is quite counter-intuitive, as it preserves
the delimiter in the result, and its use for external consumers would be
very limited.

Spec.Digest no longer uses this function, and it appears that BuildKit is
currently the only (publicly visible) external consumer of it.

This patch deprecates the function.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit fec33aa735)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-06-28 21:14:40 +02:00
..