Petr Ročkai <[email protected]> added the comment: Hi,
Thomas Hartman <[email protected]> writes: > What and where are the CLONE_FS (...) flags ? > > ...darcs.net $ find -type d -name _darcs -prune -o -name *.hs -print | > xargs -i grep CLONE {} # (no output) sorry, I was referring to the Linux system call clone, which is used to create new threads. In Linux, threads can be created in such a way that each thread has its own working directory. This would likely solve your problem of darcs calling and relying on setCurrentDirectory, IIUIC? (But it is problematic in other ways, since this does not seem to be available from neither pthread API nor GHC threading API...) Yours, Petr. __________________________________ Darcs bug tracker <[email protected]> <http://bugs.darcs.net/patch127> __________________________________ _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
