Skip to content

Enhance Python environment handling with error reporting#325

Merged
karthiknadig merged 4 commits intomainfrom
open-canidae
Feb 4, 2026
Merged

Enhance Python environment handling with error reporting#325
karthiknadig merged 4 commits intomainfrom
open-canidae

Conversation

@karthiknadig
Copy link
Member

Fixes #321

Improve handling of Python environments by adding error reporting for broken environments. Include tests to ensure functionality.

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Performance Report (Linux) 🔺

Metric PR Baseline Delta Change
Server Startup 1ms 1ms 0ms 0%
Full Refresh 541ms 439ms 102ms 20.0%

Legend
  • 🚀 Significant speedup (>100ms faster)
  • ✅ Faster than baseline
  • ➖ No significant change
  • 🔺 Slower than baseline (>100ms)
  • ⚠️ Significant slowdown (>500ms)

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Test Coverage Report (Linux)

Metric Value
Current Coverage 52.8%
Base Branch Coverage 51.7%
Delta 1.1% ✅

Coverage increased! Great work!

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Test Coverage Report (Windows)

Metric Value
Current Coverage 48.53%
Base Branch Coverage 47.83%
Delta 0.7% ✅

Coverage increased! Great work!

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Performance Report (Windows) 🚀

Metric PR Baseline Delta Change
Server Startup 15ms 14ms 1ms 7.1%
Full Refresh 2940ms 3199ms -259ms -8.1%

Legend
  • 🚀 Significant speedup (>100ms faster)
  • ✅ Faster than baseline
  • ➖ No significant change
  • 🔺 Slower than baseline (>100ms)
  • ⚠️ Significant slowdown (>500ms)

@github-actions
Copy link

github-actions bot commented Feb 4, 2026

Performance Report (macOS)

Metric PR Baseline Delta
Server Startup 1438ms 1588ms -150ms
Full Refresh 85845ms 87815ms -1970ms

Legend
  • 🚀 Significant speedup (>100ms faster)
  • ✅ Faster than baseline
  • ➖ No significant change
  • 🔺 Slower than baseline (>100ms)
  • ⚠️ Significant slowdown (>500ms)

@karthiknadig karthiknadig marked this pull request as ready for review February 4, 2026 16:54
@karthiknadig karthiknadig enabled auto-merge (squash) February 4, 2026 16:54
@vs-code-engineering vs-code-engineering bot added this to the February 2026 milestone Feb 4, 2026
@karthiknadig karthiknadig merged commit eaef718 into main Feb 4, 2026
30 checks passed
@karthiknadig karthiknadig deleted the open-canidae branch February 4, 2026 18:02
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.

Report broken virtual environments instead of silently skipping them

2 participants