[swift-evolution] [Review] SE-0179: Swift `run` Command

Gwendal Roué gwendal.roue at gmail.com
Tue May 16 07:32:37 CDT 2017


> Le 16 mai 2017 à 02:09, Daniel Dunbar via swift-evolution <swift-evolution at swift.org> a écrit :
> 
> Hello Swift community,
> 
> The review of SE-0179: Swift `run` Command begins now and runs through May 25th, 2017.
> 
> The proposal is available here:
> 
>   https://github.com/apple/swift-evolution/blob/master/proposals/0179-swift-run-command.md <https://github.com/apple/swift-evolution/blob/master/proposals/0179-swift-run-command.md>
> What is your evaluation of the proposal?
Good +1

It's not quite clear if `swift run --configuration release` runs the release build, but I'll assume it's true.

The considered alternative of symlinking to the latest build folder looks like an opportunity for bugs, as most stateful command-line interfaces: I'm not in favor for it.
> Is the problem being addressed significant enough to warrant a change to Swift?
Yes, since the inner layout of the build folder is about to depend on the platform. 
> Does this proposal fit well with the feel and direction of Swift?
Sure
> If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?
`swift run` has a taste of scripting language :-)
> How much effort did you put into your review? A glance, a quick reading, or an in-depth study?
A read of the proposal.

Gwendal Roué

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20170516/6d82cc53/attachment.html>


More information about the swift-evolution mailing list