Skip to content
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

Repeated VirtualFiles and embedded data don't play well together #62

Open
YPares opened this issue Oct 9, 2019 · 0 comments
Open

Repeated VirtualFiles and embedded data don't play well together #62

YPares opened this issue Oct 9, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@YPares
Copy link
Owner

YPares commented Oct 9, 2019

For now, if an optionsVirtualFile is repeated (e.g if it is accessed in a task repeated via FoldA or parMapTask), the options will appear only once in the config file. What we would like instead is to have that field in the config file be a JSON object, where the record of options will be also repeated and indexed by the TRIndex value.

This should also work for any embeddable VirtualFile (those who support serialization/deserialization to/from JSON). For instance, in example1 this would allow to directly embed the users data in the config file.

@YPares YPares added the enhancement New feature or request label Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant