esy-issues
esy-issues copied to clipboard
Easy ISSUES
We should test that when bumping a version, or adding a package, that only packages that depend on the old/new package version need to be rebuilt.
Nix uses `sandbox-exec` on macOS and something on Linux (cgroups?) to catch sandbox violations. We should do the same. What we need is to allow writes only to `$cur__target_dir` and...
It might be nice to also have a `json` form of the environment variables, build commands, etc. (This is lower priority, but might be trivial to implement0.
What if `esy` first checked for matching hashes in `yourPackage/.esy/store/` and reused the local artifacts if they were present. It could print out why it did/did not use the package's...
Right now, to compute environment variables for one package, we must traverse its transitive dependency graph. (to compute "globally scoped" vars) That wouldn't be so bad except for the fact...