[swift-dev] Starter bug: SR-946 Unify mutexes in the Swift runtime.

2016-03-14 Thread Greg Parker via swift-dev
Starter bug: SR-946 Unify mutexes in the Swift runtime. https://bugs.swift.org/browse/SR-946 "The Swift runtime uses two different mutexes internally. Neither one is good. We should write a new swift::mutex or adopt some LLVM mutex that solves these problems. ..." -- Greg Parker gpar...@a

Re: [swift-dev] SR-122 / CollectionsMoveIndices.swift Prototype

2016-03-14 Thread Shawn Erickson via swift-dev
On Thu, Mar 10, 2016 at 10:49 PM Dmitri Gribenko wrote: > Hi everyone, > > I just wanted to announce that we have sufficient change on the > swift-3-indexing-model branch so that we can build the core standard > library and StdlibUnittest. We achieved this by putting the protocol > new structure

Re: [swift-dev] Support only ninja built from source

2016-03-14 Thread Wojciech Czekalski via swift-dev
My statement of the problem was unfortunate. Anyway, the script I used was not what I should’ve used to solve a problem I had. The preset in the script is probably the right thing. Sorry for raising this. If a similar issue appears in the future and is a real issue I will submit a PR to a scrip

Re: [swift-dev] Build Error: Relocation R_X86_64_PC32

2016-03-14 Thread Ryan Lovelett via swift-dev
On Mon, Mar 14, 2016, at 06:44 PM, Greg Parker wrote: > > > On Mar 14, 2016, at 3:38 PM, Ryan Lovelett via swift-dev > > wrote: > > > >> On Tue, Mar 1, 2016, at 12:16 AM, Dmitri Gribenko wrote: > >> > >> IIRC there is no issue in the bug tracker, please feel free to file one! > >> > >> Also,

Re: [swift-dev] Build Error: Relocation R_X86_64_PC32

2016-03-14 Thread Ryan Lovelett via swift-dev
On Mon, Mar 14, 2016, at 06:42 PM, Dmitri Gribenko wrote: > On Mon, Mar 14, 2016 at 3:38 PM, Ryan Lovelett > wrote: > > On Tue, Mar 1, 2016, at 12:16 AM, Dmitri Gribenko wrote: > >> IIRC there is no issue in the bug tracker, please feel free to file one! > >> > >> Also, if you are familiar with bi

Re: [swift-dev] Build Error: Relocation R_X86_64_PC32

2016-03-14 Thread Greg Parker via swift-dev
> On Mar 14, 2016, at 3:38 PM, Ryan Lovelett via swift-dev > wrote: > >> On Tue, Mar 1, 2016, at 12:16 AM, Dmitri Gribenko wrote: >> >> IIRC there is no issue in the bug tracker, please feel free to file one! >> >> Also, if you are familiar with binutils internals, it might be helpful >> to b

Re: [swift-dev] Build Error: Relocation R_X86_64_PC32

2016-03-14 Thread Dmitri Gribenko via swift-dev
On Mon, Mar 14, 2016 at 3:38 PM, Ryan Lovelett wrote: > On Tue, Mar 1, 2016, at 12:16 AM, Dmitri Gribenko wrote: >> IIRC there is no issue in the bug tracker, please feel free to file one! >> >> Also, if you are familiar with binutils internals, it might be helpful >> to bisect the linker. > > I'm

Re: [swift-dev] Build Error: Relocation R_X86_64_PC32

2016-03-14 Thread Ryan Lovelett via swift-dev
On Tue, Mar 1, 2016, at 12:16 AM, Dmitri Gribenko wrote: > IIRC there is no issue in the bug tracker, please feel free to file one! > > Also, if you are familiar with binutils internals, it might be helpful > to bisect the linker. I'm finally getting around to bisecting binutils. I'm making some