WenOOF icon indicating copy to clipboard operation
WenOOF copied to clipboard

many redundant submodules

Open jeffhammond opened this issue 3 years ago • 0 comments

I naively cloned WenOOF and FOODIE on my laptop and saw that it requires around 100 GB of storage, because they include each other, as well as other packages that include one another, leading to an explosion of third_party folders.

I don't actually know how the recursion stopped, and I already deleted a lot of it, but you can see below that there is a great deal of redundancy, even without the recursive clone of FOODIE.

Is there a way to not do this? It seems user unfriendly. Thanks.

./WenOOF/src/third_party
./WenOOF/src/third_party/BeFoR64/src/third_party
./WenOOF/src/third_party/FiNeR/src/third_party
./WenOOF/src/third_party/FiNeR/src/third_party/BeFoR64/src/third_party
./WenOOF/src/third_party/FiNeR/src/third_party/FLAP/src/third_party
./WenOOF/src/third_party/FiNeR/src/third_party/StringiFor/src/third_party
./WenOOF/src/third_party/FiNeR/src/third_party/StringiFor/src/third_party/BeFoR64/src/third_party
./WenOOF/src/third_party/FLAP/src/third_party
./WenOOF/src/third_party/VecFor/src/third_party
./WenOOF/src/third_party/FORESEER/src/third_party
./WenOOF/src/third_party/FORESEER/src/third_party/FLAP/src/third_party
./WenOOF/src/third_party/FORESEER/src/third_party/VecFor/src/third_party
./WenOOF/src/third_party/FORESEER/src/third_party/FLOw/src/third_party
./WenOOF/src/third_party/FORESEER/src/third_party/FLOw/src/third_party/VecFor/src/third_party
./WenOOF/src/third_party/StringiFor/src/third_party
./WenOOF/src/third_party/StringiFor/src/third_party/BeFoR64/src/third_party
./WenOOF/src/third_party/FLOw/src/third_party
./WenOOF/src/third_party/FLOw/src/third_party/BeFoR64/src/third_party
./WenOOF/src/third_party/FLOw/src/third_party/FiNeR/src/third_party
./WenOOF/src/third_party/FLOw/src/third_party/FiNeR/src/third_party/BeFoR64/src/third_party
./WenOOF/src/third_party/FLOw/src/third_party/FiNeR/src/third_party/FLAP/src/third_party
./WenOOF/src/third_party/FLOw/src/third_party/FiNeR/src/third_party/StringiFor/src/third_party
./WenOOF/src/third_party/FLOw/src/third_party/FiNeR/src/third_party/StringiFor/src/third_party/BeFoR64/src/third_party
./WenOOF/src/third_party/FLOw/src/third_party/FLAP/src/third_party
./WenOOF/src/third_party/FLOw/src/third_party/VecFor/src/third_party
./WenOOF/src/third_party/FLOw/src/third_party/StringiFor/src/third_party
./WenOOF/src/third_party/FLOw/src/third_party/StringiFor/src/third_party/BeFoR64/src/third_party

jeffhammond avatar Mar 23 '22 07:03 jeffhammond