Peter Waller
Peter Waller
At the moment 'elfshaker list' shows packs by default. This is inconvenient as the output is not something you can feed into 'elfshaker extract' and other tools. @veselink1 and I...
Hi @veselink1, do you recall if is there a script to make esi files to hand or do we need to make one?
A list of things we should make sure are clearly documented. If you're new to rust: - [ ] You might not know to use `--release` with `cargo build`. -...
Manpages
Manpages would be 'nice to have' at some point. I don't know what it takes to make them, can you just drop them in ~/.local/share for a local installation?
Failing to fmt should be a CI blocker, I keep somehow introducing fmt bugs; I can fix this on my side but it's useful to have it defended.
Right now, if you create a pack or a snapshot, we don't check for an already existing one. The idea is to use the AtomicCreateFile API to check for the...
At the moment `elfshaker pack` will bail out if an existing non-loose pack is included in the new pack. However, this could support repacking behaviour fairly easily. I imagine introducing...
Right now, it's not idempotent. See discussion here: https://github.com/elfshaker/elfshaker/pull/22#discussion_r743551857 The problem is that the version rewrite happens each time you run the script, and we can't assume we can restore...
If you break elfshaker such that it can't read a previous version of the pack, it fails with no error messages, only saying 'Script exited with error, tempfiles preserved in...
Currently we assume an index is loose if it is missing a pack file. However, we may want to be able to have 'all of the indices' downloaded without the...