Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

dir2leafvalue #106

Closed
2 of 3 tasks
markus2330 opened this issue Sep 8, 2014 · 3 comments
Closed
2 of 3 tasks

dir2leafvalue #106

markus2330 opened this issue Sep 8, 2014 · 3 comments

Comments

@markus2330
Copy link
Contributor

markus2330 commented Sep 8, 2014

The user should have a uniform behaviour for any backend.
So all test cases should also pass for:

  • ini
  • yajl
  • csvstorage

One problem these plugins have is that they "directories" cannot store values.

So a plugin should be developed that transform:

user/a = dirvalue
user/a/b = leafvalue

to:

user/a = 
user/a/___dirdata = dirvalue
user/a/b = leafvalue

(filesys used %%dirdata for the same thing)
Could also be named directoryvalue

@markus2330 markus2330 added this to the 0.8.9 milestone Sep 8, 2014
@markus2330 markus2330 modified the milestones: 0.8.10, 0.8.9 Nov 6, 2014
@markus2330 markus2330 removed this from the 0.8.10 milestone Dec 3, 2014
@markus2330
Copy link
Contributor Author

@tom-wa: maybe you take this issue after the global plugins are finished?

@sanssecours sanssecours self-assigned this Feb 18, 2016
@markus2330
Copy link
Contributor Author

See #847 for problem in the other direction: ini automatically creates dirs without a way to not have them.

@markus2330
Copy link
Contributor Author

Seems like we are not able to properly maintain the ini plugin. I close this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants