Re: [swift-dev] tips for debugging the swift executable

2015-12-17 Thread Kate Stone via swift-dev
Better yet, since LLDB is where we have comprehensive support for debugging Swift binaries you'll have a common debugger experience across your C/C++/Swift code. Kate Stone k8st...@apple.com  Xcode Low Level Tools > On Dec 17, 2015, at 3:09 PM, Joe Groff via swift-dev > wrote: > > >> On De

Re: [swift-dev] C Macros and Variadic functions

2016-01-05 Thread Kate Stone via swift-dev
> On Jan 5, 2016, at 12:32 PM, Ryan Lovelett via swift-dev > wrote: > > Just to be clear though the intent of my question was not to quibble > with compiler error messages. My real question is how are we meant to do > systems programming with Swift on Linux if we cannot call ioctl? In the absen

Re: [swift-dev] C Macros and Variadic functions

2016-01-06 Thread Kate Stone via swift-dev
> On Jan 6, 2016, at 11:18 AM, Joe Groff via swift-dev > wrote: > > >> On Jan 5, 2016, at 1:57 PM, Kate Stone via swift-dev > <mailto:swift-dev@swift.org>> wrote: >> >>> On Jan 5, 2016, at 12:32 PM, Ryan Lovelett via swift-dev >>> m

Re: [swift-dev] RFC: "Near-miss" checking for defaulted protocol requirements

2016-04-25 Thread Kate Stone via swift-dev
> On Apr 25, 2016, at 10:09 AM, John McCall via swift-dev > wrote: > >> On Apr 25, 2016, at 9:57 AM, Douglas Gregor > > wrote: >>> On Apr 22, 2016, at 6:08 PM, John McCall >> > wrote: >>> On Apr 22, 2016, at 3:33 PM, Douglas Gregor via s

Re: [swift-dev] ASan runtime does not come first

2016-04-25 Thread Kate Stone via swift-dev
Indeed the install location proves to be the root issue. When LLDB is installed in /usr/bin/lldb we also wind up with content under /usr/lib/lldb that are presumed to be plugins – even though they aren't. When an ASAN enabled library is loaded to initialize the plugin it notices LLDB isn't ru

Re: [swift-dev] Open-source toolchains for Playgrounds (iOS, Xcode 8)

2016-06-14 Thread Kate Stone via swift-dev
> On Jun 13, 2016, at 5:41 PM, Karl via swift-dev wrote: > > Wow, Xcode 8 looks like a really great release. Very impressed by the memory > debugger, but it seems to have lots of really nice improvements all-around. It's always exciting to be able to share what everyone has been working on. >

Re: [swift-dev] [swift-lldb-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 15.10 (master) #1930

2016-08-19 Thread Kate Stone via swift-dev
Where is this failure being reported? I’m not seeing anything on swift-3.0-branch or master on ci.swift.org . Kate Stone k8st...@apple.com  Xcode Low Level Tools > On Aug 19, 2016, at 12:15 AM, mishal_shah via swift-lldb-dev > wrote: > > + sw

Re: [swift-dev] [swift-lldb-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 15.10 (master) #1930

2016-08-19 Thread Kate Stone via swift-dev
I don’t disagree. There’s no clear signal to be had from a flaky test, so we’ve already made strides with some of the worst offenders. The existing timeout strategy We’re actively working on strategies to make the test suite more robust (moving pexcept tests to a different strategy, for one,