Skip to content

Ensure variantlib is vendorable #21

Description

@rgommers

When working on the code in this repo, let's keep in mind that variantlib needs to be both reimplementable (e.g., in Rust) and vendorable (e.g., if a build frontend or backend cannot have dependencies, like pip).

I didn't audit all the code so this is just a single example - an absolute import like this won't work well, it breaks when variantlib is vendored:

from variantlib.loader import PluginLoader

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions