Skip to content

Use platform-native separators in environment variables#40

Merged
cottsay merged 1 commit intomasterfrom
cottsay/native-separators
Jan 29, 2026
Merged

Use platform-native separators in environment variables#40
cottsay merged 1 commit intomasterfrom
cottsay/native-separators

Conversation

@cottsay
Copy link
Member

@cottsay cottsay commented Jan 20, 2026

PowerShell can be used on non-Windows platforms. It appears that when PowerShell is used on Linux, the platform-native separators (forward slash and colon) are used, and not the Windows-style separators (backslash and semicolon).

Closes #39

@cottsay cottsay self-assigned this Jan 20, 2026
@cottsay cottsay added the bug Something isn't working label Jan 20, 2026
PowerShell can be used on non-Windows platforms. It appears that when
PowerShell is used on Linux, the platform-native separators (forward
slash and colon) are used, and not the Windows-style separators
(backslash and semicolon).
@cottsay cottsay force-pushed the cottsay/native-separators branch 2 times, most recently from 91fede9 to 0390a7c Compare January 20, 2026 22:54
@codecov-commenter
Copy link

codecov-commenter commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (87d1ea2) to head (0390a7c).

Additional details and impacted files
@@          Coverage Diff           @@
##           master     #40   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           2       2           
  Lines          81      81           
======================================
  Misses         81      81           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cottsay cottsay marked this pull request as ready for review January 22, 2026 16:58
@cottsay cottsay merged commit 2724c2c into master Jan 29, 2026
22 checks passed
@cottsay cottsay deleted the cottsay/native-separators branch January 29, 2026 16:34
@cottsay cottsay modified the milestones: 0.5.1, 0.5.0 Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Development

Successfully merging this pull request may close these issues.

Powershell plugin breaks path separators on Linux

3 participants