Shahms King
Shahms King
Attempting to set up the integration fails with: ``` Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request resp = await request_handler(request) File "/usr/local/lib/python3.9/site-packages/aiohttp/web_app.py", line 504, in _handle...
**Describe the bug** After setting up symbolization and installing a failure signal handler, a failing `assert()` with glibc does not produce a useful stack trace, consisting entirely of: ``` cxx_extractor:...
Some Gems result in an empty glob inside the generated BUILD files, which causes Bazel to fail. Generated globs which may be empty should probably pass `allow_empty = True` to...
When running the bzl_library Gazelle plugin over https://github.com/kythe/kythe/blob/master/tools/build_rules/verifier_test/BUILD it ends up modifying that file to just delete the `srcs` attribute from the respective `bzl_library` targets and it's not obvious to...
### What happened? `aspect_rules_js` fails when building with compatibility options `--incompatible_config_setting_private_default_visibility --incompatible_enforce_config_setting_visibility`: ``` ERROR: /.../kythe/typescript/BUILD:98:13: in jasmine_test rule //kythe/typescript:utf8_test: alias '@aspect_rules_js//js/private:enable_runfiles' referring to target '@aspect_rules_js//js:enable_runfiles' is not visible from target...
As part of working around an upstream project which is not "empty glob" clean, I run: ``` buildozer 'new_load @io_kythe//tool:build_rules/support.bzl glob=allow_empty_glob' ... ``` This use to work and add the...