Hi, still making progress on the release. I was ab...
# development
w
Hi, still making progress on the release. I was able to remove most of the deprecations - https://github.com/pantsbuild/pants/pull/16768 However I am not sure about
InteractiveProcessRequest
https://github.com/pantsbuild/pants/blob/91d35dc323d3fd2e88d982d4abb9bfbc739305ab/src/python/pants/engine/process.py#L363-L381 Is this class supposed to be gone as well? If so, what should I do about the references around here for example? https://github.com/pantsbuild/pants/blob/1cdca117c7c6df7c7b5adb6012d64efbbb40e887/src/python/pants/backend/docker/goals/publish.py#L88 I tried using
InteractiveProcess.from(docker.push_image(tag, env)))
, but got rule errors.