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

Commits on Dec 24, 2023

  1. Migrate interface to shelf.core, add rudimentary multifile support

    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.
    nicholasjng committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    176bff7 View commit details
    Browse the repository at this point in the history
  2. Add shelf fsconfig fixture, multi-file test

    Currently works by taking the tuple of files, which works, but is not
    the nicest solution.
    nicholasjng committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    e786812 View commit details
    Browse the repository at this point in the history