[swift-dev] How to remove Swift Dev snapshot (OS X)

2016-01-05 Thread Ryan Lovelett via swift-dev
What is the "correct" way to remove a Swift Dev snapshot from OS X? It comes with a nice installer package it install is there an equivalent for removal? ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] SwiftAndroid: Statically linking libicu and/or the stdlib?

2016-01-05 Thread Geordie Jay via swift-dev
Thanks for your reply Dmitri. I ended up getting this working by manually changing the SONAME and other internal references from within and to ICU from the stdlib and APKs are now working on all the non-rooted devices I have available to me. I don't know my way around CMake to make major (or evide

[swift-dev] C Macros and Variadic functions

2016-01-05 Thread Ryan Lovelett via swift-dev
I'm beginning to try to port some of my existing C code over to Swift (you have no idea how excited that makes me). Unfortunately, I've hit a stumbling block. When interacting with some of the system/hardware interfaces in Linux it sometimes (often?) becomes necessary to interact with I/O Control

Re: [swift-dev] C Macros and Variadic functions

2016-01-05 Thread Xi Ge via swift-dev
> On Jan 5, 2016, at 11:54 AM, Ryan Lovelett via swift-dev > wrote: > > I'm beginning to try to port some of my existing C code over to Swift > (you have no idea how excited that makes me). Unfortunately, I've hit a > stumbling block. > > When interacting with some of the system/hardware inter

Re: [swift-dev] How to remove Swift Dev snapshot (OS X)

2016-01-05 Thread Johan Jensen via swift-dev
The Package Installer installs everything into /Library/Developer/Toolchains/ with /Library/Developer/Toolchains/swift-latest.xctoolchain pointing to the most recently installed snapshot. — Johan On Tue, Jan 5, 2016 at 5:40 PM, Ryan Lovelett via swift-dev < swift-dev@swift.org> wrote: > What is

Re: [swift-dev] C Macros and Variadic functions

2016-01-05 Thread Ryan Lovelett via swift-dev
Response inline: On Tue, Jan 5, 2016, at 03:12 PM, Xi Ge wrote: > > > On Jan 5, 2016, at 11:54 AM, Ryan Lovelett via swift-dev > > wrote: > > > > I'm beginning to try to port some of my existing C code over to Swift > > (you have no idea how excited that makes me). Unfortunately, I've hit a >

Re: [swift-dev] C Macros and Variadic functions

2016-01-05 Thread Kate Stone via swift-dev
> On Jan 5, 2016, at 12:32 PM, Ryan Lovelett via swift-dev > wrote: > > Just to be clear though the intent of my question was not to quibble > with compiler error messages. My real question is how are we meant to do > systems programming with Swift on Linux if we cannot call ioctl? In the absen

Re: [swift-dev] SIL: "unowned" the calling convention and "unowned" the variable ownership convention

2016-01-05 Thread Michael Gottesman via swift-dev
> On Jan 4, 2016, at 4:35 PM, Michael Gottesman wrote: > > The name doesn't really matter to me TBH (and as you can tell I am not an > expert at such things like Jordan). > > I just dislike having this Sorry for the cut off sentence. John/Jordan, do you have any naming thoughts? Michael >

[swift-dev] Swift 2.2 release process

2016-01-05 Thread Ted Kremenek via swift-dev
I have posted a blog post to Swift.org that documents the official release process for Swift 2.2: https://swift.org/blog/swift-2-2-release-process/ Please feel free to email this list or me directly questions about the process. In a nutshell: Swift 2.2 is a mostly source-compatible release

Re: [swift-dev] C Macros and Variadic functions

2016-01-05 Thread Ryan Lovelett via swift-dev
First off thanks for the help. No doubt I'm doing something wrong. I wish I could help debug my own problem but I don't really get what @_silgen_name does. That seems like black magic to me. That compiled though now it won't link. I've put the code up as a Gist here[1]. $ swift build Linking Exe

Re: [swift-dev] Warning when "overriding" an extension method that's not in the protocol

2016-01-05 Thread Jesse Rusak via swift-dev
Hi Kevin, Thanks for your thoughts. In general, I think I’m going to put off thinking more about the more general extension-shadowing warning until the related proposal on swift-evolution is decided upon, as decisions made there will undoubtedly impact what will trigger this warning and how to