Skip to content

Re-compute codegen plan after the execution of each code-generation step #3

@LukeMathWalker

Description

@LukeMathWalker

There are pathological cases (see here) that might require us to re-compute the codegen plan after the execution of each code generation unit.

We could start off with a pretty naive implementation (i.e. cargo generate-lockfile + re-compute the codegen plan - the units we already generated) and then make it more sophisticated over time (e.g. detect if the newly generated manifest has added any new dependency edges and skip re-generation if that's not the case).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions