Remove logger.debug("a") scaffolding from dependency_analysis - #409
Open
michael-christen wants to merge 1 commit into
Open
Remove logger.debug("a") scaffolding from dependency_analysis#409michael-christen wants to merge 1 commit into
michael-christen wants to merge 1 commit into
Conversation
Replace 7 placeholder debug calls with nothing, and improve the 2 calls that had real data to use proper log message format strings. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01C5PXPYfmXXPA6B2jby1zKG
Contributor
Target MetricsTARGET:
|
| metric | before | now | diff |
|---|---|---|---|
| text | 174032 | 174032 | 0 |
| data | 2060 | 2060 | 0 |
| bss | 34344 | 34344 | 0 |
TARGET: @@//tlbox/apps/sbr:rp2350_sbr.elf
| metric | before | now | diff |
|---|---|---|---|
| text | 169796 | 169796 | 0 |
| data | 2060 | 2060 | 0 |
| bss | 34216 | 34216 | 0 |
Repo Metrics
| metric | before | now | diff |
|---|---|---|---|
| num_files | 345 | 345 | 0 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #409 +/- ##
==========================================
- Coverage 97.39% 97.36% -0.04%
==========================================
Files 15 15
Lines 576 569 -7
==========================================
- Hits 561 554 -7
Misses 15 15
🚀 New features to boost your workflow:
|
michael-christen
force-pushed
the
cleanup/remove-placeholder-debug-logs
branch
from
August 4, 2026 23:30
94232e6 to
7c2f924
Compare
Owner
Author
|
The This is a transient infrastructure issue (Aiven instance unreachable from the runner). A re-run of the workflow when the DB is reachable should clear it. Generated by Claude Code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes 7
logger.debug("a")placeholder calls left over from development independency_analysis()intlbox/apps/bazel_parser/repo_graph_data.py. Two calls that had real data are kept but renamed from"a: ..."to proper"dependency_analysis: ..."format strings.Test plan
bazel test //tlbox/apps/bazel_parser/...)Generated by Claude Code