Skip to content

fix: Fix Windows console issues - #244

Merged
Pringled merged 5 commits into
mainfrom
fix/windows-encoding-and-path-lookup
Aug 6, 2026
Merged

fix: Fix Windows console issues#244
Pringled merged 5 commits into
mainfrom
fix/windows-encoding-and-path-lookup

Conversation

@Pringled

@Pringled Pringled commented Aug 6, 2026

Copy link
Copy Markdown
Member

This PR fixes a few issues with older, non-English Windows setups. It also drops the tree-sitter dependency since we get that from semble-grammars, and has a few small doc updates.

@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/semble/cli.py 100.00% <100.00%> (ø)
src/semble/utils.py 100.00% <100.00%> (ø)
src/semble/version.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@greptile-apps

greptile-apps Bot commented Aug 6, 2026

Copy link
Copy Markdown

Confidence Score: 5/5

The PR appears safe to merge, with no concrete changed-code failures identified.

The console handling is guarded to standard TextIOWrapper streams, path normalization is symmetric for Windows and POSIX separators, and the removed tree-sitter dependency remains supplied by semble-grammars.

Reviews (1): Last reviewed commit: "update docs" | Re-trigger Greptile

@Pringled
Pringled requested a review from stephantul August 6, 2026 05:29
@Pringled
Pringled merged commit b491200 into main Aug 6, 2026
17 checks passed
@Pringled
Pringled deleted the fix/windows-encoding-and-path-lookup branch August 6, 2026 06:54
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