Keith Smiley

Results 292 issues of Keith Smiley

This issue is just a place to link upstream bugs in Swift that might affect the output of this tool. Here are the ones I currently know about: - https://github.com/apple/swift/issues/64594...

Right now only your own imports are correctly handled. System imports bring a new set of issues. Here are a few I hit while working on this: - You have...

When clang generates dotd files when using `-fmodule-map-file` any `extern module` directives in the modulemap are included in the dotd file if they exist. The result of this was that...

team-Rules-CPP
awaiting-review

### Description of the feature request: I often use --sandbox_debug to grab some paths from the output and inspect the execroot that an action failed with. I've noticed that with...

type: feature request
untriaged
team-Local-Exec

### Module location https://github.com/microsoft/onnxruntime ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? I don't see any native build files out there....

module wanted

Fixes https://github.com/bazelbuild/bazel/issues/14418

team-Rules-Server
awaiting-PR-merge

Based on this https://github.com/android/ndk/wiki#release-schedule NDK 26 should be released sometime in Q3. I did some light testing and it seems like some files moved around that leads to everything failing...

Currently if you attempt to use these rules with NDK 21, you get cryptic failures because of broken assumptions. This is expected to fail in general but it would be...

enhancement