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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Fix use of UnstructuredList with unregistered typed #1238

Merged

Commits on Nov 2, 2020

  1. Fix use of UnstructuredList with unregistered typed

    Before this change, passing an `unstructured.UnstructuredList` to
    `client.List()` would erroneously delegate to the typed client, causing an error
    if the target type isn't registered with the client's scheme, violating the
    purpose of using `unstructured`.
    
    This patch fixes the client so that the `unstructured.UnstructuredList` is
    delegated to the internal unstructured client.
    ironcladlou committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b4434ec View commit details
    Browse the repository at this point in the history