David Albert

Results 4 comments of David Albert

I also included a `Gemfile` because I like to use `bundle exec pry` to test pry plugins. But I just found about about `rake pry` so feel free to ignore...

I ran into this today while creating a toolchain with the new [rules-based toolchain API](https://github.com/bazelbuild/rules_cc/blob/main/docs/toolchain_api.md). The new API creates action configs from a [`cc_tool_map`](https://github.com/bazelbuild/rules_cc/blob/main/docs/toolchain_api.md#cc_tool_map) of [`cc_tools`](https://github.com/bazelbuild/rules_cc/blob/main/docs/toolchain_api.md#cc_tool), and doesn't pass any...

You’re welcome! Re: the task accepting new connections dying, I thought I was, but I could be wrong. I’ll come up with a simple repro this weekend to check myself.

My curiosity got the better of me and I wrote the test case now. You're right. The task accepting new connections doesn't die. There's just not anywhere for me to...