[swift-users] Swift CI - Planned Maintenance Outage on May 4th 2016

2016-05-03 Thread Mishal Shah via swift-users
Planned Maintenance Outage on Swift CI (ci.swift.org) When will the downtime occur? May 4th 2016 - 7am to 10am PST What does this mean? Jenkins master will stops executing new builds, so the new builds don’t failed during maintenance. Once the maintenance has been completed I will send followu

Re: [swift-users] make swift compiler to use the precompiled module files

2016-05-03 Thread Ramakrishna Mallireddy via swift-users
I found the the reason behind the odd behaviour, It's actually normal in my case as my *hsOpts*.*ResourceDir* path keeps on changing on every run during Debug build/run process under Xcode. *hsOpts*.*ResourceDir *path refers to a bundle inside my app. This is the reason why I observe normal as odd

Re: [swift-users] Server side swift application ?

2016-05-03 Thread Jens Alfke via swift-users
> On May 3, 2016, at 12:46 PM, Gerard Iglesias wrote: > > A good reading > > https://github.com/robbiehanson/CocoaAsyncSocket > This is highly Mac/iOS-specific code, so it doesn’t make sense for applications targeted at servers. Also, I’ve

Re: [swift-users] Server side swift application ?

2016-05-03 Thread Gerard Iglesias via swift-users
A good reading https://github.com/robbiehanson/CocoaAsyncSocket Usable In Swift, even if the umbrella module did not work for me, I had to compile it in my own workspace to use it in swift code Regards Gérard > Le 3 mai 2016 à 21:17, Tyler Cloutier via swift-users > a écrit : > > >>> O

Re: [swift-users] Illegal Instruction: 4 OS X libdispatch

2016-05-03 Thread Tyler Cloutier via swift-users
> On May 3, 2016, at 10:11 AM, Quinn The Eskimo! via swift-users > wrote: > > > On 3 May 2016, at 18:02, Tyler Fleming Cloutier wrote: > >> My motivation for doing something like that is that I would prefer not to >> make the listen function mutating inside my struct. > > I recommend that

Re: [swift-users] Server side swift application ?

2016-05-03 Thread Tyler Cloutier via swift-users
> On May 3, 2016, at 12:14 PM, Jens Alfke wrote: > > >> On May 1, 2016, at 11:48 AM, Tyler Fleming Cloutier via swift-users >> mailto:swift-users@swift.org>> wrote: >> >> libuv and libdispatch overlap on functionality quite a bit, but libdispatch >> has the benefit of using a block API inste

[swift-users] New Swift snapshots available!

2016-05-03 Thread Mishal Shah via swift-users
New Swift snapshots available! Download new packages from https://swift.org/download/ Swift Development: (master) Following repository are tagged with swift-DEVELOPMENT-SNAPSHOT-2016-05-03-a https://github.com/apple/swift

Re: [swift-users] Server side swift application ?

2016-05-03 Thread Jens Alfke via swift-users
> On May 1, 2016, at 11:48 AM, Tyler Fleming Cloutier via swift-users > wrote: > > libuv and libdispatch overlap on functionality quite a bit, but libdispatch > has the benefit of using a block API instead of a function pointer API, which > makes memory management easier in Swift. I think li

Re: [swift-users] Illegal Instruction: 4 OS X libdispatch

2016-05-03 Thread Quinn "The Eskimo!" via swift-users
On 3 May 2016, at 18:02, Tyler Fleming Cloutier wrote: > My motivation for doing something like that is that I would prefer not to > make the listen function mutating inside my struct. I recommend that you be explicit about your source references. If this struct owns the source, have it main

Re: [swift-users] Illegal Instruction: 4 OS X libdispatch

2016-05-03 Thread Tyler Fleming Cloutier via swift-users
Thanks for the reply, Quinn! Yep, you’re spot on. The dispatchSource is immediately dealloc’d at the end of the function. The resume I had in there, but I forgot to move it back and uncomment it. So here’s another interesting question, if I add _ = dispatchSource to my closure, I can have t

[swift-users] How to know the speed of my two packages of code which show the same result

2016-05-03 Thread Corodo Stud via swift-users
Hi I have problems to test the speed of my codes that have the same result. What kind of tools - software - package - library in swift that I can test it. Regards Seng Keat ___ swift-users mailing list swift-users@swift.org https://lists.swift.org/mailm