mighty-gerbils / gerbil

Gerbil Scheme
https://cons.io
GNU Lesser General Public License v2.1
1.15k stars 110 forks source link

A couple of fixes #1015

Closed vyzo closed 10 months ago

vyzo commented 10 months ago
  1. Kill version.ss, the v0.19 development cycle has started.
  2. make clean should not try to delete things that don't exist and fail
  3. normalize load-path order: 1. GERBIL_LOADPATH 2. GERBIL_PATH/lib 3. GERBIL_HOME/lib (2 is excluded during the build)
netlify[bot] commented 10 months ago

Deploy Preview for elastic-ritchie-8f47f9 ready!

Name Link
Latest commit 2d096f5f2bfa851ebed28da55939578f10fe226d
Latest deploy log https://app.netlify.com/sites/elastic-ritchie-8f47f9/deploys/652c2543a69f7b00082328ee
Deploy Preview https://deploy-preview-1015--elastic-ritchie-8f47f9.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

fare commented 10 months ago

Shouldn't GERBIL_PATH come first? If I compile custom code, I expect it to be loaded, not some preexisting library that would somehow take precedence.

vyzo commented 10 months ago

LOADPATH is the override hook, it is not normally set.