Skip to content

Normalize filepath separator to fix Windows-orphan check bug#64

Merged
dacharyc merged 4 commits intomainfrom
fix-orphan-check-on-windows
Apr 12, 2026
Merged

Normalize filepath separator to fix Windows-orphan check bug#64
dacharyc merged 4 commits intomainfrom
fix-orphan-check-on-windows

Conversation

@dacharyc
Copy link
Copy Markdown
Member

@dacharyc dacharyc commented Apr 12, 2026

What this PR does

Issue #63 reports orphan checks failing on Windows. This PR adds normalization for file path separators and should resolve the issue on Windows.

How to test

  • structure/orphans_test.go
  • structure/orphans_windows_test.go
  • New CI matrix option to run the tests on Windows

Checklist

  • Tests pass locally (go test -race ./... -count=1)
  • Lint passes locally (golangci-lint run)
  • New functionality includes tests
  • Breaking changes are noted above (if any)

@dacharyc dacharyc merged commit cc1064d into main Apr 12, 2026
3 checks passed
@dacharyc dacharyc deleted the fix-orphan-check-on-windows branch April 12, 2026 14:20
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.

1 participant