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 anything. This all work
> On 12 Oct 2017, at 17:08, Madhava Paliyam via swift-users
> wrote:
>
> 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?
Questions regarding Playgrounds should really be directed to the
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
https://lists.swift.org/mailman/lis
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
Date: 11 October 2017 at 12:00:24
To: swift-use
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
Guillaume Lessard via swift-users schrieb am Mi.
11. Okt. 2017 um 23:49:
> A lot of the MutableCollection implementation is in protocol extensions
> (swapAt, for example.)
>
> Should an additional version be written just for the Unsafe*BufferPointer
> types?
Makes sense to me, given the example