Tim Kientzle

Results 6 issues of Tim Kientzle

This inserts a suitably named function into the stack trace whenever a dynamic cast failure involves a NULL source or target type. Very often, crash logs include backtraces with function...

Add markers to this FileCheck-based test to make failures easier to understand.

Casting a struct to NSObjectProtocol should always fail. This was partly fixed last year, but there was still a hole that would successfully cast an `Optional` to NSObjectProtocol because the...

The RemoteMirror library used by LLDB to inspect Swift values no longer requires these MPE descriptors. As the next step in fully removing the related code, this removes the LLDB...

Make sure that Actor reflection continues to work. (This was reported as broken a little while ago, but seems to work now; I presume that means something fixed it at...

`yielding borrow` and `yielding mutate` are the final approved names for the accessors previously known as `read` and `modify` (which are themselves improvements over the earlier non-standard `_read` and `_modify`...