Skip to content

Adjust algorithm for importing modules for resolver #191

@RecurvedBow

Description

@RecurvedBow

To import a module, it is executed. However, if the module contains a module which is not imported yet, a ModuleNotFoundError is raised. Adjust the algorithm of the resolver so that missing modules are imported first before importing the actual module.

Due to this issue, the subtyping filter can not be used for unification of trace data of big projects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions