Skip to content

Remove logger.debug("a") scaffolding from dependency_analysis - #409

Open
michael-christen wants to merge 1 commit into
masterfrom
cleanup/remove-placeholder-debug-logs
Open

Remove logger.debug("a") scaffolding from dependency_analysis#409
michael-christen wants to merge 1 commit into
masterfrom
cleanup/remove-placeholder-debug-logs

Conversation

@michael-christen

Copy link
Copy Markdown
Owner

Summary

Removes 7 logger.debug("a") placeholder calls left over from development in dependency_analysis() in tlbox/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

  • Existing tests pass (bazel test //tlbox/apps/bazel_parser/...)

Generated by Claude Code

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
@github-actions

Copy link
Copy Markdown
Contributor

Target Metrics

TARGET: @@//tlbox/apps/sbr:rp2040_sbr.elf

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

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.36%. Comparing base (2bdff92) to head (7c2f924).
⚠️ Report is 38 commits behind head on master.

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              
Files with missing lines Coverage Δ
tlbox/apps/bazel_parser/repo_graph_data.py 99.16% <100.00%> (-0.05%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@michael-christen
michael-christen force-pushed the cleanup/remove-placeholder-debug-logs branch from 94232e6 to 7c2f924 Compare August 4, 2026 23:30

Copy link
Copy Markdown
Owner Author

The coverage_and_metrics failure is unrelated to this PR. The Collect Stats step can't resolve the Aiven PostgreSQL hostname:

sqlalchemy.exc.OperationalError: could not translate host name
"pg-1f58963f-mchristen96-4420.k.aivencloud.com" to address: Name or service not known

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants