I have a pending pull request that needs a little more work around
NSPredicates, but in my testing on darwin foundation, I’ve discovered what
appears to be an obj-c nullability annotation bug. When constructing a block
predicate, the type of the block is this:
(AnyObject, [String: AnyObject]?)
> This might actually just be a bug in our annotations of what is nullable and
> what is not. I would have to double check but it seems pretty reasonable that
> it should have been nullable to begin with.
>
>> On Dec 14, 2015, at 10:06 AM, Kevin Lundberg via swift-corelibs-dev
>
I’m trying to port some mac/iOS swift code over to also compile and run on
linux. However one of the files I’m working with references PropertyListDecoder
in order to decode some propertylist data we have in our library, and it’s
failing to compile since PropertyListDecoder doesn’t appear to be
wift
> - so we should be able to reuse that code. It might not be a straight
> copy and paste, but the bulk of the work is ready and done...
>
> PRs welcome!
>
> Thanks,
> Ian
>
> On 16 November 2017 at 20:54, Kevin Lundberg via swift-corelibs-dev
> wrote:
>> I’m