Re: [swift-users] Swift Concurrency and Actor model

2017-04-11 Thread Gerard Iglesias via swift-users
efit greatly from co-routines. >> >> There is a Swift Server API's working group https://swift.org/server-apis/ >> <https://swift.org/server-apis/> it's for discussing lower level building >> blocks (network, HTTP, TLS) but is probably the most likely starting

Re: [swift-users] Swift Concurrency and Actor model

2017-04-10 Thread Gerard Iglesias via swift-users
he most likely starting point for such discussions. >> >> HTH. >> >>> On Sun, Apr 2, 2017 at 9:48 PM Gerard Iglesias via swift-users >>> wrote: >>> Hi, >>> >>> I am working at the moment on a job which involves Scala and Akka, the kind

Re: [swift-users] Swift Concurrency and Actor model

2017-04-10 Thread Gerard Iglesias via swift-users
I's working group https://swift.org/server-apis/ > it's for discussing lower level building blocks (network, HTTP, TLS) but is > probably the most likely starting point for such discussions. > > HTH. > >> On Sun, Apr 2, 2017 at 9:48 PM Gerard Iglesias via swift-

[swift-users] Swift Concurrency and Actor model

2017-04-02 Thread Gerard Iglesias via swift-users
Hi, I am working at the moment on a job which involves Scala and Akka, the kind of stuff which involve network, bid data, raw computing (Ai related) and scalability… Well buzz words of our time. I would like to make the like in the swift world… Swift, GCD, Vapor or Perfect… To conduct some ben

[swift-users] CentOS build

2016-12-13 Thread Gerard Iglesias via swift-users
Hello everybody Is there any team working to build regularly Swift under CentOS, or are we have only individuality working on this ? Regards Gerard ___ swift-users mailing list swift-users@swift.org https://lists.swift.org/mailman/listinfo/swift-users

Re: [swift-users] Ubuntu/Centos docker with swift 3

2016-12-12 Thread Gerard Iglesias via swift-users
Gerard > On 12 Dec 2016, at 13:49, Alex Blewitt wrote: > > On 12 Dec 2016, at 11:06, Gerard Iglesias via swift-users > mailto:swift-users@swift.org>> wrote: >> >> Hi everybody, >> >> I would like to know if somebody use Docker with image of Ubuntu or

Re: [swift-users] Ubuntu/Centos docker with swift 3

2016-12-12 Thread Gerard Iglesias via swift-users
Great Thank you a lot. > On 12 Dec 2016, at 13:49, Alex Blewitt wrote: > > On 12 Dec 2016, at 11:06, Gerard Iglesias via swift-users > mailto:swift-users@swift.org>> wrote: >> >> Hi everybody, >> >> I would like to know if somebody use Docker with

[swift-users] Ubuntu/Centos docker with swift 3

2016-12-12 Thread Gerard Iglesias via swift-users
Hi everybody, I would like to know if somebody use Docker with image of Ubuntu or Centos with swift 3 on them to make a working dev environment ? I just start to learn Docker use, which is not hard obviously, but I wonder if we can build a complete development environment with it … Any advice

Re: [swift-users] Swift and Xcode along with Playgrounds is full of bugs

2016-09-14 Thread Gerard Iglesias via swift-users
The Art of Diplomacy… Keep doing the great work, lot of us have to much work in our job and/or not the skills (my case) to help you in this so interesting journey. Thanx Gerard > On 14 Sep 2016, at 05:56, Chris Lattner via swift-users > mailto:swift-users@swift.org>> wrote: > > On Sep 13, 20

Re: [swift-users] UnsafeMutablePointer Swift 3 conversion

2016-09-08 Thread Gerard Iglesias via swift-users
suppose yes unless it would be a nightmare, but murphy’s principle says me … take care ;) Thanks in advance Gerard > On 8 Sep 2016, at 07:21, Andrew Trick wrote: > >> >> On Sep 3, 2016, at 6:03 PM, Gerard Iglesias via swift-users >> mailto:swift-users@swift.org>

Re: [swift-users] strange property observer behavior

2016-09-04 Thread Gerard Iglesias via swift-users
Hi, didSet is called as soon as the property is stored… Excepted when the value is stored in the initialiser code. For me it is completely predictable that your code enter an infinite loop Regards > On 4 Sep 2016, at 17:11, adelzhang via swift-users > wrote: > > Thanks for reply. > > How

Re: [swift-users] UnsafeMutablePointer Swift 3 conversion

2016-09-03 Thread Gerard Iglesias via swift-users
ing automagically in these cases is always > a little bit tricky - the proposed Xcode fixes should always be reviewed by a > human... > > Patrice > >> On Sep 3, 2016, at 1:05 PM, Gerard Iglesias via swift-users >> mailto:swift-users@swift.org>> wrote: >> >

Re: [swift-users] UnsafeMutablePointer Swift 3 conversion

2016-09-03 Thread Gerard Iglesias via swift-users
DE is left in inconsistent state. So I > filed this Apple radar against Developer Tools. > > 28150447 - Swift 3 UnsafeMutablePointer conversion crashes the compiler > and IDE > Should I file a Swift bug too? Would that be helpful? > > Regards, Patrice > >>

Re: [swift-users] UnsafeMutablePointer Swift 3 conversion

2016-09-03 Thread Gerard Iglesias via swift-users
Hello, I think that it is more secure to use stride in place of size, sometimes it is not the same value. I use it in my own use of raw bindings Regards Gérard > Le 3 sept. 2016 à 10:03, Patrice Kouame via swift-users > a écrit : > > Hi Jacob - > > I think you’re right. “capacity” shou

[swift-users] Swift 3 preview 1 in xcode 8 and copyBytes

2016-06-21 Thread Gerard Iglesias via swift-users
Hello, I am porting a code from swift 1.2 to 3.0 and fails to transform getBytes to copyBytes ? Is the new snapshots resolve this ? And the question I have, because it is not the first issues I got : difference between the 3.0 doc and the compiling error, do I miss something when tuning Xcod

Re: [swift-users] file io in Swift 2.2 for Linux (would like to be pointed in the right direction)

2016-05-20 Thread Gerard Iglesias via swift-users
Hello Interesting question From my point of view, I want to parse a huge file without loading it in memory... Maybe something worth the reading https://developer.apple.com/library/ios/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/TechniquesforReadingandWritingCustomFile

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

2016-05-08 Thread Gerard Iglesias via swift-users
Jens, I have to say that I am far from an expert in low level network coding, even if I started using Distributed object in 93 with NeXTStep, and I can build network connection with the basics, listen, bind, accept ... There is an interesting network code in swift with these basics on the IBM s

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