Skip to content
Snippets Groups Projects
Commit a8d9f0300113 authored by Matt Harbison's avatar Matt Harbison
Browse files

vfs: disable mutating functions on readonlyvfs

Here's 14 functions by my count, that aren't gated by the mode check in
`__call__()`.  Not sure how to gate these for real- copy/paste is a pain, and
I have no idea if the `*args, **kwargs` pattern is compatible with protocols.
But the first test is to see if anything blows up.
parent ee7e106b372b
No related tags found
1 merge request!959Draft: vfs: disable mutating functions on readonlyvfs
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment