Anand Krishnamoorthi

Results 36 issues of Anand Krishnamoorthi

Also use GS for maintaining recursive spinlocks since GS is not expected to be changed by the application Used for - Detecting correct ownership during an unlock - FS change...

do-not-merge

Normally, when run under a debugger, Mystikos writes out each loaded shared library to /tmp/myst/ so that the debugger can load symbols from these libraries. At the end of the...

Currently, the bindings are not regularly built in CI. This can lead to the bindings going out of date. We need to build the bindings with each PR job. Ideally,...

binding
test
ci

closes #242 Also does some related cleanup. The PR workflow is split into separate workflows.

In the public API for regorus in docs.rs, display that certain API is available only if a specific feature is available. For example, https://docs.rs/regorus/latest/regorus/struct.Engine.html#method.get_coverage_report does not list that `coverage` feature...

documentation

Use [miri](https://github.com/rust-lang/miri) to detect undefined behavior.

ci

Avoid use of `anyhow` in Regorus. Turns out `ThisError` is not `no_std` compatible. ---------------------------------------------------------------------------------- Original description: According to [comparison](https://github.com/dtolnay/anyhow?tab=readme-ov-file#comparison-to-thiserror), "Use Anyhow if you don't care what error type your functions...

enhancement
dependencies