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

2017-03-15 Thread Greg Parker via swift-dev
This was https://github.com/apple/swift/pull/8099 . I reverted it. The rest of you are off the hook. > On Mar 14, 2017, at 11:31 PM, Greg Parker via swift-dev > wrote: > > I don't know what broke here, so I'm going to revert all of these changes in > about an hour unless somebody knows what

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

2017-03-15 Thread Roman Levenstein via swift-dev
Should be fixed here: https://github.com/apple/swift/pull/8113 It runs a full CI test now. Hopefully this time, it will be a clean merge ;-) Sorry for the inconvenience it introduced. -Roman > On Mar 15, 2017, at 1:11 AM, Greg Parker via swift-dev

Re: [swift-dev] CI outage tomorrow

2017-03-15 Thread Mishal Shah via swift-dev
Hi, Maintenance completed, please let me know if you notice any issues. Thanks, Mishal Shah > On Mar 14, 2017, at 3:10 PM, Nicole Jacque via swift-dev > wrote: > > Hi All- > > The Swift.org continuous integration infrastructure will be going down for > maintenance tomorrow, starting at 10

[swift-dev] Filename, Line and Column for SourceLoc

2017-03-15 Thread rintaro ishizaki via swift-dev
Hi all, I would like to propose to reorganize methods for retrieving filename, line and column from SourceLoc. *Motiavion* When we want to retrieve filename, line and column from SourceLoc, we have several ways to do that. Filename: SourceManager::getBufferIdentifierForLoc SourceManager::ge