Jerry Marino
Jerry Marino
Hey @hendych - well congrats on the migration to Bazel, I hope to hear more about your success story in the near future 🚀 So XCBuildKit started as an interface...
You've got it! This was original in the context of swift, but I'd imagine that it can pickup the `.dia` from clang, perhaps w/o having to mess around with `-parseable-output`
That is, there's a code path for clang we might be able to leverage that's significantly easier.
I'm wondering if we can just write out `BUILD_DIAGNOSTIC_EMITTED`. It looks like that message is implemented
Thanks for the quick reply @jasperblues. My primary need is using Xcode projects with tools that need to invoke a compiler i.e. static analyzers, code completion plugins. I think porting...
This requires a deeper investigation and manual testing to reproduce The current workaround for this issue is: - validate that the correct `.lldbinit` files are inside of `~/`: `~/.lldbinit` and...
Hey @BalestraPatrick - sorry to hear for the breakage. It looks like there is a bug in our swift package manager based build. Simply put, we rely on non code...
Hey @SterlingWaves - thanks for the report. If you're looking to setup an iOS test which "depends on the application" ( e.g. the test bundle is loaded into the application...
This was prototyped out in #190
@rahul-malik anything else we need to land this? I think once the CI passes this should be good 🤞 From my understanding, the only change we need outside of deprecations...