Keith Smiley

Results 347 issues of Keith Smiley

As of https://github.com/bazelbuild/bazel/issues/12932, using `selects.config_setting_group` produces unexpected results because of how it uses an underlying alias to surface the settings. For example if you have: ```bzl load("@bazel_skylib//lib:selects.bzl", "selects") config_setting( name...

With this dependency graph: ![transition](https://github.com/bazelbuild/rules_swift/assets/283886/5a547b4b-462e-4c8d-a469-885ded97c54e) Where `opt_wrapper` applies a transition to `lib2` (a `swift_library`) the result is there are 2 different `@build bazel rules swift local config//:toolchain` targets with different...

swiftdoc files are produced when building things with -enable-library-evolution. If downstream IDE integrations want to grab them they should be propagated correctly so that that's possible.

Probably not the right place for this, but not sure what other repo would be more appropriate. If you use github actions to create releases and do automatic version bumps,...

P2

This mirrors the bzlmod behavior

Doing bazel test //... is the same as doing a build first and then test. In some cases it might be better to do directly for increased parallelism.

This adds support for bzlmod, which is bazel's new dependency resolution system. Theoretically we could now remove the previous dependency management configuration which required flattening all the dependencies, but I...

This way downstream consumers can enable this flag as well

issue:blocked

It seems like this issue is back again in Mojave https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/issues/43 I can try to debug further, but with http://github.com/keith/contacts-cli I'm unable to access contacts from inside tmux.