I've filed
https://bugs.swift.org/browse/SR-2960
https://bugs.swift.org/browse/SR-2961
(I have no idea of I've done that right)
Sent from my iPhone
> On Oct 14, 2016, at 1:01 PM, Tony Parker wrote:
>
>
>> On Oct 14, 2016, at 9:54 AM, Alexis wrote:
>>
>> Oh hey, great! Then perhaps the big
> On Oct 14, 2016, at 9:54 AM, Alexis wrote:
>
> Oh hey, great! Then perhaps the bigger issue is that this program should be
> better highlighted in the developer docs, and possibly even called out in the
> build-script docs?
>
> I agree that it needs a bit of TLC, though. Having to specify t
Oh hey, great! Then perhaps the bigger issue is that this program should be
better highlighted in the developer docs, and possibly even called out in the
build-script docs?
I agree that it needs a bit of TLC, though. Having to specify the build-dir is
a bit disappointing. Any reason it can’t su
Hi Alexis,
In fact there is already a script which is closer to what you want, in
swift/utils/run-test. It could probably use some additional love and attention
to be a bit more usable (for example, printing out the help if you invoke it
with no arguments), but I use it all the time.
- Tony