#1578: darcs-all work around for darcs Issue 467
--------------------------+-------------------------------------------------
Reporter: thorkilnaur | Owner:
Type: bug | Status: new
Priority: normal | Milestone: _|_
Component: Build System | Version: 6.7
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Unknown |
--------------------------+-------------------------------------------------
Changes (by igloo):
* owner: igloo =>
* milestone: 6.10 branch => _|_
Comment:
None of these give the right answer on Windows:
{{{
use Cwd;
use File::Spec;
$x = File::Spec->rel2abs(".");
print "$x\n";
print cwd(), "\n";
print getcwd(), "\n";
print fastgetcwd(), "\n";
}}}
and cygwin's `pwd` program doesn't either.
If someone knows how to portably get the current working directory with
perl then this is easy to fix.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1578#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs