cargo-script-mvs icon indicating copy to clipboard operation
cargo-script-mvs copied to clipboard

Give full control over manifest

Open epage opened this issue 3 years ago • 1 comments

The current merge strategy is too simple.

epage avatar Apr 25 '22 18:04 epage

From the code

Note that the "merge" in this case is relatively simple: only top-level tables are actually merged; everything else is just outright replaced.

We might want to merge the package tables rather than having one completely overwrite the other. ie we might want to recurse on some tables but not fully.

epage avatar Jul 12 '22 16:07 epage

In #140, we moved from merging manifests to overwriting the specific fields we are interested in, bypassing this question

epage avatar Apr 07 '23 17:04 epage