[Webkit-unassigned] [Bug 85720] [webkitpy] FileSystem should have a pathsep abstraction
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 7 12:08:35 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=85720
--- Comment #4 from Dirk Pranke <dpranke at chromium.org> 2012-05-07 12:08:35 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > I made an Environment abstraction. Did I never land it?
>
> You did, but it doesn't seem to have many features. Should we move sep from FileSystem to Environment and add pathsep to it?
>
> We may be talking about different kinds of environment abstractions, though -- to me, Environment is about environment variables and things we can change, whereas information such as pathsep and sep never changes in a system.
'sep' is clearly a filesystem-related concept, since it is used by things like filesystem.join().
'pathsep' is less clear to me; nothing in a filesystem actually uses or requires path separators. The only thing that does are things in the environment.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list