-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix #15055 #15056
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
Fix #15055 #15056
Conversation
@som-snytt, would that make sense to use |
63c87cf
to
a1ce896
Compare
No, because using
I forced-pushed a second attempt that just replaces |
I'll take a look (when fully awake), but there's no reason for virtual paths to respect the syntax of some random other file system (such as Windows). |
I proposed converting higher up the food chain at Alternatively, creating a |
Also, I've been working under WSL for some time, and just revived my cygwin, so I'll try to test locally under windows. Worst case, actually try using windows tooling, shudder. cygwin:
I'm grateful for the person who wrote on SO to add
Same with |
worth adding that I also considered that |
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.
these classes are still an unfortunate weak spot, or "experimental". Since VirtualDirectory uses / it seems more robust to say, No, virtual means not tied to your local conventions. The alternative PR makes SourceFile convert the slashes.
[test_windows_full]