Skip to content

Build graph exclude stdlib #143

@sbrugman

Description

@sbrugman

For the analysis of how heavily a package relies on external dependencies, we can use the include_external_packages argument in the build_graph. This analysis can be used to determine which modules are affected when a dependency is removed/replaced or made optional.

Standard library imports are not relevant for this analysis, as we cannot remove them anyway.

I would like to be able to exclude them, preferably when building the graph. Alternatively, they can be filtered out later.
For this use case, I would suggest exposing the build graph arguments through impulse so that users can perform this analysis quickly from the command line.

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