Re: [swift-users] Swift 4.0 LLDBFrontend Crash

2017-10-12 Thread Michael Gottesman via swift-users
I just added a section to ./docs/DebuggingTheCompiler.rst on how to get enable logging from LLDB. Can you enable the logging there and add file an SR? Michael > On Oct 7, 2017, at 11:27 AM, Edward Connell wrote: > > Hi Michael, > No I am not evaluating an expression or

[swift-users] file input

2017-10-12 Thread Madhava Paliyam via swift-users
Hi, I created a new file on swift playgrounds with data in it, the file type was an empty file. How should I access the file through my playground? Thanks. Madhava ___ swift-users mailing list swift-users@swift.org

Re: [swift-users] Package Manager: Link to a static library.

2017-10-12 Thread Fred Appelman via swift-users
If it is just the library that cannot be found you may try to pass the directory where the library can be found to xcode. E.g.: swift build -Xlinker "-L/usr/local/lib" Regards, --  Fred  From: Evtim Papushev via swift-users Reply: Evtim Papushev

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

2017-10-12 Thread Guillaume Lessard via swift-users
It’s not a bug-fix and it is an API change, so it seems it would have to go through evolution. Guillaume Lessard ___ swift-users mailing list swift-users@swift.org https://lists.swift.org/mailman/listinfo/swift-users