Joe Ranweiler

Results 38 issues of Joe Ranweiler

Fixes #784. This is a very narrow fix. A more comprehensive fix could be to create a `hash` subdomule that encapsulates the `std`-conditional choice of `HashSet`/`HashMap` and then require all...

S-breaking-change
S-waiting-on-review

### Summary As of 0.8, it is no longer possible to directly construct a `Dfs` for `DiGraphMap` (presumably any `GraphMap`?) when `H = std::collections::HashSet`. #### Repro The following code compiled...

S-needs-triage

This will always be needed for debugging.

chore

Currently, every `Tracee` carries a `pending` field, which can be modified. It should only be modified for signal-delivery-stops. This can lead to user confusion, as per the man page: ```...

feature

Our test MSRV is higher than our actual MSRV (via dependencies). Add a build-only job to CI that at least tests that our actual MSRV builds.

chore

This will let us get rid of some unsafe code for ARM builds.

chore

We now detach internally on process exit, but we should also support this as an explicit restart request.

feature

See proof-of-concept in #104.

feature