[darcs-devel] [issue738] wish: tell the user when there are patches to pull (on darcs push)

2008-03-07 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: If the remote repository has patches that you don't have, at the very end of pushing, it would be nice to get a message like (By the way, this repository has 23 patches to pull.) This sort of reminder might be especially useful for users who

Re: [darcs-devel] help with buildbot on macos?

2008-03-06 Thread Eric Kow
(if that exists on the mac?), and we could track what's going on that way. Is there a simple way to simulate locally the buildbot running? -- Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow PGP Key ID: 08AC04F9 ___ darcs-devel mailing list darcs

[darcs-devel] [issue728] darcs does not understand backspace

2008-03-05 Thread Eric Kow
For what it's worth, I think I've had trouble with backspace under rxvt on Windows. (never on Linux or Mac, I don't think) Sticking a 'bug' priority on this, although I suspect it is at best 'not-our-bug' -- nosy: +wilcoxjg -wilcoxjg priority: - bug

[darcs-devel] [issue647] wish: automated benchmarking and comparison

2008-03-03 Thread Eric Kow
I guess now that we have something which sort of works, I should point out that work has started on this. We are developing a Haskell benchmarking library called Maybench. The project also includes a darcs-specific wrapper (darcs-benchmark), which we are primarily focusing on. See

[darcs-devel] [issue703] darcs changes and list_authors hang

2008-02-22 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: This patch causes darcs changes and list_authors to hang (maybe they're just taking very long?) Fri Feb 15 20:31:30 GMT 2008 Jason Dagit [EMAIL PROTECTED] * make Hopefully have type witnesses Jason thought it might be related to my machine

[darcs-devel] [issue701] obliterate = 'Irrefutable pattern failed for pattern Data.Maybe.Just a2'

2008-02-18 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: darcs: src/Darcs/Patch/Real.lhs:422:21-50: Irrefutable pattern failed for pattern Data.Maybe.Just a2' How exciting! Unfortunately, I can't attach the repository for forensics, but I can say it involves a three-way conflict (all self-generated

[darcs-devel] [issue697] darcs apply = bus error

2008-02-16 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Trying to apply this patch gives me a bus error. -- files: darcs5aba1e messages: 3496 nosy: beschmi, droundy, kowey, tommy priority: bug status: unread title: darcs apply = bus error __ Darcs bug tracker

[darcs-devel] [issue659] Release Darcs 2.0

2008-02-16 Thread Eric Kow
Hi Don, bus errors using bytestring by default? Has the cause of this been identified? It's an error I got trying to apply a patch which was darcs sent from a Windows box http://bugs.darcs.net/issue697 The repository is the wxhaskell one (actually the patch has already been applied, so

[darcs-devel] [issue692] regression: http broken by issue648 fix?

2008-02-14 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: The patch below makes the difference between darcs working and the error darcs failed: Not a repository: http://darcs.net/repos/unstable-hashed (Failed to download URL http://darcs.net/repos/unstable-hashed/_darcs/inventory: ) Wed Feb 13 16:33

Re: [darcs-devel] darcs patch: Add a 'show authors' command.

2008-02-14 Thread Eric Kow
steps up :-) -- Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow PGP Key ID: 08AC04F9 ___ darcs-devel mailing list darcs-devel@darcs.net http://lists.osuosl.org/mailman/listinfo/darcs-devel

[darcs-devel] [issue648] get leaves mystery rmfiles (old format)

2008-02-07 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: This sounds scary, so I'm marking it as urgent (happens with latest darcs unstable 2.0.0pre3) on Ubuntu Linux Gutsy % darcs get http://mark.stosberg.com/darcs_hive/darcs_speed_test % darcs what -s rmfile ./darcs0696OB-new rmfile ./darcsIWCPDL-new

Re: [darcs-devel] New performance regression?

2008-02-07 Thread Eric Kow
2.32s system 97% darcs2 previously this was ~15 seconds. Uh-oh! But just to make sure, is it the ByteString changes at fault, or other darcs stuff? Have you tried with it with --disable-bytestring? -- Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow PGP Key ID: 08AC04F9

Re: [darcs-devel] darcs patch: (Re)upgrade createPS and generatePS to D... (and 8 more)

2008-02-06 Thread Eric Kow
patches taking this further down (for example, they could improve our between newlines and nth newline stuff). -- Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow PGP Key ID: 08AC04F9 ___ darcs-devel mailing list darcs-devel@darcs.net http

Re: [darcs-devel] darcs patch: (Re)upgrade createPS and generatePS to D... (and 8 more)

2008-02-06 Thread Eric Kow
-old seems to get 'stuck' on applying the inverse of patch 952... maybe worth looking at), and a 47% improvement on pull. (Really?!) Will submit a request to the bugtracker for a benchmarking script. -- Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow PGP Key ID: 08AC04F9

[darcs-devel] [issue647] automated benchmarking and comparison

2008-02-06 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: It would be really useful to have a quick and dirty benchmarking script that we can either distribute with or alongside darcs The script would just encode some current darcs benchmarking practices: namely, getting a repository, obliterating a 1000

[darcs-devel] [issue644] interactive mode undercounts patches

2008-02-04 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: There are cases where the number of patches initially reported by hitting 'c' is too small, and you'll see something like (42/11). I need to come up with an example. Keeping this bug as a placeholder -- messages: 3090 nosy: beschmi

Re: [darcs-devel] Latex error when building darcs on Ubuntu gutsy

2008-02-04 Thread Eric Kow
Hi James, ! LaTeX Error: Environment Verbatim undefined. I'm also on Gutsy and can compile the docs. Does the tetex-extra package help? -- Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow PGP Key ID: 08AC04F9 ___ darcs-devel mailing list darcs

[darcs-devel] [issue558] singular rather than plural on do you wish to revert these changes

2008-02-01 Thread Eric Kow
I think my patch fixes this: Tue Jan 29 16:36:33 GMT 2008 Eric Kow [EMAIL PROTECTED] * [issue558] Singular 'do you want to revert this change?' -- status: chatting - resolved-in-unstable __ Darcs bug tracker [EMAIL PROTECTED] http://bugs.darcs.net

Re: [darcs-devel] announcing darcs 2.0.0pre3

2008-01-31 Thread Eric Kow
, but somehow the get and rm option seems more natural. In any case, it's really nice to think of the repositories as being completely interchangeable. [that said, local copies being always strict, and remote copies being lazy by default, as I think David was considering, would also be good for me] -- Eric

[darcs-devel] [issue568] wrong report of Skipped 6 patches due to dependencies

2008-01-30 Thread Eric Kow
Can you run the record with the -v flag to verify that the 191 skips are not just Makefile changes? Well, I'm positive about that. They come from a bunch of addfiles and the Makefile changes contains only the 6 lines (also, I had elided a small bit where I hit 'c' which is why you see patch

[darcs-devel] darcs patch: Refactor y/n prompts. (and 5 more)

2008-01-18 Thread Eric Kow
More old patches. Fri Oct 19 22:33:07 BST 2007 Eric Kow [EMAIL PROTECTED] * Refactor y/n prompts. Mon Nov 5 01:55:25 GMT 2007 Eric Kow [EMAIL PROTECTED] * Create ssh CM socket in $HOME/.darcs if possible. Mon Nov 5 02:19:56 GMT 2007 Eric Kow [EMAIL PROTECTED] * Give ssh CM socket

[darcs-devel] darcs patch: Refactor y/n prompts. (and 8 more)

2008-01-18 Thread Eric Kow
Fri Oct 19 22:33:07 BST 2007 Eric Kow [EMAIL PROTECTED] * Refactor y/n prompts. Mon Nov 5 01:55:25 GMT 2007 Eric Kow [EMAIL PROTECTED] * Create ssh CM socket in $HOME/.darcs if possible. Mon Nov 5 02:19:56 GMT 2007 Eric Kow [EMAIL PROTECTED] * Give ssh CM socket a unique name for each

[darcs-devel] darcs patch: Simplify getCurrentDirectorySansDarcs ou... (and 2 more)

2008-01-18 Thread Eric Kow
Dusting off some old patches. Mon Nov 19 04:13:26 GMT 2007 Eric Kow [EMAIL PROTECTED] * Simplify getCurrentDirectorySansDarcs out of existence. It was buggy and needlessly complicated. Mon Nov 19 17:44:22 GMT 2007 Eric Kow [EMAIL PROTECTED] * Fix corner case in sansDarcs. Pointed

[darcs-devel] darcs patch: Add some more debug functions. (and 3 more)

2008-01-18 Thread Eric Kow
is the same as what David 'votes' for?), we could clear the screen and print out the whole table. Finally, maybe this is too much information for a mere debug mode and we want another extra-verbose debugging mode? Mon Nov 5 20:19:01 GMT 2007 Eric Kow [EMAIL PROTECTED] * Add some more debug

Re: [darcs-devel] darcs patch: Added test for issue381. (and 1 more)

2008-01-17 Thread Eric Kow
. Being impatient, I just went in and swapped out the contexts. -- Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow PGP Key ID: 08AC04F9 ___ darcs-devel mailing list darcs-devel@darcs.net http://lists.osuosl.org/mailman/listinfo/darcs-devel

[darcs-devel] darcs patch: Refactor y/n prompts. (and 8 more)

2008-01-17 Thread Eric Kow
[Resending due to silly mailserver stuff. Sorry for any noise] Dusting off some old patches. Might not actually be ready for public consumption. Fri Oct 19 22:33:07 BST 2007 Eric Kow [EMAIL PROTECTED] * Refactor y/n prompts. Mon Nov 5 01:55:25 GMT 2007 Eric Kow [EMAIL PROTECTED

Re: [darcs-devel] user experience engineering note

2008-01-15 Thread Eric Kow
also simplified the -v -v approach to a single --debug flag, as Mark points out... which probably makes sense from a keep-it-simple perspective. -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon français

[darcs-devel] darcs patch: Add parens functionality to the printer code. (and 3 more)

2008-01-10 Thread Eric Kow
This is me pretending to be darcs send. This new code is not as nice as the original Text.PrettyPrint (it may get some things wrong, introduce some spurious differences in the ChangeLog), but it does get rid of a dependency. -- Eric Kow http://www.loria.fr/~kow PGP Key ID

[darcs-devel] darcs patch: Fix UI regression (darcs changes should accept -p).

2007-11-22 Thread Eric Kow
Thu Nov 22 19:00:10 CET 2007 Eric Kow [EMAIL PROTECTED] * Fix UI regression (darcs changes should accept -p). Was introduced by my Darcs.Arguments refactor. Reported by Nicolas Pouillard. New patches: [Fix UI regression (darcs changes should accept -p). Eric Kow [EMAIL PROTECTED

[darcs-devel] darcs patch: Simplify getCurrentDirectorySansDarcs out of existence.

2007-11-19 Thread Eric Kow
Hmm... mis-send. Please disregard. Mon Nov 19 05:13:26 CET 2007 Eric Kow [EMAIL PROTECTED] * Simplify getCurrentDirectorySansDarcs out of existence. It was buggy and needlessly complicated. New patches: [Simplify getCurrentDirectorySansDarcs out of existence. Eric Kow [EMAIL PROTECTED

[darcs-devel] darcs patch: Simplify getCurrentDirectorySansDarcs ou... (and 1 more)

2007-11-19 Thread Eric Kow
I think this should do the trick... but I could have just done something clumsy again. Mon Nov 19 05:13:26 CET 2007 Eric Kow [EMAIL PROTECTED] * Simplify getCurrentDirectorySansDarcs out of existence. It was buggy and needlessly complicated. Mon Nov 19 18:44:22 CET 2007 Eric Kow [EMAIL

[darcs-devel] darcs patch: Simplify getCurrentDirectorySansDarcs out of existence.

2007-11-18 Thread Eric Kow
If this makes sense to you, I think it should probably go into stable as well. Mon Nov 19 05:11:11 CET 2007 Eric Kow [EMAIL PROTECTED] * Simplify getCurrentDirectorySansDarcs out of existence. It was buggy and needlessly complicated. New patches: [Simplify getCurrentDirectorySansDarcs

[darcs-devel] darcs patch: Simplify getCurrentDirectorySansDarcs out of existence.

2007-11-18 Thread Eric Kow
Oops! Amended version. Mon Nov 19 05:13:26 CET 2007 Eric Kow [EMAIL PROTECTED] * Simplify getCurrentDirectorySansDarcs out of existence. It was buggy and needlessly complicated. New patches: [Simplify getCurrentDirectorySansDarcs out of existence. Eric Kow [EMAIL PROTECTED

[darcs-devel] darcs patch: Count number of times the --verbose and ... (and 4 more)

2007-11-05 Thread Eric Kow
inertia: we wanted to do it right, so we never got it done. Maybe having a completely wrong implementation will help us to overcome this inertia. That said, I cannot work on this right now, so please step right up! -- Mon Nov 5 00:42:19 CET 2007 Eric Kow [EMAIL PROTECTED] * Count number

[darcs-devel] darcs patch: configure hack to deal with openFd - fd... (and 2 more)

2007-11-04 Thread Eric Kow
for --no-deps Tommy Pettersson [EMAIL PROTECTED]**20070819203442] [Minor comment fix. Eric Kow [EMAIL PROTECTED]**20070815094109] [Always optimizeInventory in 'darcs tag'. Eric Kow [EMAIL PROTECTED]**20070814204709] [Fix bug in tag --checkpoint. Eric Kow [EMAIL PROTECTED]**20070813195204 It was creating

[darcs-devel] [issue553] optimize --reorder = renameFile: permission denied (1.1.0 unstable)

2007-10-27 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: I get this error when I run the hashed_inventory.sh test (in hashed inventory mode). This will take some tracking down... -- messages: 2178 nosy: beschmi, droundy, eivuokko, kowey, rgm, tommy, wglozer priority: bug status: unread title

[darcs-devel] [issue551] Improve error message when darcs push encounters conflicts

2007-10-26 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Right now, we get: darcs failed: Refusing to apply patches leading to conflicts. If you would rather apply the patch and mark the conflicts, use the --mark-conflicts option There are conflicts in the following files: The basic problem

[darcs-devel] [issue523] should catch unapplicable patches on pull

2007-08-23 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: See issue154 I wish darcs would detect when a patch was bad/unapplicable (for example, remove a non-empty directory). Instead of blowing up, it would just refuse to pull the patch. I'm not sure if there is a practical way to do this. Darcs

[darcs-devel] darcs patch: [issue319, issue440] Backup unmanged wor... (and 6 more)

2007-08-21 Thread Eric Kow
Hi Tommy, I was thinking that maybe these patches could go into stable (more issue319 than issue298), assuming I didn't make any mistakes in them. Tue Aug 21 07:19:42 CEST 2007 Eric Kow [EMAIL PROTECTED] * [issue319, issue440] Backup unmanged working dir files as needed. If f

Re: [darcs-devel] darcs patch: Refactor interactive patch selection. (and 5 more)

2007-08-10 Thread Eric Kow
Fri Aug 10 09:32:45 CEST 2007 Eric Kow [EMAIL PROTECTED] * [issue125] Tell user that when we skip patches in interactive mode. There is a 'pushAll' function in there which is likely not necessary. Will submit a patch replacing it with a simple reverse rs ++ xs -- Eric Kow

[darcs-devel] [issue515] web interface to roundup is easy-to-spam

2007-08-08 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Not sure what the right solution is. One thing is to maybe moderate new submissions from the bugtracker (at least, as far as the mailing list is concerned). It would be nice if the web interface could tell the user that their submission has been

[darcs-devel] [issue405] darcs send -o test.dpatch --repodir=somerepo leaves output file in repository directory

2007-07-31 Thread Eric Kow
Eric Kow [EMAIL PROTECTED] added the comment: In the ensuing discussion (which should be continued on darcs-devel), we forgot to mention that is is now resolved in unstable with: Tue Jul 24 03:34:25 CEST 2007 Zachary P. Landau [EMAIL PROTECTED] * Makes non-repository paths in DarcsFlags

[darcs-devel] [issue405] darcs send -o test.dpatch --repodir=somerepo leaves output file in repository directory

2007-07-23 Thread Eric Kow
Eric Kow [EMAIL PROTECTED] added the comment: Hey, moving fast on this! :-) On Tue, Jul 24, 2007 at 01:41:43 -, Zachary P. Landau wrote: A lot of talk for what seems like a small patch. Can someone take a look at this and see if it makes sense to them? It seems to me that all

[darcs-devel] [issue499] roundup web interface painfully slow

2007-07-21 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: I wonder why... -- messages: 1888 nosy: beschmi, droundy, kowey, tommy status: unread title: roundup web interface painfully slow __ Darcs bug tracker [EMAIL PROTECTED] http://bugs.darcs.net/issue499

Re: [darcs-devel] darcs patch: start gadt stuff (and 29 more)

2007-06-17 Thread Eric Kow
Sealed :: !(px C(,y)) - Sealed p you mean Sealed :: !(px C(,y)) - Sealed px right? yup! -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon français. ___ darcs-devel mailing list darcs

Re: [darcs-devel] darcs patch: Added prehooks

2007-05-05 Thread Eric Kow
thing possible. That is, I copied the code for posthooks and changed post to pre and also made sure it runs before darcs runs. -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon français. ___ darcs

Re: [darcs-devel] darcs patch: add test to trigger yet another buggy case.

2007-05-05 Thread Eric Kow
I'll look at this tonight or tomorrow morning. Any chance it could be related to case insensitivity on my end? -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon français. ___ darcs-devel

[darcs-devel] [issue443] pull = _darcs/patches/pending.tent... renameFile permission denied (1.0.9rc2, Windows)

2007-04-22 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: For some time now, I have not been able to pull more than one patch at a time in Windows. I get darcs.exe: _darcs/patches/pending.tentative_prepend-0: renameFile: permission denied (Permission denied) Yeah, I know I should have reported

[darcs-devel] darcs patch: Add tests specifically for applying patc... (and 1 more)

2007-04-19 Thread Eric Kow
situation. Note that it breaks quiet mode and does not do any of the fancy stuff I was hoping for. Hopefully somebody else is willing to step up and polish this off. Thu Apr 19 22:00:48 CEST 2007 Eric Kow [EMAIL PROTECTED] * Add tests specifically for applying patches to the working dir

[darcs-devel] [issue440] mv = silently overwrites files in working directory

2007-04-18 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Due to the behaviour of renameFile and renameDirectory, which silently replace things that already exist. We probably should *not* do this, the basic principle being not to harm anything that doesn't belong to us. mkdir x cd x; darcs init

[darcs-devel] darcs patch: Rename --disable-ssh-cm to --no-ssh-cm. (and 2 more)

2007-03-09 Thread Eric Kow
Hi Tommy, Here are the patches as requested. Note that I didn't actually put the mental effort into trying to do this automatically, so you might want to have a look just to make sure. The patches are slightly different. Sat Mar 10 07:11:24 CET 2007 Eric Kow [EMAIL PROTECTED] * Rename

[darcs-devel] [issue379] interactive 'h' should not be hidden by long patches

2007-01-05 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Basic idea is that (1) interactive commands which deal with 'changes' (i.e. record, amend, revert, unrevert) should implement the 'v' command (2) pressing 'h' should not display the current patch (as it may be very long), but remind the user

[darcs-devel] [issue349] interupting ssh commands leaves controlmaster socket around

2006-11-15 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: It would be nice if darcs had code to kill off the CM not matter how it exits. -- messages: 1225 nosy: EricKow, droundy, tommy status: unread title: interupting ssh commands leaves controlmaster socket around

[darcs-devel] [issue341] use dedicated standard libraries when possible

2006-11-10 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: It would be nice if darcs used more standard libraries, or libraries dedicated to a specific task. This is just a placeholder bug for all the things which might be nice to have: Data.Bytestring System.Process System.FilePath http://www

[darcs-devel] [issue337] distinguish between explicitly requested patches and dependencies

2006-11-08 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Darcs really ought to know the difference between a patch that has been explicitly requested, and one that it has selected because of a depedency. Doing so would allow us to tell the user (for example) that we are pushing a patch because we depend

[darcs-devel] [issue296] Compound patches

2006-10-13 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Import of RT #141 Sammi Williams [EMAIL PROTECTED] 2004-12-15 - Is there any way to merge two patches together to form one bigger patch? The example is I have two patches A and AB, where patch

[darcs-devel] [issue297] --list-options fails when command cannot be run

2006-10-13 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Import of RT #214 David Roundy [EMAIL PROTECTED] 2005-02-09 - On Wed, Feb 09, 2005 at 07:45:19PM +0200, Vassilii Khachaturov wrote: Here is a transcript: [EMAIL PROTECTED]:~$ darcs trackdown --he

[darcs-devel] [issue298] Backup working dir files when conflicts are found

2006-10-13 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Import of RT #91 markstos [EMAIL PROTECTED] 2004-10-11 -- I like CVS' simple solution [to help recover from conflicts]. From the CVS docs: CVS tells you that there were some conflicts. Your original

[darcs-devel] [issue299] Diff not smart about checkpoints

2006-10-13 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Import of RT #552 jch [EMAIL PROTECTED] 2005-10-13 -- The functions get_matcher and get_before_matcher are not smart enough about checkpoints. They unconditionally grab a pristine tree (which might

[darcs-devel] [issue290] --ask-deps should not put unnecessary dependencies in patch

2006-10-12 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Import of RT #327 Tommy Pettersson [EMAIL PROTECTED] 2005-04-08 Let patch A depend on patch B, and let them come after the last tag T. A-B T-... --ask-deps will ask about A, and if I say Yes

[darcs-devel] [issue291] darcs record interactive option: e is for edit

2006-10-12 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Import of RT #145 markstos [EMAIL PROTECTED] 2004-12-17 -- Here's my wish for a new option for the interactive darcs record: option: e short description: edit file at this point long description: Selecting

[darcs-devel] [issue292] darcs.cgi --matches/--patches support (and bugtracker integration)

2006-10-12 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Import of RT #294 markstos 2005-03-22 --- darcs.cgi should support changes --matches/--patches for Real Cool RT integration Some darcs developers are adopting the standard of including the unique RT ticket number in the patch

[darcs-devel] [issue295] Unable to write repo across a SMB network (w/ Cygwin)

2006-10-12 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Diego Essaya [EMAIL PROTECTED] 2005-05-26 --- Import of RT #399 I'm using darcs-2005.05.13-win32 under Windows 98 + Cygwin. I tried to create and manage a repository on a remote Windows 98 using the SMB

[darcs-devel] [issue285] switch/hotkey to show unified diff instead of hunks when recording

2006-10-11 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: (import of RT #524) When recording a patch I often find myself opening a second terminal and running 'darcs diff -u' there to give me a context of a change where 'darcs record' just asks whether I want to record the a like 'listIndex += 1' which

[darcs-devel] [issue286] darcs dist --tag

2006-10-11 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Import of RT #351 Tommy - darcs dist should take a --tag option so I can create a dist from a tagged versoin of a repo. David - Agreed. -- messages: 1060 nosy: EricKow, droundy, tommy priority: feature status: unread

[darcs-devel] [issue287] add standard README and INSTALL files

2006-10-11 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Import of RT #249 Mark Stosberg - Michael Schwern pointed out to me today that the darcs distribution has neither a standard README or INSTALL file. I think that's reasonable, so I'm filing this report. I'm not sure about the best

[darcs-devel] [issue288] search feature in interactive patch selection

2006-10-11 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Import of RT #314 Junio C Hamano [EMAIL PROTECTED] --- I often wish 'What now?' prompt for many darcs commands included 'look for an item that matches a string I am going to type'. An example session with a version

[darcs-devel] [issue289] darcs record should prompt only once when adding and removing files

2006-10-11 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: Import of RT #36 David Roundy 2004-11-07 --- darcs record should prompt only once when adding and removing files (now it prompts twice: once to add/remove the file and again for the contents -- messages: 1064 nosy

[darcs-devel] darcs patch: Tweak GHC version check for getBounds in Lcs.lhs.

2006-09-28 Thread Eric Kow
Thu Sep 28 23:48:04 CEST 2006 Eric Kow [EMAIL PROTECTED] * Tweak GHC version check for getBounds in Lcs.lhs. This is to retain Esa's GHC 6.6 fix whilst making it possible for me to compile on the current GHC 6.5. New patches: [Tweak GHC version check for getBounds in Lcs.lhs. Eric

[darcs-devel] darcs patch: Fix Windows stderr non-redirection. (and 1 more)

2006-09-09 Thread Eric Kow
Correcting my patch and cleaning up my code Sat Sep 9 07:52:04 CEST 2006 Eric Kow [EMAIL PROTECTED] * Fix Windows stderr non-redirection. (It was consistently redirecting to stdout.) Also make the exec code more readable/transparent. Sat Sep 9 09:07:39 CEST 2006 Eric Kow

[darcs-devel] darcs patch: Do not redirect to or from /dev/null when calling ssh.

2006-09-03 Thread Eric Kow
connections that this patch does not aim to address. Sun Sep 3 23:48:31 CEST 2006 Eric Kow [EMAIL PROTECTED] * Do not redirect to or from /dev/null when calling ssh. Redirection of stdin and stdout breaks putty, which uses these to interact with the user. Quiet mode, and redirecting

[darcs-devel] darcs patch: Exec improvements : Windows redirection, and more redi...

2006-09-03 Thread Eric Kow
This is a resubmission. I am sending this in two bundles although there is a semantic dependency from the next patch to this patch. It should be ok to apply just this patch without applying the next one. Fri Jul 7 07:41:34 CEST 2006 Eric Kow [EMAIL PROTECTED] * Exec improvements : Windows

[darcs-devel] darcs patch: Account for timezone offset in cleanDate... (and 1 more)

2006-08-12 Thread Eric Kow
This is a followup to discussion on issue220. Somewhat following Juliusz's suggestions, it splits the cleanDate/readDate stuff into variants for user interface dates, new on-disk patch dates and old on-disk patch dates. Sat Jun 10 21:30:49 CEST 2006 Eric Kow [EMAIL PROTECTED] * Account

[darcs-devel] darcs patch: Extend runSSH function to accept argumen... (and 1 more)

2006-08-12 Thread Eric Kow
) not using stdin was a well-intentioned regression from some previous patch 4) something weird is going on Sat Aug 12 16:29:32 CEST 2006 Eric Kow [EMAIL PROTECTED] * Extend runSSH function to accept argument for stdin. Sat Aug 12 16:31:13 CEST 2006 Eric Kow [EMAIL PROTECTED] * Read sftp batch file

[darcs-devel] [issue239] --disable-ssh-cm doesn't actually do anything

2006-08-11 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: I must have accidentally steamrollered over when switching the smart, unsafe CM check. What worries me about this is that we might have to pass the DisableSSHControlMaster flag all the way down to the ssh level now, or maybe do something clever

[darcs-devel] darcs patch: Do not run sftp with the -q flag (issue240).

2006-08-11 Thread Eric Kow
Hi Tommy, It's probably a good idea to let this one into stable soon. It corrects a bug in one of my patches recentently pulled into stable from unstable. Sorry about that, folks. Fri Aug 11 23:20:30 CEST 2006 Eric Kow [EMAIL PROTECTED] * Do not run sftp with the -q flag (issue240

Re: [darcs-devel] darcs patch: Improved SSH ControlMaster check. (and 2 more)

2006-07-13 Thread Eric Kow
/dev/null stuff; otherwise, putty users would not be informed when they have to type a password. That being said, I'm still dissatisfied with the current CM check and would be delighted if somebody would suggest a better one. -- Eric Kow http://www.loria.fr/~kow PGP Key ID

[darcs-devel] [issue223] add a --remotedarcs flag

2006-07-09 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: What might be handy for darcs push on remote servers where darcs is not installed in the expected places, for example, darcs push --remotedarcs=/opt/local/bin/darcs Files affected: RemoteApply.lhs, DarcsFlags.lhs and DarcsArguments.lhs I think

[darcs-devel] [issue220] missing inventories file in repo for darcs project

2006-07-06 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: In all my copies of the darcs darcs repository, I have lately been getting complaints like darcs: /foo/bar/myDarcsRepo/_darcs/inventories/20030921155726-53a90-7d65b741dd9d81ff290ee5423046dd53f783a180.gz: openBinaryFile: does not exist

[darcs-devel] darcs patch: Improved SSH ControlMaster check. (and 2 more)

2006-07-06 Thread Eric Kow
Thu Jul 6 22:18:19 CEST 2006 Eric Kow [EMAIL PROTECTED] * Improved SSH ControlMaster check. Remove spurious error messages seen in issue200 and issue219. Fixes issue218. Thu Jul 6 22:25:09 CEST 2006 Eric Kow [EMAIL PROTECTED] * Refactor calls to ssh/scp/sftp. Fri Jul 7 04

[darcs-devel] darcs patch:More SSH stuff

2006-07-06 Thread Eric Kow
:34 CEST 2006 Eric Kow [EMAIL PROTECTED] * Exec improvements : Windows redirection, and more redirection control. - Implement ability to redirect to /dev/null under Windows (eivuokko on #darcs points out that it is NUL under Windows) - Add exec_ function, which does the same thing

[darcs-devel] darcs patch: Account for timezone offset in cleanDate... (and 1 more)

2006-06-10 Thread Eric Kow
, which would seem more intuitive. 2. use unsafePerformIO to grab the local timezone So there may be some discussing to do Sat Jun 10 21:30:49 CEST 2006 Eric Kow [EMAIL PROTECTED] * Account for timezone offset in cleanDate (Fixes issue173). Sat Jun 10 21:44:09 CEST 2006 Eric Kow [EMAIL

[darcs-devel] darcs patch: Add a test suite for calling external programs.

2006-05-30 Thread Eric Kow
Sun May 21 06:54:07 CEST 2006 Eric Kow [EMAIL PROTECTED] * Add a test suite for calling external programs. For now this only includes a test for ssh (issue171). New patches: [Add a test suite for calling external programs. Eric Kow [EMAIL PROTECTED]**20060521045407 For now

[darcs-devel] darcs patch: Only launch SSH control master on demand (fixes issue171)

2006-05-28 Thread Eric Kow
Using the unsafePerformIO trick suggested by Juliusz with the atexit function by Tomasz and partly motivated by Tommy. Hope this is what you guys had in mind :-) Sun May 28 11:30:00 CEST 2006 Eric Kow [EMAIL PROTECTED] * Only launch SSH control master on demand (fixes issue171

[darcs-devel] darcs patch: Only test for SSH ControlMaster if there... (and 1 more)

2006-05-20 Thread Eric Kow
Sun May 21 06:50:43 CEST 2006 Eric Kow [EMAIL PROTECTED] * Only test for SSH ControlMaster if there are ssh paths in args. (Fixes issue171) Note that this also works if you are in a repository whose default repo is an ssh path because darcs injects the defaults into arguments list

[darcs-devel] [issue171] darcs runs ssh needlessly

2006-05-16 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: As reported by Lexington Luthor on darcs-users, darcs needlessly runs ssh -O an_invalid_command (to determine if ssh has the ControlMaster feature or not) regardless of whether or not there are any remote paths. This bit of silliness was entirely

[darcs-devel] darcs patch: Display list of subcommands when getting... (and 2 more)

2006-04-05 Thread Eric Kow
Sun Apr 2 21:00:38 CEST 2006 Eric Kow [EMAIL PROTECTED] * Display list of subcommands when getting help on a supercommand. Mon Apr 3 00:53:14 CEST 2006 Eric Kow [EMAIL PROTECTED] * Display help on matching on darcs help --match This slightly refactors PatchMatch in a way

[darcs-devel] [issue154] removing a non-empty directory is catastrophically painful

2006-03-29 Thread Eric Kow
New submission from Eric Kow [EMAIL PROTECTED]: I don't know if this is theoretically possible to fix, but it would be really nice if this case behaved better. mkdir foo cd foo darcs init mkdir d darcs add d darcs record -a -m Added directory d cd .. darcs get foo puller cd puller echo moo d

[darcs-devel] darcs patch: remove spurious '.' in doc (and 2 more)

2006-03-20 Thread Eric Kow
Here it is as a clean patch. Sorry for the noise. Sun Jan 15 00:00:20 CET 2006 Eric Kow [EMAIL PROTECTED] * remove spurious '.' in doc Sat Mar 18 01:15:22 CET 2006 Eric Kow [EMAIL PROTECTED] * Add a --diff-command flag. Tue Mar 21 00:59:32 CET 2006 Eric Kow [EMAIL PROTECTED

[darcs-devel] darcs patch: Refactor calls to ssh. (and 3 more)

2006-03-20 Thread Eric Kow
As requested (plus dependencies): Tue Mar 21 00:52:00 CET 2006 Eric Kow [EMAIL PROTECTED] * More detailed comments for SSH control master. Tue Mar 21 00:52:17 CET 2006 Eric Kow [EMAIL PROTECTED] * Add a flag to disable use of SSH control master. New patches: [Refactor calls to ssh. Eric

[darcs-devel] darcs patch: refactor amInRepository, am_in_repositor... (and 2 more)

2006-03-17 Thread Eric Kow
Sun Jan 15 12:15:09 CET 2006 Eric Kow [EMAIL PROTECTED] * refactor amInRepository, am_in_repository and findRepository replace helper functions with general seekRepo function also refactor am_not_in_repository Fri Mar 17 22:25:29 CET 2006 Eric Kow [EMAIL PROTECTED] * Minor

[darcs-devel] darcs patch: Refactor calls to ssh. (and 1 more)

2006-03-17 Thread Eric Kow
Fri Mar 17 22:48:16 CET 2006 Eric Kow [EMAIL PROTECTED] * Refactor calls to ssh. Also, separate out the argument for the remote address in some calls. This makes it easier to implement functionality like use of the ControlMaster feature. Sat Mar 18 00:33:37 CET 2006 Eric Kow

Re: [darcs-devel] darcs patch: Added --repodir argument to init (RT #10... (and 5 more)

2006-03-04 Thread Eric Kow
On 4 mars 06, at 12:06, Eric Kow wrote: Sat Mar 4 03:41:50 CET 2006 Eric Kow [EMAIL PROTECTED] * Improved support for absolute paths (issue 32). oops! that should read issue *39* resending -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de

Re: [darcs-devel] Re: [darcs-users] FOSDEM summary

2006-02-28 Thread Eric Kow
. Whether Eric is going to get this right is a different story, but I'll give it a go. -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon français. ___ darcs-devel mailing list darcs-devel

Re: [darcs-devel] FOSDEM summary

2006-02-27 Thread Eric Kow
/GraphicalInterface -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon français. ___ darcs-devel mailing list darcs-devel@darcs.net http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

[darcs-devel] Re: [darcs-users] FOSDEM

2006-02-23 Thread Eric Kow
Ibis Sainte Catherine, aka the speaker's hotel Surely we'll be able to figure the rest out from there. Anyway, if you'd like to hang out, that might be a good way to catch the group. -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon

Re: [darcs-devel] Re: Patch plugins

2006-02-19 Thread Eric Kow
://www.darcs.net/DarcsWiki/IdeasForDarcs ? -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon français. ___ darcs-devel mailing list darcs-devel@darcs.net http://www.abridgegame.org/cgi-bin

Re: [darcs-devel] Re: Patch plugins

2006-02-16 Thread Eric Kow
of dumbly moving hunks around. Do you think this thread is relevant? http://article.gmane.org/gmane.comp.version-control.darcs.user/9418 -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon français

Re: [darcs-devel] darcs patch: Remove '4 score, 7 years ago' from datep... (and 2 more)

2006-02-11 Thread Eric Kow
with time differences as small as 105 years. Something fishy is going on and I want to get to the bottom of it. (*) The error message will still be useful, though, in case the user ever types stuff like 1 years ago. -- Eric Kow http://www.loria.fr/~kow PGP Key ID

[darcs-devel] Re: wxDarcs and withRepoLock

2006-01-30 Thread Eric Kow
On 29 janv. 06, at 01:06, Eric Kow wrote: But one horrible thing that happens is that the record command never gets around to releasing its repository lock, even if you close the Record window (2). It doesn't matter if you actually record something or if you cancel. Both options leave

  1   2   >