Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Extend Data List functionality #1402

Merged
merged 6 commits into from
Feb 7, 2024
Merged

Extend Data List functionality #1402

merged 6 commits into from
Feb 7, 2024

Conversation

Randalphwa
Copy link
Collaborator

This PR extends the support for Data Lists. It now supports folders (for organization only) as well as non-compressed files. Compressed files are assumed to be strings, so the function calls return std::string. Non-compressed files are assumed to be binary, so the function calls return a std::pair<const unsigned char*, size_t> giving you a pointer to the data and the size of the data.

Previous commit verified that it *could* work at least in terms of getting the
correct filename. However, actually supporting writing additional files
that aren't actually a form would be somewhat involved. I've commented it
out, so it could be added back at some point if it's deemed worthwhile to
implement generating different files.
@Randalphwa Randalphwa merged commit 289d386 into main Feb 7, 2024
@Randalphwa Randalphwa deleted the data_list branch February 7, 2024 03:02
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant