-
Notifications
You must be signed in to change notification settings - Fork 137
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
Improving Windows support #742
Conversation
CC: @rwjblue / @stefanpenner / @ef4 |
It's awesome to see this getting resolved. Thanks @thoov! |
Based on #744 Failing for infra related reasons still being worked on: @embroider/util ember-canary windows Failing for windows reasons that might still be infra related: fastboot-app fastboot windows Failing for newly discovered Windows reasons: node windows |
5bf3fe4
to
5a2ae88
Compare
Fixes: embroider-build#681 & embroider-build#676 Ember-cli's test suite caught an issue with windows support when trying to enable embroider by default (ember-cli/ember-cli#9495). After this change I was able to successfully do a build with a new Ember app.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that this project will be shipping as part of ember-cli, it would be appropriate for it to have windows CI running. Should that be part of this pr or an upcoming PR (if so, is this work planned and do we have an ETA?)?
|
I merged in master, it might have introduced a couple more places that need path handling adjustments, let's see what CI thinks. Feel free to merge once green. |
Windows Same issue that was fixed in: embroider-build#742
Fixes: #681 & #676, along with another issue discovered after those two were resolved.
Ember-cli's test suite caught an issue with Windows support when trying to enable Embroider by default (ember-cli/ember-cli#9495). After this change I was able to successfully build with a new Ember app using Embroider on Windows.
We should land: #739 first to verify that the builds fully pass under windows.