Re: [swift-users] Need some help understanding test behavior.

2017-12-14 Thread Andrew Trick via swift-users
This sounds like a question for the swift-dev list, directed toward whomever has been working on linux/powerpc support... > On Dec 14, 2017, at 3:25 AM, Atul Sowani via swift-users > wrote: > > Hi, > > I am trying to understand behavior of Swift test case Sanitizers/tsan.swift. > When I run

Re: [swift-users] Compiler fLag to activate SE-0143 (conditional conformance)?

2017-12-14 Thread Dave Abrahams via swift-users
> On Dec 14, 2017, at 1:08 PM, Slava Pestov via swift-users > wrote: > > > >> On Dec 14, 2017, at 10:56 AM, torquato via swift-users >> wrote: >> >> >> SE-0143 has been accepted, but is not activated by default in the last >> builds. As per Snapshot 2017-12-06 I get the Error message: "

[swift-users] Discourse rollout re-schedule

2017-12-14 Thread Nicole Jacque via swift-users
Hi All- First of all, a big thank you to everyone who has provided feedback on our prototype Discourse forum. Based on the fact that we’re still receiving feedback, we’d like to move to a slightly less aggressive schedule for our rollout, in order to make sure that we’ve adequately addressed i

Re: [swift-users] UINavigationController subclass leaks member variable memory

2017-12-14 Thread Lincoln Wu via swift-users
Thanks a lot, Jordan. > 在 2017年12月15日,上午2:08,Jordan Rose 写道: > > > >> On Dec 13, 2017, at 23:05, 吴君恺 via swift-users > > wrote: >> >> Hello community, >> >> I just encountered a pretty weird behavior when I subclass >> `UINavigationController` without ov

Re: [swift-users] Compiler fLag to activate SE-0143 (conditional conformance)?

2017-12-14 Thread Slava Pestov via swift-users
> On Dec 14, 2017, at 10:56 AM, torquato via swift-users > wrote: > > > SE-0143 has been accepted, but is not activated by default in the last > builds. As per Snapshot 2017-12-06 I get the Error message: "Conditional > conformance of 'Array' to 'Foo' depends on an experimental feature > (

[swift-users] Compiler fLag to activate SE-0143 (conditional conformance)?

2017-12-14 Thread torquato via swift-users
SE-0143 has been accepted, but is not activated by default in the last builds. As per Snapshot 2017-12-06 I get the Error message: "Conditional conformance of 'Array' to 'Foo' depends on an experimental feature (SE-0143)". Somewhere on the dev list archives I've read about a compiler flag that

Re: [swift-users] UINavigationController subclass leaks member variable memory

2017-12-14 Thread Jordan Rose via swift-users
> On Dec 13, 2017, at 23:05, 吴君恺 via swift-users wrote: > > Hello community, > > I just encountered a pretty weird behavior when I subclass > `UINavigationController` without overriding any initializers. > > Simple Code: > > import UIKit > > class MyViewController: UINavigationCont

[swift-users] Need some help understanding test behavior.

2017-12-14 Thread Atul Sowani via swift-users
Hi, I am trying to understand behavior of Swift test case Sanitizers/tsan.swift. When I run Swift test suite, this test case generates corresponding test script as follows: set -o pipefail;{ /root/swift-source/buildbot_incremental/swift-linux-powerpc64le/bin/swiftc -target powerpc64le-unknown-lin

[swift-users] protocol definition question

2017-12-14 Thread torquato via swift-users
Hello everyone! My first mail on the list. That means I can't reply directly to the mail I found in the archive. In addition to what Kevin already suggested here https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20171211/006743.html there is another more generic solution to circumven