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
The RawFilesystem trait is hard to use when implementing a real filesystem. We need to manage file ids, file name mappings, and file relationships. We will implement a common filesystem to handle these tasks and delegate filesystem APIs to PathFilesystem.
Describe the subtask
The RawFilesystem trait is hard to use when implementing a real filesystem. We need to manage file ids, file name mappings, and file relationships. We will implement a common filesystem to handle these tasks and delegate filesystem APIs to PathFilesystem.
Parent issue
#5504
The text was updated successfully, but these errors were encountered: