oils-for-unix / oils

Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
http://www.oilshell.org/
Other
2.85k stars 159 forks source link

`install-wedges` is mentioned in docs, but no longer exists in `build/deps.sh` #2124

Closed KingMob closed 2 days ago

KingMob commented 5 days ago

There are subvariants, like install-wedge-list, install-wedges-fast, and install-wedges-soil, but plain install-wedges doesn't exist.

It's mentioned in mycpp/README.md, soil/worker.sh, and the dev cheat sheet in the wiki.

The only reason I didn't go ahead and fix them is, I'm not sure which to replace the references with.

andychu commented 2 days ago

Thanks for noticing this! I just renamed it back to install-wedges

(I optimized it awhile ago and the new version was called install-wedges-fast, but I didn't rename it back !)