[Webkit-unassigned] [Bug 194344] [WTF] Add getting/changing current working directory to FileSystem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 10 18:02:22 PST 2019


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

--- Comment #13 from Stephan Szabo <stephan.szabo at sony.com> ---
(In reply to Darin Adler from comment #12)
> Comment on attachment 361645 [details]
> Add get/change current working directory functions, with JSC changes
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=361645&action=review
> 
> Still not sure that we need a working directory abstraction. If we want
> "jsc" to have a working directory concept we can simulate that with a global
> string inside the tool on all platforms, not just PlayStation. No reason we
> have to use the "real" working directory, except to initialize the tool on
> startup.

True, but I think we'd need to convert relative paths given to things like the command line or functionLoad to absolute paths as well to make that work, since that's the directory we want to the file to load relative to. Here we were just doing that for PlayStation locally in the FileSystem implementation.

I'm making a parallel version where I try to do this instead.

> [snip other items]

I'm also updating for each of these depending on what happens with the above.

-- 
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/20190211/9dbe662a/attachment-0001.html>


More information about the webkit-unassigned mailing list