[swift-build-dev] [swift-evolution] [Pitch] Swift run Command

Tony Allevato tony.allevato at gmail.com
Mon May 15 14:14:25 CDT 2017


+1; this would be a big improvement for a number of my smaller projects.

Building-before-running should absolutely be the implemented behavior. Off
the top of my head, two build systems I'm familiar with—Buck and Bazel—both
do a build as part of their "run" command. Likewise, having a "run" command
that doesn't build makes it effectively useless—having to build explicitly
first makes the "run" command not much better than just running the
executable in the .build folder directly.


On Mon, May 15, 2017 at 11:56 AM David Sweeris via swift-evolution <
swift-evolution at swift.org> wrote:

>
> > On May 15, 2017, at 11:49 AM, Daniel Dunbar via swift-build-dev <
> swift-build-dev at swift.org> wrote:
> >
> > Huge +1 from me, and for having it build by default. Building should be
> efficient & transparent to the user IMHO.
>
> Agreed.
>
> - Dave Sweeris
> _______________________________________________
> swift-evolution mailing list
> swift-evolution at swift.org
> https://lists.swift.org/mailman/listinfo/swift-evolution
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-build-dev/attachments/20170515/244d51da/attachment.html>


More information about the swift-build-dev mailing list