Dmitry Sabanin

Results 8 comments of Dmitry Sabanin

You need to import the particular wrapper you're interested in, like `import LateInit` instead of `import Burritos`. I bet that confuses everyone.

I hate it, but here's a fix that worked for me: ```swift import Fakery func fixFakery() { guard let xcodeProductsPath = ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] else { fatalError("Can't fix Fakery Locales path because...

Also see the same issue, it was very frustrating.

I agree, but I'm not sure what the policy on API changes is. The Branch.isHead is behaving according to the published API, which has it as returning number.

@mfelsche did you find out what was causing it by any chance?

Here's also output of verbose + debug mode enabled: https://gist.github.com/dsabanin/ae2c048db0cd13d6bb9a

Yep, I also found the same reason. I'm still digging through the code to fix that, but my C is rusty and I don't have much experience with UNIX programming,...

Unfortunately I couldn't figure out the proper way to fix it, because of my lacking knowledge of C/C++, but I can confirm that the workaround of redirecting stderr to stdout...