<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 8, 2016, at 5:54 PM, Drew Crawford &lt;<a href="mailto:drew@sealedabstract.com" class="">drew@sealedabstract.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">I don't believe this is the case either. &nbsp;Under this proposal, building and running is coupled at the CLI, but introducing new CLI arguments is not any great hardship.&nbsp;</div><div class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class=""></div><div class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">It may help to clearly identify the coupling you mean, and how this proposal very specifically establishes it. &nbsp;Everybody agrees that "coupling is bad, kids" but not everyone understands how this proposal brings it into being.</div><div class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class=""></div><div class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">I wonder if your objection is simply that the XCTest proposal hit review first, rather than the third-party frameworks proposal. &nbsp;That is only because the XCTest folks are simply better motivated to draft it: there is tons of existing code that can benefit, the test framework actually exists, etc. &nbsp;The third-party frameworks are not as well-motivated.</div></div></blockquote></div><br class=""><div class="">I don’t care that the default and only supported test runner is XCTest for the moment. I can simply write a little wrapper and shell out to some other test runner. I can even get through the fact that tests will be built everytime (they won’t though, because people will simply comment them out in the Package.swift file until they are ready to use them).</div><div class=""><br class=""></div><div class="">What I care about is the coupling of the test phase with the build phase. I cannot work around that.&nbsp;</div><div class=""><br class=""></div><div class="">When I run “swift build -t” or “swift tests” or whatever the CLI will be, I <i class="">need</i>&nbsp;to be able to do that without re-triggering builds.&nbsp;A no-op build is not sufficient. If you don’t agree with, then I really have no other examples to provide that can convince anyone of that fact.</div><div class=""><br class=""></div><div class="">At some later date, maybe we’ll get “swift build --run-tests” or “swift tests --no-build” that simply runs the tests <b class="">without</b>&nbsp;attempting to do a build.&nbsp;Ok, maybe we will. If it’s a week later, ok. If it’s a month later, ok. If it’s going to be a year away, that becomes a real issue. However, there is no compelling reason to couple this from the start, especially if there is no architectural considerations to worry about.</div><div class=""><br class=""></div><div class="">-David</div></body></html>