You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meteorcloudy opened this issue
Aug 22, 2019
· 0 comments
Assignees
Labels
breakageP1I'll work on this now. (Assignee required)team-OSSIssues for the Bazel OSS team: installation, release processBazel packaging, websitetype: bug
breakageP1I'll work on this now. (Assignee required)team-OSSIssues for the Bazel OSS team: installation, release processBazel packaging, websitetype: bug
Breakages after flipping --incompatible_use_native_patch:
https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1154#d51abae7-8a0d-4aa4-9e6d-6bafb05386c7
When doing diff on one liner file, it'll output such diff content:
Note that
@@ -1 +0,0 @@
and@@ -0,0 +1 @@
is not the complete header format.(should be
@@ -1,1 +0,0 @@
and@@ -0,0 +1,1 @@
)The native patch should support such format because it's generated by
diff
orgit diff
The text was updated successfully, but these errors were encountered: