Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) #3350

2017-04-28 Thread Andrew Trick via swift-dev
TestFoundation/TestFoundation: undefined symbol: _T0s10DictionaryV4keyss17LazyMapCollectionVyAByxq_GxGfg -Andy > On Apr 28, 2017, at 9:51 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_10 [#3350] > > Build URL: > https://ci.swift.

[swift-dev] version bump to 4.0 may require clean rebuild

2017-04-28 Thread Ted Kremenek via swift-dev
I bumped the version of the compiler to 4.0. This was a change in a variety of places, including CMakeLists.txt. If you encounter an assertion failure when building Version.cpp likely you need to clean rebuild ‘swift’.___ swift-dev mailing list swift-

Re: [swift-dev] Guarantees of Tuples as Fixed Sized (stack allocated) Arrays

2017-04-28 Thread John McCall via swift-dev
> On Apr 28, 2017, at 7:03 AM, Johannes Weiss via swift-dev > wrote: > Hi swift-users, > > (sorry for the cross post to swift-dev, but wasn't sure where it belongs) > > I tried to find guarantees about the memory layout Swift tuples but couldn't > find anything. The reason I ask is because I'd

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) #3338

2017-04-28 Thread Arnold Schwaighofer via swift-dev
This looks very much like the reoccurring cmake dependency issue where things are not getting rebuild. I started a clean workspace. /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: symbol loo

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

2017-04-28 Thread Arnold Schwaighofer via swift-dev
The commit was already reverted by Akira in the swift-4.0-branch. > On Apr 28, 2017, at 1:30 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-4.0-incremental-RA-osx [#272] > > Build URL:https://ci.swift.org/job/oss-swift-4.0-incremental-RA-osx/272/ >

Re: [swift-dev] swift-format editor integration

2017-04-28 Thread Saleem Abdulrasool via swift-dev
Hi Ted, I think that what I'm proposing adding is quite small. It has a mirror equivalent in the clang repository. As to maintainence, I'm willing to take that on. I already maintain the vim syntax support (I'm pretty confident that I've made the bulk of the changes to it at this point). I'm n

Re: [swift-dev] [swift-users] Guarantees of Tuples as Fixed Sized (stack allocated) Arrays

2017-04-28 Thread Johannes Weiss via swift-dev
Hi Martin, > On 28 Apr 2017, at 12:59, Martin R wrote: > > As far as I know, the only guarantee is made for structures imported from C. > From > https://lists.swift.org/pipermail/swift-users/Week-of-Mon-20160516/001968.html > : > >Swift structs have unspecified layout. If you depend on a

[swift-dev] Guarantees of Tuples as Fixed Sized (stack allocated) Arrays

2017-04-28 Thread Johannes Weiss via swift-dev
Hi swift-users, (sorry for the cross post to swift-dev, but wasn't sure where it belongs) I tried to find guarantees about the memory layout Swift tuples but couldn't find anything. The reason I ask is because I'd like to use them as fixed sized (stack allocated) arrays. I'm pretty sure they're