K. Lundberg
K. Lundberg
Thank you for the kind words! I very much appreciate it, and I'm glad it's been a useful tool for you!
Hi! I believe you’re using it as intended. Unfortunately grift is very much unfinished. I’ve not been able to prioritize it too much recently, only just getting back into it...
Ah cool :). So far I've taken the code structure info from sourcekit and searched through that for any type information I could find. It kind of works but there's...
Hmm, I tried docs instead of structure and for this code: ```swift struct Thing { func foo() -> Double { return 0.0 } } ``` I got this output (which...
@andtie it's set to "from 0.9.0" so that it can use that or any newer version. does SPM complain about using this update with newer versions of tca and xctest-dynamic-overlay?
Ah my mistake, i didn't understand that `from: ...` was equivalent to `upToNextMajor`. I've updated the version to include a range that should also allow for 1.x versions @andtie
you need to check the state property on the manager before calling methods on it; if it's not `.poweredOn` then you need to wait for state changes using the state...