Re: [swift-dev] Swift port to Windows : Offering help!

2016-04-24 Thread Chris Lattner via swift-dev
On Apr 20, 2016, at 10:59 PM, Joel Van Eenwyk via swift-dev wrote: > Hi all, > > I'm a very new user of Swift and interested in finding ways to contribute to > the project. I can happily work with the Linux port of the project, but I > have a lot of Windows development experience and would pro

Re: [swift-dev] Lazy var and deinit

2016-04-24 Thread Chris Lattner via swift-dev
> On Apr 21, 2016, at 2:29 AM, Alexandr.moq via swift-dev > wrote: > > Should SWIFT initialize a variable in deinit method if it has not been > initialized? > > For example: > ```swift > class A { > lazy var b = B() > deinit { > b.clean() > } > } > var a = A(

[swift-dev] ASan runtime does not come first

2016-04-24 Thread Joseph Bell via swift-dev
Well, I thought the REPL issues had all been put to rest, but now I am seeing this on Ubuntu 14.04 (15.10 I do not see it): ➜ package-swift-3.0 git:(swift-3.0) ✗ ./install/usr/bin/swift ==18928==ASan runtime does not come first in initial library list; you should either link runtime to your appli

Re: [swift-dev] Swift incremental compile profiling

2016-04-24 Thread Samantha John via swift-dev
Hello List (cc/Jordan), At a high level: Brian and I are looking into contributing to incremental compilation in Swift. Right now we're trying to do an incremental compile by invoking swiftc. Our understanding so far: - swiftc takes a list of input files. - If swiftc is invoked with '-incremental

Re: [swift-dev] Swift port to Windows : Offering help!

2016-04-24 Thread SimonKnight via swift-dev
Hi All, I have also just started to figure out how to contribute and found the following: https://github.com/tinysun212/swift-windows https://github.com/tinysun212/swift-windows-bin -Original Message- From: swift-dev-boun...@swift.org [mailto:swift-dev-boun...@swift.org] On Behalf Of Ch

Re: [swift-dev] [SR-710][RFC] Automatically detecting XCTest test methods on Linux: Reflection? SourceKit?

2016-04-24 Thread Brian Gesiak via swift-dev
Thanks to this commit it looks as if IsTestCandidate has been moved out of SourceKit and into libIndex: - isTestCandidate(swift::ValueDecl)

Re: [swift-dev] Swift incremental compile profiling

2016-04-24 Thread Daniel Dunbar via swift-dev
> On Apr 24, 2016, at 3:19 PM, Samantha John via swift-dev > wrote: > > Hello List (cc/Jordan), > > At a high level: Brian and I are looking into contributing to incremental > compilation in Swift. Right now we're trying to do an incremental compile by > invoking swiftc. > > Our understa