Re: [swift-dev] State of Swift on Linux/ARM

2016-10-10 Thread William Dillon via swift-dev
It is better in general, yes. However, there are details that make having a separate repo desirable. Think of it more as a place for arm-specific patches to get merged in very quickly and easily while the official swift PR system is running. Because arm (32-bit specifically) is such an odd du

Re: [swift-dev] State of Swift on Linux/ARM

2016-10-10 Thread Jordan Rose via swift-dev
We're generally fine with taking patches to support other platforms in upstream. We don't currently have a way to add externally-managed buildbots to our CI system, though, so it's hard to know when things break. There's also a policy decision here: if someone breaks the Swift-on-MIPS port, does

Re: [swift-dev] State of Swift on Linux/ARM

2016-10-10 Thread Kostiantyn Koval via swift-dev
Hi Will Thanks for your great work on arm support. Wouldn't it be better if ARM support was added directly to the Apple swift repo. I'm not sure if it's currently possible and what technical challenges we would need to solve to achieve it, i just wold like to know if it has been discussed with

Re: [swift-dev] State of Swift on Linux/ARM

2016-10-10 Thread william via swift-dev
Hi Ron, As the unofficial maintainer of Swift on Arm, I can say with confidence that there is no official anything about Swift on Linux/ARM. :) That said, Swift works and builds fantastically well on the TK1 (which I use as my primary development platform). Also, yes, all official Swift platfo

[swift-dev] State of Swift on Linux/ARM

2016-10-10 Thread Ron Olson via swift-dev
Hi all- Is there any "official" place to check what the state of Swift on Linux/ARM is? Specifically, what HW platforms/distro combinations have working binaries? I've seen blogs about getting it compiled and working on Raspberry PIs, but they seem to have caveats as well as general surprise