Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use consistent separator on windows #1248

Merged
merged 1 commit into from
Aug 17, 2022
Merged

Use consistent separator on windows #1248

merged 1 commit into from
Aug 17, 2022

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Aug 17, 2022

When an addon does app.import of a file out of node_modules, the path we use to refer to that file had a mix of different path separators. That doesn't actually break, but the inconsistency made it hard to test and our test suite revealed the problem (in #1246).

Test coverage for this gets enabled when #1246 merges.

When an addon does app.import of a file out of node_modules, the path we use to refer to that file had a mix of different path separators. That doesn't actually break, but the inconsistency made it hard to test and our test suite revealed the problem (in #1246).
@ef4 ef4 added the bug Something isn't working label Aug 17, 2022
@ef4 ef4 merged commit ad04da4 into main Aug 17, 2022
@ef4 ef4 deleted the windows-consistent-path branch August 17, 2022 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant