+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@swift.org> wrote: > > > On May 15, 2017, at 11:49 AM, Daniel Dunbar via swift-build-dev < > swift-build-...@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@swift.org > https://lists.swift.org/mailman/listinfo/swift-evolution >
_______________________________________________ swift-evolution mailing list swift-evolution@swift.org https://lists.swift.org/mailman/listinfo/swift-evolution