[swift-users] swift lldb crash on ubuntu

2016-07-29 Thread Matt Whiteside via swift-users
I’m trying to track down a crashing LLDB process on Ubuntu. I’m using the CLion IDE’s swift plugin, and LLDB is crashing when I hit the first breakpoint. Does anyone know where the Swift LLDB core dump would get written on Ubuntu Linux? Thanks for any help on this, -Matt _

Re: [swift-users] Extending Arrays of specific type, and specialization

2016-11-25 Thread Matt Whiteside via swift-users
> On Nov 22, 2016, at 03:04, Tino Heth via swift-users > wrote: > > Hi Rick, > > as evolution is somewhat paused, swift-users seems to gain more traction ;-) > > Imho the most natural would be > extension Array { > … > } > > I hope to see this addition included when the topic is discussed ag

[swift-users] experimental conditional conformances flag

2017-12-05 Thread Matt Whiteside via swift-users
Hello Swift Users, [This is a resend with smaller attachment] Has anyone had luck passing the new '-enable-experimental-conditional-conformances' flag to Xcode? It works when I run swift from the command line, with the Dec. 5th snapshot toolchain, but not Xcode. I have tried whats in the scr

Re: [swift-users] experimental conditional conformances flag

2017-12-05 Thread Matt Whiteside via swift-users
17, 6:32 +03:00 от Matt Whiteside via swift-users >> : >> >> Hello Swift Users, >> >> [This is a resend with smaller attachment] Has anyone had luck passing the >> new '-enable-experimental-conditional-conformances' flag to Xcode? It works >&

Re: [swift-users] experimental conditional conformances flag

2017-12-06 Thread Matt Whiteside via swift-users
17 at 7:48 AM, Jens Persson via swift-users > mailto:swift-users@swift.org>> wrote: > It works for me with Xcode 9.1 and 9.2 using latest dev snapshot (from > 2017-11-28 and 2017-12-03), I added > -enable-experimental-conditional-conformances in Other Swift Flags as you &

Re: [swift-users] experimental conditional conformances flag

2017-12-06 Thread Matt Whiteside via swift-users
ed from the toolchains menu, it doesn't take affect >> until after restarting Xcode. I'm always restarting Xcode after installing >> and selecting a new toolchain. Someone please correct me if you can prove >> that this isn't necessary. >> >> /

[swift-users] Xcode crash with swift March 24th toolchain

2016-03-28 Thread Matt Whiteside via swift-users
Here is the Xcode project to reproduce the crash: https://github.com/mattwhiteside/Combinatorics Attached is the stack trace. -Matt Process: Xcode [48325] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier:com.apple.dt.Xcode Version:

Re: [swift-users] Xcode crash with swift March 24th toolchain

2016-03-28 Thread Matt Whiteside via swift-users
bugreport.apple.com <http://bugreport.apple.com/>. > > Thank you, > Jordan > >> On Mar 26, 2016, at 12:30, Matt Whiteside via swift-users >> mailto:swift-users@swift.org>> wrote: >> >> Here is the Xcode project to reproduce the crash: >> >>