Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Unify compiled dependencies of old and new crate #41

Open
@ibabushkin

Description

@ibabushkin

Currently, we just disambiguate the crates compiled as dependencies of the old and new crate version. This has some issues, however: unchanged types from the two copies of a dependency aren't recognized as the same type, and various smaller issues appear.

A clean solution would be to determine the dependencies of both the old and the new crate, and to compile only one copy of each crate, preferably in a place where we don't interfere with any other tools and can reuse a maximum amount of work already done by cargo for previous compilations. After that, we can proceed to recursively determine matching crates and check them, until we reach the root crates. At this point we'd have all information needed to determine the change category of unchanged types from different crates.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions