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

A single JSON using bundle might replace efl_global_strings and efl_global_slists #11

Open
neilhwatson opened this issue Dec 19, 2014 · 1 comment
Assignees

Comments

@neilhwatson
Copy link
Owner

Just read a JSON, but how to shuffle lists?

@tzz
Copy link

tzz commented Dec 20, 2014

Data containers are read-only, so a shuffler would have to either go through an slist (in which case, go getvalues -> slist -> shuffle -> mergedata back to a data container); or we'd need a new data_shuffle function just for data containers.

I would prefer the function, but it's unlikely to find favor.

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

No branches or pull requests

2 participants