metatypedev / ghjk

ghjk is a programmable runtime manager and an attempt at a successor for asdf.
Mozilla Public License 2.0
4 stars 0 forks source link

Auto git conflict cleanup for lockfiles #82

Open Yohe-Am opened 1 month ago

Yohe-Am commented 1 month ago

Ghjk lockfiles are expensive to generate as they require resolving information from multiple registries instead of one like most package manager. When a merge conflict occurs in the file, as it does so often, deleting and re-generating is not an ideal solution. It should be possible to cleanly resolve or mostly recover lockfiles that are corrupted by git conflicts.

PNPM has such a feature implemented.

linear[bot] commented 1 month ago

MET-555 Auto git conflict cleanup for lockfiles