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

Add support for handling multi-file artifacts #7

Merged
merged 2 commits into from
Dec 24, 2023

Conversation

nicholasjng
Copy link
Owner

Multifile artifacts can now be handled by passing a tuple[str, ...] to the deserializer interface.

The current solution is most likely a stopgap to a more comprehensive treatment with a single- vs. multi-file hint, derived either from type hints on the serde interface or via explicit specification.

Multifile artifacts can now be handled by passing a `tuple[str, ...]` to
the deserializer interface.

The current solution is most likely a stopgap to a more comprehensive
treatment with a single- vs. multi-file hint, derived either from type
hints on the serde interface or via explicit specification.
Currently works by taking the tuple of files, which works, but is not
the nicest solution.
@nicholasjng nicholasjng merged commit 7061296 into master Dec 24, 2023
4 checks passed
@nicholasjng nicholasjng deleted the multifile-artifacts branch January 26, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant