feat: bump instrument-hooks to not use stubs on macos#373
Conversation
Greptile SummaryThis PR bumps the
Confidence Score: 4/5Safe to merge — the only change is a submodule bump and the build system already falls back gracefully to a noop if the C library fails to compile. The change is a single submodule pointer update. The build fallback means a bad compile would leave macOS in the same stub state as before, so there is no regression risk. The one gap is that exec-harness unit tests do not run on macOS in CI, so any test assertions that exercise the instrument-hooks path are untested on the newly enabled platform. The CI workflow (.github/workflows/ci.yml) could benefit from running exec-harness tests on macOS now that the real implementation is active there. Important Files Changed
|
Merging this PR will not alter performance
|
This adds support for macos to exec-harness