Re: [darcs-devel] Use System.Directory.copyFile for file copying

2007-07-20 Thread Salvatore Insalaco
2007/7/20, Salvatore Insalaco [EMAIL PROTECTED]: 2007/7/19, Jason Dagit [EMAIL PROTECTED]: I'm trying to understand why System.Directory.copyFile would be preferred. Isn't it implemented in Haskell too? Isn't bytestring (or rather PackedString) IO heavily optimized and on par with C?

[darcs-devel] [issue498] progress indicators

2007-07-20 Thread Zooko
New submission from Zooko [EMAIL PROTECTED]: As per this e-mail message: http://lists.osuosl.org/pipermail/darcs-devel/2007-July/005927.html If darcs is in the process of doing something (in this case fetching metadata from a remote repository), it doesn't do a good enough job of informing

Re: [darcs-devel] [issue498] progress indicators

2007-07-20 Thread Eric Y. Kow
Thanks Zooko, Progress indicators might seem like a mere decoration, but they are actually very important to the user experience, so this is not an unimportant feature request. I think we all agree that this is very important stuff. You might want to have a look at the related issue72.