darcs

Issue 134 an invalid pending...

Title an invalid pending...
Priority bug Status resolved
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, kowey, ppessi, thorkilnaur, tommy, zooko
Assigned To
Topics

Created on 2006-02-15.16:07:29 by ppessi, last changed 2009-08-27.13:46:28 by admin.

Files
File name Uploaded Type Edit Remove
pending_buggy ppessi, 2006-02-15.16:07:27 application/octet-stream
Messages
msg491 (view) Author: ppessi Date: 2006-02-15.16:07:27
I made some darcs mv and assorted changes in a win32 box, then pushed
to a repo and pulled to Linux. Bug report as requested, but this is a
bit ancient version here.

Thing that probably got darcs confused was that I did some plain mv
first followed by darcs mv.

--Pekka

$ darcs pull darcs@miu:sofia-sip

Wed Feb 15 16:22:25 EET 2006  Pekka.Pessi@nokia.com
  * Fixed win32-compatibility problems in test programs.
Shall I pull this patch? (1/3) [ynWvpxqadjk], or ? for help: y

Wed Feb 15 17:30:47 EET 2006  Pekka.Pessi@nokia.com
  * Fixed su_wait() with 0 wait objects in windows.
Shall I pull this patch? (2/3) [ynWvpxqadjk], or ? for help: y

Wed Feb 15 17:31:53 EET 2006  Pekka.Pessi@nokia.com
  * Added check script, moved all tests to subdir in win32
Shall I pull this patch? (3/3) [ynWvpxqadjk], or ? for help: y

Fail: bug in darcs!
There was an attempt to write an invalid pending!
If possible, please send the contents of _darcs/patches/pending_buggy
along with a bug report.
Please report this to bugs@darcs.net
If possible include the output of 'darcs --exact-version'.
Exit 1
$ darcs --version
1.0.4pre2 (stable branch)
$ darcs --exact-version
darcs compiled on Jul 23 2005, at 20:29:55
# configured Sat Jul 23 20:34:45 CEST 2005
./configure --disable-mmap

Context:

[make add/remove --list-options not output preceding ./
David Roundy <droundy@abridgegame.org>**20050723134758
 We were treating the repository root differently from subdirectories
 because the file paths didn't need to get "fixed".  Addresses bug #158.
]

[fix unit test that prompts for input
Will <will@glozer.net>**20050722181028]

[Make DarcsRepo.add_to_inventory take a list.
Juliusz Chroboczek <jch@pps.jussieu.fr>**20050720174029
 This avoids opening the inventory multiple times.  Thanks to Ian for the hint.
]

[Use mapM_ instead of the comprehensible alternative.
Juliusz Chroboczek <jch@pps.jussieu.fr>**20050720164258
 Mentioning mapM_ always impresses people at dinner parties.  Thanks to
 Ian for the hint.
]

[Move iterateGitTree out of the IO monad.
Juliusz Chroboczek <jch@pps.jussieu.fr>**20050720162841
 We're reading immutable on-disk data, it's safe to do it unsafely.
]

[Clean up usage of interleaveIO in Git.
Juliusz Chroboczek <jch@pps.jussieu.fr>**20050720162251]

[fix write_problem to show all problems.
David Roundy <droundy@abridgegame.org>**20050717110628]

[don't import head and tail, which are in the prelude.
David Roundy <droundy@abridgegame.org>**20050716143547]

[Rename bound variable in fromJust macro.
Juliusz Chroboczek <jch@pps.jussieu.fr>**20050716221705
 Avoids ``shadows existing variable'' warnings which for some reason are
 errors.

 Could we please use Lisp macros instead?
]

[TAG 2005-07-18
Ian Lynagh <igloo@earth.li>**20050718193534]

[put configure.ac back in the public domain.
David Roundy <droundy@abridgegame.org>**20050720115702]

[fix error in name of --reorder-patches flag.
David Roundy <droundy@abridgegame.org>**20050722110752]

[Push and pull can now show the detailed diffs of patches
Jim Radford <radford@blackbean.org>**20050717042645
 The same distinction is now made between --summary and --verbose
 as changes makes.
]

[advance DARCS_VERSION to 1.0.4pre2.
David Roundy <droundy@abridgegame.org>**20050720115536
 In the new tradition of changing the version after a release rather than
 before a release (although when the release type changes to rc or actual
 release it'll have to be done before the release).
]

[drop $srcdir use; build-directories aren't supported anyway
Peter Simons <simons@cryp.to>**20050719140044]

[clean generated manual files at realclean
Peter Simons <simons@cryp.to>**20050719135935]

[cosmetic changes
Peter Simons <simons@cryp.to>**20050719135834]

[move comment to the right place
Peter Simons <simons@cryp.to>**20050719135818]

[let config.status generate config.command
Peter Simons <simons@cryp.to>**20050719135733]

[make use of autoconf 2.5x's AC_INIT macro
Peter Simons <simons@cryp.to>**20050719135611]

[use ./config.status to re-configure build after autoconf changes
Peter Simons <simons@cryp.to>**20050719135435]

[update distclean and realclean targets
Peter Simons <simons@cryp.to>**20050719135415]

[canonize simons@cryp.to
Peter Simons <simons@cryp.to>**20050719134834]

[cosmetic change
Peter Simons <simons@cryp.to>**20050719134816]

[update test suite to work with Peter's makefile changes.
David Roundy <droundy@abridgegame.org>**20050721102319]

[TAG 1.0.4pre1
David Roundy <droundy@abridgegame.org>**20050718112234]
Attachments
msg502 (view) Author: droundy Date: 2006-02-21.12:41:34
On Wed, Feb 15, 2006 at 04:07:30PM +0000, Pekka Pessi wrote:
> I made some darcs mv and assorted changes in a win32 box, then pushed
> to a repo and pulled to Linux. Bug report as requested, but this is a
> bit ancient version here.

This looks vaguely like one of a number of bugs that were fixed, although I
can't positively identify it.  I'm not sure what to do in this case...
-- 
David Roundy
http://www.darcs.net
msg504 (view) Author: zooko Date: 2006-02-21.15:38:29
Could ppessi try to reproduce it with the current build of darcs?

If not, let's close it, presumptively fixed.
msg505 (view) Author: ppessi Date: 2006-02-21.15:41:31
On 2/21/06, Zooko <bugs@darcs.net> wrote:
> Could ppessi try to reproduce it with the current build of darcs?

I tested it now with darcs 1.0.5, going through.

> If not, let's close it, presumptively fixed.

Close it.
History
Date User Action Args
2006-02-15 16:07:29ppessicreate
2006-02-21 12:41:37droundysetstatus: unread -> unknown
nosy: droundy, tommy, ppessi
messages: + msg502
2006-02-21 15:38:31zookosetnosy: + zooko
messages: + msg504
2006-02-21 15:41:31ppessisetnosy: droundy, tommy, zooko, ppessi
messages: + msg505
2006-02-21 17:09:17zookosetstatus: unknown -> resolved
nosy: droundy, tommy, zooko, ppessi
2009-08-06 17:32:56adminsetnosy: + markstos, jast, Serware, dmitry.kurochkin, darcs-devel, dagit, mornfall, simon, kowey, beschmi, thorkilnaur, - droundy, ppessi
2009-08-06 20:49:05adminsetnosy: - beschmi
2009-08-10 21:50:59adminsetnosy: + ppessi, - markstos, darcs-devel, jast, dagit, Serware, mornfall
2009-08-25 17:47:42adminsetnosy: + darcs-devel, - simon
2009-08-27 13:46:28adminsetnosy: tommy, kowey, darcs-devel, zooko, ppessi, thorkilnaur, dmitry.kurochkin