Re: [swift-dev] Build failure for Linux: "No such module: SwiftGlibc"

2016-05-04 Thread Karl Wagner via swift-dev
> On 3 May 2016, at 20:12, Jordan Rose wrote: > > >> On May 3, 2016, at 10:40, Karl Wagner via swift-dev > > wrote: >> >> >>> On 2 May 2016, at 18:42, Joseph Bell >> > wrote: >>> >>> Karl, >>> >>> A number of us are on Slack working with

Re: [swift-dev] build error: INSTALL cannot find readline.so

2016-05-04 Thread rintaro ishizaki via swift-dev
And I found that was my fault. X( Posted a PR https://github.com/apple/swift/pull/2393 2016-05-04 11:46 GMT+09:00 rintaro ishizaki : > I'm not sure I can fix this. > But I'm looking into it. > > rintaro > > 2016-05-04 6:06 GMT+09:00 Joseph Bell via swift-dev : > >> I understand a native ARM comp

Re: [swift-dev] build error: INSTALL cannot find readline.so

2016-05-04 Thread Ryan Lovelett via swift-dev
Big help! Thank you Rintaro. ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

Re: [swift-dev] Swift CI - Planned Maintenance Outage on May 4th 2016

2016-05-04 Thread Mishal Shah via swift-dev
Maintenance completed. Thanks, Mishal Shah > On May 3, 2016, at 11:50 PM, Mishal Shah wrote: > > Planned Maintenance Outage on Swift CI (ci.swift.org ) > > When will the downtime occur? > May 4th 2016 - 7am to 10am PST > > What does this mean? > Jenkins master will stop

Re: [swift-dev] Using locally built toolchain in Xcode

2016-05-04 Thread Jordan Rose via swift-dev
You don't actually need to sign the toolchain; it just needs an Info.plist. Dmitri, Mishal, is there any reason the build-toolchain script doesn't provide one? Jordan > On May 3, 2016, at 23:43, Rob Allen via swift-dev wrote: > > Hi, > > I've used swift/utils/build-toolchain to create a too

Re: [swift-dev] Using locally built toolchain in Xcode

2016-05-04 Thread Daniel Dunbar via swift-dev
The other thing needed is to put it somewhere Xcode will find it, either in the system Library or the user local Library Toolchains directory. I personally do this by having a symlink from: ~/Library/Developer/Toolchains/swift-dev.xctoolchain to a version I build up with Swift (with an Info.pli

Re: [swift-dev] Help with SR-1052: Handling generic return values

2016-05-04 Thread Joe Groff via swift-dev
> On May 3, 2016, at 6:28 PM, Trent Nadeau via swift-dev > wrote: > > Can anyone help me with this? I replied to the patch: https://github.com/tanadeau/swift/commit/c1b3c8ed688b2bf231a8a0653ebbacd838549d5e#commitcomment-17347334 -Joe ___ swift-dev

Re: [swift-dev] Help with SR-1052: Handling generic return values

2016-05-04 Thread Trent Nadeau via swift-dev
Thanks, Joe. I'll give ApplyExpr a try. On Wed, May 4, 2016 at 2:34 PM, Joe Groff wrote: > > > On May 3, 2016, at 6:28 PM, Trent Nadeau via swift-dev < > swift-dev@swift.org> wrote: > > > > Can anyone help me with this? > > I replied to the patch: > https://github.com/tanadeau/swift/commit/c1b3c

Re: [swift-dev] Using locally built toolchain in Xcode

2016-05-04 Thread Rob Allen via swift-dev
Thanks. Looking at my tar.gz file, it does have the Info.plist in there. I've copied a freshly untar'd version into Library/Developer/Toolchains and Xcode has recognised it. No idea what happened the first time - I probably did something wrong… Regards, Rob... > On 4 May 2016, at 18:22,

Re: [swift-dev] build error: INSTALL cannot find readline.so

2016-05-04 Thread Joseph Bell via swift-dev
Confirmed as well, pulled in Rintaro's fix and was able to turn around an incremental ARM compile in 30 minutes. Thanks Rintaro! On Wed, May 4, 2016 at 9:49 AM, Ryan Lovelett wrote: > Big help! Thank you Rintaro. > > -- Joseph Bell http://dev.iachieved.it/iachievedit/ @iachievedit _

[swift-dev] Everyone with commit access can now initiate CI from pull requests

2016-05-04 Thread Ted kremenek via swift-dev
A change got rollout out to the continuous integration (CI) system last night that enables everyone with commit access (Apple and non-Apple contributors) to initiate CI from pull requests. This has been something we've desired since we rolled out CI-support in Swift pull requests, and I'm thril

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #3836

2016-05-04 Thread David Farler via swift-dev
Hm, I just ran the validation tests for all platforms and they all passed. I'll run again. David > On May 4, 2016, at 4:31 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-osx [#3836] > > Build URL:https://ci.swift.org/job/oss-swift-incremental-RA-osx/3836/ >

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #3836

2016-05-04 Thread David Farler via swift-dev
Looks like this is no longer reproducing with a clean build. David > On May 4, 2016, at 4:54 PM, David Farler via swift-dev > wrote: > > Hm, I just ran the validation tests for all platforms and they all passed. > I'll run again. > > David > >> On May 4, 2016, at 4:31 PM, no-re...@swift.org