[swift-dev] Support for per-project code styles in SourceKit

2017-01-17 Thread Daniel Martín via swift-dev
Hi, all: I've been planning the implementation of per-project code style support for Swift. Hopefully, if implemented correctly, this tweet would not be true anymore: https://twitter.com/CodaFi_/status/821142027077238784 As I understand it, right now we have two possible kind of clients for

[swift-dev] Differences between Xcode official toolchains and tagged releases from repository

2016-10-03 Thread Daniel Martín via swift-dev
Hello, all: Is there any difference between the official toolchains included with Xcode and the tagged releases from the repository? Maybe the Xcode team is using some special flags for compilation or applying internal fixes? I ask this question because we're seeing some projects that compile

[swift-dev] Compile an old version of Swift from source

2016-09-08 Thread Daniel Martín via swift-dev
What's the easiest way to compile a 2.2.x version of Swift from source? AFAIK there's no clear way to know which ref you have to checkout from Swift dependency repos, like LLVM or Swift-Clang, because there's not a standard tag naming for release versions across repositories. Thank you,