Holger Freyther
Holger Freyther
Makes sense. One additional use-case might be release qualification/roll-out qualification. This might be a bit far fetched but in a canary judge I would like to know if the canary...
> The rollout of bzlmod changed the plans a bit. In 2023, I thought it was feasible to inject package_info targets into BUILD files generated by the individual repository rules....
> @atavakoliyext Either looks good, although I would prefer this if it works: this has worked for me. > Having a test in `generate_repo_config_test.go` that catches such Windows-specific issues would...
Maybe I am doing things wrongly. /usr/local/etc/vm.conf has host_vmdir="/usr/local/vmrc/vm/" $ ls /usr/local/vmrc/vm/companybuild0/ companybuild0.conf $ service vm onestart companybuild0 companybuild0 not found. Exiting. the message comes from. vm_start() { ... 1)...
Example config used for testing this: ``` [INPUT] Name random [FILTER] Name type_converter Match * uint_key rand_value rand_value string [FILTER] Name modify Match * Add message Foo123 [OUTPUT] Name kafka...
Fixed an unrelated issue found by valgrind (and added a dedicated commit). The reachable bits belong to global state created by curl (and then two dependencies down...) ``` ==4403== ==4403==...
Great, and I just finished getting a simple reproducer out of chrome. Request made through https and "public_url/update_url" returns a http:// url. Thanks for fixing it. ``` curl 'https://halfnarp.events.ccc.de/-/talkpreferences' -H...
> Thanks, this generally makes sense. > > Given the subtle effects passing/filtering this flag can have, I would really like to see an end-to-end test that e.g. runs `file`...
cherry-pick-to: 18 cherry-pick-to: 20 cherry-pick-to: 21
> @zecke Can you open a "bug" issue for this and add the appropriate "Resolves:" trailer to the commit message and the PR description? Done. Mind having a look?