Uh oh!
There was an error while loading. Please reload this page.
Revert "Stop git from merging generated files" - #134199
Conversation
This reverts commit 4cbb599. "-merge" makes git not even do merges if they are entirely conflict-free, which is not the behavior we want.
oli-obk
commented
Dec 12, 2024
@bors r+ rollup |
bors
commented
Dec 12, 2024
jieyouxu
commented
Dec 12, 2024
@bors p=6 (contributor experience) |
jieyouxu
commented
Dec 12, 2024
Ah, that's unfortunate... Thanks for the revert. |
bors
commented
Dec 12, 2024
Revert "Stop git from merging generated files" This reverts rust-lang#133851. "-merge" makes git not even do merges if they are entirely conflict-free, which is not the behavior we want. We sometimes have conflict-free merges in generated files and it's much better if git can handle them automatically. r? `@oli-obk` Cc `@jieyouxu` `@Urgau`
rust-log-analyzer
commented
Dec 12, 2024
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
Dec 12, 2024
💔 Test failed - checks-actions |
RalfJung
commented
Dec 12, 2024
@bors retry Spurious MSVC thing again. |
jyn514
commented
Dec 12, 2024
i think we could achieve the goal of oli’s original PR by using a custom merge driver: https://git-scm.com/docs/gitattributes#Documentation/gitattributes.txt-String-1 (in this case it would probably be a simple script that uses |
bors
commented
Dec 12, 2024
bors
commented
Dec 12, 2024
☀️ Test successful - checks-actions |
rust-timer
commented
Dec 12, 2024
Finished benchmarking commit (8e37e15): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (secondary 4.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 771.193s -> 771.396s (0.03%) |
(@RalfJung btw, we're now tracking msvc and mingw failures separately in case they have different root causes, there's a separate |
This reverts #133851. "-merge" makes git not even do merges if they are entirely conflict-free, which is not the behavior we want. We sometimes have conflict-free merges in generated files and it's much better if git can handle them automatically.
r? @oli-obk
Cc @jieyouxu@Urgau