darcs

Issue 1945 darcs: mergeConflictingNons failed in geteff with ix

Title darcs: mergeConflictingNons failed in geteff with ix
Priority bug Status given-up
Milestone Resolved in
Superseder Nosy List Serware, dmitry.kurochkin, ganesh, mornfall
Assigned To ganesh
Topics Darcs2

Created on 2010-09-03.03:08:14 by mornfall, last changed 2020-08-01.23:22:06 by bfrk.

Messages
msg12432 (view) Author: mornfall Date: 2010-09-03.03:08:14
Might be a duplicate... nevertheless, I ran into this today running buildbot-try in the 
adventure branch.

Yours,
   Petr.

darcs: mergeConflictingNons failed in geteff with ix
{{
|hunk ./darcs.cabal 684
|-                   hashed-storage == 0.5.2,
|+                   hashed-storage >= 0.5.2 && < 0.6,
|:
hunk ./darcs.cabal 675
-    build-depends: base >= 3,
-                   bytestring >= 0.9.0 && < 0.10,
-                   haskeline    >= 0.6.2.2 && < 0.7,
-                   text >= 0.3,
-                   old-time   == 1.0.*,
-                   directory  == 1.0.*,
-                   process    == 1.0.*,
-                   containers >= 0.1 && < 0.4,
-                   array      >= 0.1 && < 0.4,
-                   hashed-storage >= 0.5.2 && < 0.6,
-                   random     == 1.0.*
+  build-depends: base >= 3,
+                 bytestring >= 0.9.0 && < 0.10,
+                 haskeline    >= 0.6.2.2 && < 0.7,
+                 text >= 0.3,
+                 old-time   == 1.0.*,
+                 directory  == 1.0.*,
+                 process    == 1.0.*,
+                 containers >= 0.1 && < 0.4,
+                 array      >= 0.1 && < 0.4,
+                 hashed-storage >= 0.5.2 && < 0.6,
+                 random     == 1.0.*
|:
hunk ./darcs.cabal 675
-    build-depends: base >= 3,
+    build-depends: base >= 4 && <5,
}}
xx
hunk ./darcs.cabal 675
-    build-depends: base >= 3,
+v v v v v v v
+    build-depends: base >= 4 && <5,
hunk ./darcs.cabal 687
+*************
+  build-depends: base >= 3,
+                 bytestring >= 0.9.0 && < 0.10,
+                 haskeline    >= 0.6.2.2 && < 0.7,
+                 text >= 0.3,
+                 old-time   == 1.0.*,
+                 directory  == 1.0.*,
+                 process    == 1.0.*,
+                 containers >= 0.1 && < 0.4,
+                 array      >= 0.1 && < 0.4,
+                 hashed-storage >= 0.5.2 && < 0.6,
+                 random     == 1.0.*
+^ ^ ^ ^ ^ ^ ^
msg12433 (view) Author: kowey Date: 2010-09-03.08:25:11
Nice.  Ganesh, is this one for your shrinker?
msg12466 (view) Author: ganesh Date: 2010-09-05.19:32:59
I'll have a go when I have time. Petr, I'm not sure there's enough info 
here to reproduce easily - what state were HEAD and adventure in at the 
time?
msg12468 (view) Author: mornfall Date: 2010-09-06.07:25:29
Ganesh Sittampalam <bugs@darcs.net> writes:
> I'll have a go when I have time. Petr, I'm not sure there's enough
> info here to reproduce easily - what state were HEAD and adventure in
> at the time?
Still happens. I think getting a copy of adventure (the last bundle,
presumably), applying it and running buildbot-try (you don't need actual
buildbot. First,

darcs init
darcs pull -a --intersection ../adventure http://darcs.net

produces a conflict, even while neither of these repos is
conflicted. Apparently, the same conflict is resolved by different
patches in the two branches. When on top of this (marked, unresolved)
conflict, I pull the resolution from adventure I get the bug.

I don't get the bug if I revert the markers first.

Yours,
   Petr.
msg22369 (view) Author: bfrk Date: 2020-08-01.23:22:04
The inscrutable code for darcs-2 conflictors makes it very unlikely 
that we ever fix this.
History
Date User Action Args
2010-09-03 03:08:14mornfallcreate
2010-09-03 08:25:12koweysetstatus: unknown -> needs-reproduction
assignedto: ganesh
topic: + Darcs2
messages: + msg12433
nosy: + ganesh, Serware
2010-09-05 19:33:00ganeshsetmessages: + msg12466
2010-09-06 07:25:31mornfallsetmessages: + msg12468
2020-08-01 23:22:06bfrksetstatus: needs-reproduction -> given-up
messages: + msg22369