Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A couple of fixes #1015

Merged
merged 4 commits into from
Oct 15, 2023
Merged

A couple of fixes #1015

merged 4 commits into from
Oct 15, 2023

Conversation

vyzo
Copy link
Collaborator

@vyzo vyzo commented Oct 15, 2023

  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)

vyzo added 2 commits October 15, 2023 19:50
First GERBIL_LOADPATH, then GERBIL_PATH, and then home
@vyzo vyzo requested review from fare and drewc October 15, 2023 16:55
@netlify
Copy link

netlify bot commented Oct 15, 2023

Deploy Preview for elastic-ritchie-8f47f9 ready!

Name Link
🔨 Latest commit 2d096f5
🔍 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.

@vyzo vyzo enabled auto-merge (squash) October 15, 2023 16:59
@fare
Copy link
Collaborator

fare commented Oct 15, 2023

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
Copy link
Collaborator Author

vyzo commented Oct 15, 2023

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

@vyzo vyzo merged commit 0adf6e9 into master Oct 15, 2023
11 checks passed
@vyzo vyzo deleted the a-couple-of-fixes branch October 15, 2023 18:32
drewc pushed a commit to drewc/gerbil that referenced this pull request Nov 29, 2023
0. Kill version.ss, the v0.19 development cycle has started.
1. make clean should not try to delete things that don't exist and fail
2. normalize load-path order: 1. GERBIL_LOADPATH 2. GERBIL_PATH/lib 3.
GERBIL_HOME/lib (2 is excluded during the build)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants