fix(obisys): remove activation guard to always update metrics #54

Merged
coissac merged 1 commits from push-vkloynurrxzu into main 2026-07-01 18:34:11 +00:00
Owner

Removes the if activate conditional in src/obisys/src/lib.rs, making debug logging and state updates for performance counters execute unconditionally. This ensures tracking metrics are continuously refreshed regardless of the activation threshold. Also bumps the obikmer dependency version.

Removes the `if activate` conditional in `src/obisys/src/lib.rs`, making debug logging and state updates for performance counters execute unconditionally. This ensures tracking metrics are continuously refreshed regardless of the activation threshold. Also bumps the `obikmer` dependency version.
coissac added 1 commit 2026-07-01 18:34:05 +00:00
fix(obisys): remove activation guard to always update metrics
Release / create-release (push) Successful in 2m26s
CI / build (pull_request) Successful in 3m35s
Release / build-linux-x86_64 (push) Successful in 8m9s
Release / build-macos-arm64 (push) Failing after 30s
b3a617cce1
Removes the `if activate` conditional in `src/obisys/src/lib.rs`, making debug logging and state updates for performance counters execute unconditionally. This ensures tracking metrics are continuously refreshed regardless of the activation threshold. Also bumps the `obikmer` dependency version.
coissac merged commit 6378734e1c into main 2026-07-01 18:34:11 +00:00
coissac deleted branch push-vkloynurrxzu 2026-07-01 18:34:11 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: OBIKmers/obikmer#54