Matty Cross
Matty Cross
Oh, that's cool! Thanks. I'll take a look at it.
I just checked the code. The issue is that Cuckoo tokenizes by file, not by component. Therefore the file is tokenized (and the tokenizer complains to `stderr` about the unknown...
We may not have support for this at the moment. If you're feeling adventurous, feel free to add the feature yourself. I feel like this should not be too difficult...
Hey, @brandtdaniels. As is this moment, Cuckoo doesn't yet contain the methods to make testing closures a breeze. I've been planning to add the functionality for some time (#277), but...
Hey, @thomasMinshull. As far as I know, xcfilelist is only for Xcode to know which files to monitor. Using that as an input would severely limit mock generating (globs and...
Hey, @AnthonyMillerSF, I understand where you're coming from. However, method accessibility is a tricky subject because we might fix this use case and break N others. I'm not against implementing...
Hey, @mwoollard. Unless @AnthonyMillerSF's proposal doesn't work for all use-cases, I'd rather avoid polluting the generator arguments. I reckon that generating an `init` with no parameters (and the same accessibility...
`InOrder` should have a pretty straightforward implementation that uses the already present verify function. It's a good first issue to solve to get involved with Cuckoo and get to know...
Thanks for the bug report, it seems like the variable type needs to be stripped of the parameter names in this case. Does it work with just `(CBUUID) -> ()`?
I see, thanks for trying it out, must be a different way then.