-
Notifications
You must be signed in to change notification settings - Fork 193
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
Windows adaptation: Fixed some error points in Windows systems #135
Conversation
Oh gosh. I guess I merged these issues (after a lengthy Christmas break) in the wrong order and this now causes a merge conflict. Can you check again? 🙏 This is super important because I cannot debug Windows issues personally! |
I've tried to setup Windows CI, here is an WIP preview ! Before git cherry-pick this PR: https://github.com/fritx/nue/actions/runs/7399718947/job/20131776062 Seems the However, the Windows CI test still got a lot to fix, seems like most of them are just path issues like: See: https://github.com/fritx/nue/actions/runs/7399792114/job/20132011501 @tipiirai |
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.
Looks great! I would only change some code style, as suggested here and maybe do fs.rm with force as noted by fritx
Co-authored-by: nobkd <[email protected]>
Co-authored-by: nobkd <[email protected]>
Add the 'force' option to the fs.rm command.
Co-authored-by: nobkd <[email protected]>
Co-authored-by: nobkd <[email protected]>
Co-authored-by: nobkd <[email protected]>
Thank you, guys! |
No description provided.