-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSONStore: file_writable -> read_only #625
Conversation
Codecov Report
@@ Coverage Diff @@
## main #625 +/- ##
==========================================
+ Coverage 89.22% 89.24% +0.02%
==========================================
Files 40 40
Lines 2811 2817 +6
==========================================
+ Hits 2508 2514 +6
Misses 303 303
Continue to review full report at Codecov.
|
I think we should maybe only keep |
Just to make sure I understand what you're saying, do you mean, e.g.
in other words, the user always has to specify |
Yeah, exactly. |
OK, will this cause compatibility problems though? Because if we're trying to support legacy code that says, e.g. |
Oh, sorry for not being clear. It can be optional, I just wanted to suggest changing how |
This PR adds a
read_only
kwarg toJSONStore
to replacefile_writable
.Contributor Checklist