Skip to content

Cache IDE diagnostic probes per IDE#523

Merged
codeforester merged 2 commits into
masterfrom
enhancement/509-20260609-ide-diagnostic-cache
Jun 9, 2026
Merged

Cache IDE diagnostic probes per IDE#523
codeforester merged 2 commits into
masterfrom
enhancement/509-20260609-ide-diagnostic-cache

Conversation

@codeforester

Copy link
Copy Markdown
Owner

Summary

  • Add an in-memory IDE diagnostic snapshot so check/doctor probes each IDE once per diagnostic collection pass.
  • Reuse cached CLI availability, extension listings, settings paths, and parsed settings while preserving one finding per declared extension or setting.
  • Add focused tests for extension and settings probe reuse.

Validation

  • PYTHONPATH=lib/python:cli/python /Users/rameshhp/.base.d/base/.venv/bin/python -m unittest cli/python/base_setup/tests/test_ide_extensions.py
  • PYTHONPATH=lib/python:cli/python /Users/rameshhp/.base.d/base/.venv/bin/python -m unittest cli/python/base_setup/tests/test_ide_settings.py
  • env -u BASE_HOME ./bin/base-test
  • git diff --check
  • PYTHONPATH=lib/python:cli/python git ls-files -z '*.py' | xargs -0 /Users/rameshhp/.base.d/base/.venv/bin/python -m pylint --rcfile=.pylintrc

Closes #509

@codeforester codeforester merged commit 292fa3c into master Jun 9, 2026
16 checks passed
@codeforester codeforester deleted the enhancement/509-20260609-ide-diagnostic-cache branch June 9, 2026 06:52
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.

Cache IDE diagnostic probes per IDE

1 participant