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

2016-12-12 Thread Alex Blewitt via swift-users
Sent from my iPhone 📱 > On 12 Dec 2016, at 22:32, Gerard Iglesias wrote: > > Hello, > > Something important to note, i have created an image from scratch installing > emacs in place of vim. > > But to get swift working we have to run the image with privilege access like > this > > docke

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

2016-12-12 Thread Gerard Iglesias via swift-users
Hello, Something important to note, i have created an image from scratch installing emacs in place of vim. But to get swift working we have to run the image with privilege access like this docker run -ti --privileged=true theImageName Unless we get an error when running the REPL Regards Ge

Re: [swift-users] unsafe memory model questions

2016-12-12 Thread Andrew Trick via swift-users
> On Dec 11, 2016, at 2:51 PM, Ray Fix via swift-users > wrote: > > Hello, > > So bindMemory is part of the memory model and memory can only bind to one > type at a time to avoid aliasing. But what does binding actually do? Is it > somehow communicating with the optimizer? Binding memory to

Re: [swift-users] unsafe memory model questions

2016-12-12 Thread Jordan Rose via swift-users
Hi, Ray. Most of the pointer model is covered in the original proposal for the UnsafeRawPointer type, SE-0107 . That's a good place to find answers to pointer- and memory-related questions in general. The

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 image of Ubuntu or Centos >> with swift 3 o

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

2016-12-12 Thread Alex Blewitt via swift-users
On 12 Dec 2016, at 11:06, Gerard Iglesias via swift-users wrote: > > 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

[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