Thi Doan

Results 142 comments of Thi Doan

By "incremental builds", do you mean that it doesn't happen in a full build? It shouldn't compile 3 times, unless you build your target for more than one platform (for...

Interesting find - thanks for the report. This is probably related to [this bug](https://github.com/bazelbuild/bazel/issues/12171) in Bazel. I'll try to find a way to work around it. We build the `ios_application`...

@omarzl Can you try again with the latest version of `swift_static_framework` rule?

It's an error from the Swift compiler, right? As the error says, bridging headers aren't allowed in frameworks, only in applications. What you want is an umbrella header instead. Would...

I think `cc_library` (and `objc_library`)'s behavior was a regression since Bazel 3.0, since it adds all external dependencies' workspace paths into `includes` even though not all of them are required....

Why I think it was a regression is because the change degrades the build times (but that was a very long time ago and I don't remember the details now)....

@MIP9 Can you sign the CLA?

Can you rebase off master? Looks like buildifier is reporting outdated warnings from an old revision. Other CI issues are probably related to the current GitHub's incident.

If you use bazelisk you can set `last_green` as a version and try that.