Closed orecham closed 2 months ago
Refactoring of commands.rs:
commands.rs
anyhow
--dev
foo-debug
foo-release
cargo_metadata
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
[#123] Add posix ipc example
task-list-completed
Relates #98
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.48%. Comparing base (b4b8d9c) to head (e83a259). Report is 8 commits behind head on main.
b4b8d9c
e83a259
Notes for Reviewer
Refactoring of
commands.rs
:anyhow
since errors only require printing, no unique error handling--dev
flagfoo-debug
orfoo-release
)cargo_metadata
to more reliably determine the target dir to search for dev buildsPre-Review Checklist for the PR Author
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)Changelog updated in the unreleased section including API breaking changestask-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Relates #98