David McNeil
David McNeil
See comment [here](https://github.com/davidMcneil/rants/pull/3#issuecomment-550281327)
This requires [async drop](https://boats.gitlab.io/blog/post/poll-drop/)
Resolves #279 Unfortunately, we cannot use a raw identifier for all keywords see the comment [here](https://github.com/immunant/c2rust/blob/99e56b7e659d43f7b0a1dcae2c3d7144aa5a20e3/c2rust-transpile/src/convert_type.rs#L135). Signed-off-by: David McNeil
It would be nice to have make targets that run `test/shellcheck.sh`, `support/ci/rustfmt.sh`, and one to test several things that are tested in the CI build. This would be useful to...
Tests with the following configuration should be setup: * Run a specified version of habitat * Start 15 services consisting of: * A simple `run` hook * A simple `healthcheck`...
Currently, this functionality is hidden behind a feature flag `HAB_FEAT_TRIGGER_ELECTION`. This feature should be flushed out and stabilized. A command along the lines of `hab svc election ` could be...
Async hooks continue running even after stopping a service because they are executed in a new thread. A fix would involve creating a new [`cancelable_future`](https://github.com/habitat-sh/habitat/blob/4c4ae04137c632563abcb247c60db9600bad0597/components/sup/src/sup_futures.rs#L26) that tracks the PID and...
This [PR](https://github.com/habitat-sh/habitat/pull/6668) deprecates the `reload` hook. All `reload` logic should be moved to the `reconfigure` hook.