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
These are rough ideas.
They are not guaranteed features and could change significantly in any actual implementation.
Community feedback is appreciated
There are various use-cases and scenarios where more customization and configuration would be helpful. Additionally, implementing these configurations within the "emulation" or virtualization layer would come with some performance and extensibility benefits.
1. read-only
At the moment, read-only file systems must use a mixin. Additionally, there is no way to use a read-write file system as read-only. It would be nice to be able to configure a file system to be read-only independent of whether the file system is actually read-only:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Note
These are rough ideas.
They are not guaranteed features and could change significantly in any actual implementation.
Community feedback is appreciated
There are various use-cases and scenarios where more customization and configuration would be helpful. Additionally, implementing these configurations within the "emulation" or virtualization layer would come with some performance and extensibility benefits.
1. read-only
At the moment, read-only file systems must use a mixin. Additionally, there is no way to use a read-write file system as read-only. It would be nice to be able to configure a file system to be read-only independent of whether the file system is actually read-only:
This would allow for some more complex configurations, and allow (for example) a consuming Unix simulator to support
/etc/fstab
'sro
option.2. copy-on-write
Going further, file systems that only support read-only operations, like
Fetch
, can often times be difficult to use:In addition to proper typing, this would also make it more clear what is actually happening:
Beta Was this translation helpful? Give feedback.
All reactions