Re: [swift-dev] Swift compiler plugins

2016-05-13 Thread Ted kremenek via swift-dev
Hi Jorge, I think being able to facilitate tooling that integrates more closely with the Swift compiler would possibly be a great addition to the project, if it can be done well. The main concerns I have are stability of the plugin interface and security. For stability of the plugin interfac

[swift-dev] Requiring gold linker for Linux targets?

2016-05-13 Thread Saleem Abdulrasool via swift-dev
Hi, On ARM targets, gold is already required due to a certain bugs in the handling of relocations for those targets. For other targets, there was a bug exposed in the BFD linker (which is believed to have been fixed in a newer release). Recently, another change seems to have exposed yet another

[swift-dev] please assign GitHub milestones for pull requests for swift-3.0-preview-1

2016-05-13 Thread Ted Kremenek via swift-dev
Hi everyone, For pull requests to swift-3.9-preview-1, when you create them please also put them on the “Swift 3.0 Preview 1” milestone. If they are on the swift repository, please assign them to me, and for other repositories to the corresponding release manager. Thanks! Ted_

Re: [swift-dev] What do to when stdlib guidelines conflict with proposal?

2016-05-13 Thread Andrew Trick via swift-dev
> On May 12, 2016, at 9:57 PM, Chris Lattner via swift-dev > wrote: > > >> On May 12, 2016, at 9:16 PM, Russ Bishop > > wrote: >> >> >>> On May 12, 2016, at 8:33 AM, Joe Groff >> > wrote: >>> >>> We might want to wait till we review Andy's U

Re: [swift-dev] [RFC] UnsafeBytePointer API for In-Memory Layout

2016-05-13 Thread Andrew Trick via swift-dev
> On May 12, 2016, at 4:03 PM, John McCall via swift-dev > wrote: > >> On May 12, 2016, at 3:21 PM, Joe Groff wrote: >>> On May 12, 2016, at 11:21 AM, John McCall wrote: >>> On May 12, 2016, at 10:45 AM, Jordan Rose via swift-dev wrote: > On May 12, 2016, at 10:44, Joe Groff

Re: [swift-dev] [Swift CI] Build Still Failing: 0. OSS - Swift Incremental RA - OS X (swift-3.0-preview-1) #9

2016-05-13 Thread Adrian Prantl via swift-dev
Looks like the remaining failure is somewhere in swift/lib/ClangImporter/ClangImporter.cpp and unrelated to my changes. -- adrian ___ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev

[swift-dev] SR-1406: Xcode crashing while indexing

2016-05-13 Thread Timothy Wood via swift-dev
.gz --symbols-package=/Users/bungi/Source/Swift/swift/swift-LOCAL-2016-05-13-a-osx-symbols.tar.gz --darwin-toolchain-bundle-identifier=local.swift.20160513 '--darwin-toolchain-display-name=Local Swift Development Snapshot 2016-05-13' '--darwin-toolchain-display-name-short=Local Sw

Re: [swift-dev] Cross-compiling (nearly) everything for RPi from OSX

2016-05-13 Thread Karl via swift-dev
So, while working on this I’ve found some cases where build-script-impl is a bit sloppy about naming: we use the term “deployment target” quite a lot, both when talking about hosts for the swift compiler and standard library targets. This leads to weird parts of the script - like in testing, whe

Re: [swift-dev] [RFC] UnsafeBytePointer API for In-Memory Layout

2016-05-13 Thread John McCall via swift-dev
> On May 12, 2016, at 7:47 PM, Jordan Rose via swift-dev > wrote: >> On May 12, 2016, at 18:56, Andrew Trick > > wrote: >> >>> - What was the thought behind putting UnsafeBytePointer in PointerTypeKind? >>> OpaquePointer isn’t there, and I’m concerned about places that