-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Revert "path,win: fix bug in resolve and normalize" #56088
Conversation
This reverts commit 7f68e54.
Add a test to verify named pipe enumeration in windows works.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56088 +/- ##
==========================================
- Coverage 88.00% 87.99% -0.01%
==========================================
Files 656 656
Lines 189000 188989 -11
Branches 35995 35983 -12
==========================================
- Hits 166320 166301 -19
- Misses 15840 15853 +13
+ Partials 6840 6835 -5
|
After testing locally, I can use vscode to debug normally after merging. |
If/when this lands, #54025 should be reopened. |
@huseyinacacak-janea fine for me. Please include the test I added here (second commit) or a similar one in your PR. |
closing in favor of #56110 |
This reverts commit 7f68e54.
fixes: #56002
Refs: #55623
Reopens: #54025
Additionally add a test to verify enumeration of windows named pipes works.
Seems normalization of path names of devices requires the trailing
\
at least in some cases like debugger.Not sure if revert is the best way to go, maybe there is a better fix. Happy to close this revert PR in case of a better proposal.
fyi @huseyinacacak-janea