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

Stabilize lockfile #40

Open Yohe-Am opened 4 months ago

Yohe-Am commented 4 months ago

Some TBDs:

linear[bot] commented 4 months ago

MET-393 Stabilize lockfile

Yohe-Am commented 3 months ago

Imported items getting into the lockfile or at least the hash file is critical if one wants to distribute the ghjk across multiple files. For example, port implementation that live in local scripts. If we don't track the imports, we won't be able to trigger re-serialization when the port impl changes.