Is it possible?
But, aren't search paths slower than symlinks when there are many transitive
dependencies?
What about interpreted scripts that have many transitive dependencies?
Are symlinks to transitive dependencies sometimes used in guix channel?
On Wednesday, September 18th, 2024 at 5:49 AM, Adam Faiz
wr
Let's say that A depends on B, and B depends on C.
With search paths, A doesn't have symlinks to B, and B doesn't have symlinks to
C. Thus, disk space is saved.
However, adding search path patches to existing softwares is cumbersome, and a
long list of search paths results in inefficient search
It seems no one has done that, yet.
There are node-build-system, clojure-build-system, and JVM build systems, but I
didn't see a build system for electron or javafx.