You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PosixSourceAccessor could be the implementation of a NativeSourceAccessor interface, and almost all code would refer to NativeSourceAccessor, except perhaps code like the Linux-specific sandbox implementation, which might benefit from interacting with the more specific type.
That could be a thing, but so far this is no need for the PosixSourceAccessor subtype! The SourceAccessor interface is the restricted file system object model, and that is valid on both platforms.
Ericson2314
changed the title
Rename PosixSourceAccessor to NativeSourceAccessor
Rename PosixSourceAccessor to OsSourceAccessorAug 5, 2024
The name is confusing because it works on Windows too, as is the intention.
The text was updated successfully, but these errors were encountered: