Matty Cross

Results 178 comments of Matty Cross

Okay, it's been long enough, we'll test this in production then. 😄

Hey, Cuckoo depends on XCTest, so I don't believe this is possible. Not sure though, as I've never tried it.

Hey, @flopshot. The derivable constraint syntax is not compatible with concrete types, so you can't simply write `M1.MatchedType: Int`, it complains that `Int` is neither a protocol nor a class....

2.0 has been released and this hopefully fixed? If not, please reopen. 🙂

Hey, @normanzb, I haven't tested Cuckoo with Swift 5.8.1, but it seems like this issue might be a pretty big deal. I wonder why the `any` is necessary all of...

Welp, seems like it's not that big of a deal based on the lack of reactions. If you're still encountering this issue and have a proposal on how to fix...

I've added `any` to all protocols in 2.0.3, so it shouldn't cause warnings at all going forward.

It seems like the support for escaping keywords wasn't extended to property names. I assume that it was merely forgotten. I'll fix this for the upcoming 2.0 release. Thanks for...

Hey, seems like there's a bug in parsing the type, but to be frank, you should define a struct to use instead of a tuple with so many parameters. It...

Hey, this functionality probably isn't supported in Cuckoo. It might be easier to add it to the SwiftSyntax version I've been cooking up, but I haven't gotten around to finishing...