-
Notifications
You must be signed in to change notification settings - Fork 137
Fix absolute file paths checking for Windows #477
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 absolute file paths checking for Windows #477
Conversation
b726418
to
df30b87
Compare
df30b87
to
31c8156
Compare
31c8156
to
ba54fce
Compare
Hello, I rebased these changes on main but Anyway, is there any update on moving this forward? No rush though, I'm fine with maintaining a fork for now. |
@stevenlr Could you share the failure? Edit: Nvm, it's in CI:
@meteorcloudy Do you know what could cause this? The stack trace is empty. |
Looks like a flake, retry worked. |
We've had a few internal reports of MSAN failures in a few singlejar tests , @cushon suspects they began after #417. Possibly related? |
That would make sense. I read through the change again but couldn't identify the issue. Could you share the MSAN findings? I'll try to set up MSAN builds myself. |
This is a fix for #476 and uses
bazel_skylib
'sis_absolute
function. I looked for other places that would need a similar fix but found only one more, so I may have missed some.