-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
issue rolling into google3 #3959
Comments
Yikes good catch Devon. I will look this week into fixing the patch (I'll also look into whether it's still needed); probably a bit of wiring is needed for the new Sass stuff. |
I also don't see any internal patches and the file contents in g3 seems to match exactly to git contents at metadata revision, looking |
This is a quite hilarious bug in our rolling infra and I didn't expect to face something like this in 2025 :) lib/resources/styles.css starts with However
As a result, our infra cannot find an original fragment (with BOM) trying to patch a file contents (without BOM), I'll make a fix. |
Wow - that's a subtle issue. Thanks for running this down! |
Is this still a problem, or can the issue be closed? |
This has been addressed (thanks @iinozemtsev !). |
We have an issue rolling dartdoc into the sdk due to a failure rolling into google3. The roll CL is:
https://dart-review.googlesource.com/c/sdk/+/403181
The failure is visible in c-build; it looks like perhaps an infrastructure issue?
INTERNAL Failed to apply patch ... .../dart/dartdoc/lib/resources/styles.css: Cannot apply hunk ...
. I see that lib/resources/styles.css changed quite a bit in recent PRs (#3919 and #3920), but I don't see any internal patch to the file that we'd be conflicting with.cc @iinozemtsev and @srawlins
The text was updated successfully, but these errors were encountered: