bcsgh
bcsgh
**Is your feature request related to a problem? Please describe.** I'm trying to set up self contained unit tests for a `httpserver::http_resource` implementation but there doesn't seem to be any...
... or if it's already documented, please link to that from the [front page](https://github.com/bazelbuild/continuous-integration/blob/master/buildkite/README.md#faq). --- While trying to integrate with libraries that don't already build under Bazel it's rather common...
- I want to test the following project on Bazel CI: https://github.com/bcsgh/fm-index - I confirm that the project has a `.bazelci/presubmit.yml` file.
https://buildkite.com/bazel/bcsgh-stl-to-ps/builds/8#870d8fa1-5b3a-431a-b364-f0f5c1be10af 'build' options: --cxxopt=-std=c++17 later on the C++ version ends up being C++2011: #define a(x) b(x) #define b(x) #x static_assert(__cplusplus > 201103L, a(__cplusplus)); results in: > ./tbd/ast.h:3:1: error: static assertion...
### Current Terraform Version ``` Terraform v0.12.24 ``` ### Use-cases While running a `terraform plan` that will create multiple interconnected resources it is common to get `(known after apply)` as...
Fixes #2470 ## Changes - Add an `#error` when `OPENTELEMETRY_STL_VERSION` is unsupported by the actually C++ version. **NOTE: this doesn't work because compilers do strange things with `__cplusplus`**
The stuff under `examples/third_party` looks like it could be a highly valuable resource, but I'm not actually sure *any* of it works. Which is annoying. # Reproduction: ``` T=rules_foreign_cc git...
https://github.com/google/closure-library/issues/1191 - Set `strip_prefix` for `@io_bazel_rules_closure` to allow build to progress further. - Strip `lenient=1` from rules that don't allow it. - Add `testonly=True` on a rule that requires it.
**Is bazel an officially supported (and I would hope: tested) usage of google/closure-library?** I ask because I'm seeing a lot of low hanging error that suggest some long standing bit-rot...
According to https://github.com/google/closure-library/issues/1185#issuecomment-1472477618 [`goog.ui`](https://github.com/google/closure-library/tree/master/closure/goog/ui) (at least, maybe other parts of `goog`?) "isn't being maintained anymore." If that's true, then please add something to make that easier to find out. (If...