provide-foundation
2026-03-20
Add debug-level guards, memray stress infrastructure, and logger API enhancements
52 files · 1,743+ · 202-
Logger API enhancements
3 files changed
core.pyAdded is_debug_enabled() and is_trace_enabled()main.pyGuarded debug/trace log callscustom_processors.pyCustom processor debug guards
- Added is_debug_enabled() and is_trace_enabled() to logger API for conditional logging
decouple
behavioral
1 file
core.py
Debug-level guards
4 files changed
base.pyGuarded debug calls in cryptoed25519.pyGuarded debug callsdecorators.pyGuarded debug calls in hubevents.pyGuarded debug calls
Memray stress testing
5 files changed
memray_config_stress.pyConfig memory stress testmemray_logging_stress.pyLogging memory stress testmemray_serialization_stress.pySerialization memory stress testrun_memray_stress.pyMemray stress test runnerMEMRAY_BASELINE.mdMemray baseline documentation
CI fixes
2 files changed
ci.ymlFixed testkit git reference to provide-io orgpyproject.tomlUpdated testkit dependency reference