Hey folks, could we: - in the context of PEX entry...
# development
c
Hey folks, could we: • in the context of PEX entrypoint resolution • if an entrypoint is provided • the target of that entrypoint is ambiguous • and we cannot resolve that ambiguity raise an error (or follow the unowned_dependency_behaviour)? context https://pantsbuild.slack.com/archives/C046T6T9U/p1704305637398089 , where a newly created ambiguity and the default of just returning the empty list cause an empty PEX to be produced.
I tried an implementation. Doesn't look like it causes a problem, although we'll see against everything: https://github.com/pantsbuild/pants/pull/20390
👍 1