[Review, 3rd] SF-0007: Subprocess

Swift doesn't have fully qualified name lookup and disambiguation with modules is questionable. If we introduce the struct Subprocess later, we are shooting ourselves in the foot.

While I personally don't have a strong opinion on either, using current disambiguation techniques cannot be a tangible solution to an "official" API.

What would be really cool is if in the future we could typealias (funcalias?) the run for those who really don't want that Subprocess.

typealias run = Subprocess.run
1 Like