Re: [swift-users] Why does the withUnsafeMutableBufferPointer closure take an inout parameter?

2017-10-13 Thread Andrew Trick via swift-users
> On Oct 12, 2017, at 3:52 AM, Geordie Jay via swift-users > wrote: > > > Guillaume Lessard via swift-users > schrieb am Mi. 11. Okt. 2017 um 23:49: > A lot of the MutableCollection implementation is in protocol

Re: [swift-users] Swift 4.0 LLDBFrontend Crash

2017-10-13 Thread Edward Connell via swift-users
I was able to boil down a repro that has nothing to do with my project, woo hoo! Put a break at the print statement and run. When it hits the break point LLDBFrontend crashes. The do/catch seems to be necessary to trigger the crash Swift 4.0 release Ubuntu 16.04 Ed

Re: [swift-users] Swift 4.0 LLDBFrontend Crash

2017-10-13 Thread Edward Connell via swift-users
Hi Michael, Thanks, I created and attached a log for you with "types" and "expressions" enabled I set a breakpoint right before calling the function that triggers the crash, enabled logging, then continued. I was trying to reduce the amount of log output to sift through. This was run with the