[Webkit-unassigned] [Bug 206399] [AppleWin] No such file or directory at preprocess-idls.pl line 105

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 16 22:49:09 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=206399

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Giving "" to Cwd::realpath results different result on Cygwin Perl, Windows perl, Linux perl.

perl -e 'use Cwd; print Cwd::realpath("")."\n"'

Cygwin and Windows: An error occurs. "No such file or directory"
Linux: It returns the current directory

Bug #117944 for PathTools: realpath: different behavior on non-existent directory between Unix and Windows
https://rt.cpan.org/Public/Bug/Display.html?id=117944

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200117/1920776b/attachment-0001.htm>


More information about the webkit-unassigned mailing list