Hi all
I saw the talk on Pkg3 and was a bit confused with the naming.
My personal expectation was something like this:
Manifest.toml for the actual configuration
Manifest.lock for the latest working set
Manifest.journal for the log. This one I would expect to be a like firebird or another single file db with a lock.
Of course Config.* would be fine too. The mix of Config.toml and Manifest.toml was confusing me since many develop environments use them also.
Like android with Manifest.xml or npm with packages.json and packages-lock.json or cargo with Cargo.toml and Cargo.lock.
Regards
Hi all
I saw the talk on Pkg3 and was a bit confused with the naming.
My personal expectation was something like this:
Manifest.tomlfor the actual configurationManifest.lockfor the latest working setManifest.journalfor the log. This one I would expect to be a like firebird or another single file db with a lock.Of course
Config.*would be fine too. The mix ofConfig.tomlandManifest.tomlwas confusing me since many develop environments use them also.Like android with
Manifest.xmlor npm withpackages.jsonandpackages-lock.jsonor cargo withCargo.tomlandCargo.lock.Regards