[darcs-devel] [issue227] get --context fails with absolute path in win32

Mark Stosberg bugs at darcs.net
Fri Jan 25 01:53:11 UTC 2008



Is there anyone on darcs-devel that could help with what looks an easy bug fix
for Windows? See the issue tracker link online for more context:

On Thu, Jan 24, 2008 at 02:32:01 -0000, Mark Stosberg wrote:
>   let opts = fix_context orig_opts
>       fix_context o@(Context ('/':_):_) = o
>       fix_context (Context f:os) = Context (former_dir++"/"++f):os
>       fix_context (o:os) = o : fix_context os
>       fix_context [] = []

Hmm, darcs does have a more platform-independent is_absolute function
(Darcs.Url, I think) we could use.  Want to try plugging it in?

----------
nosy: +darcs-devel, jaredj, rgm
topic: +ProbablyEasy

__________________________________
Darcs bug tracker <bugs at darcs.net>
<http://bugs.darcs.net/issue227>
__________________________________


More information about the darcs-devel mailing list