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

Create an explicit ~/.jsvu/bin path #123

Merged
merged 1 commit into from
Aug 1, 2022
Merged

Create an explicit ~/.jsvu/bin path #123

merged 1 commit into from
Aug 1, 2022

Conversation

mathiasbynens
Copy link
Member

Previously, we asked users to add ~/.jsvu to their $PATH, which meant that status.json and engines also became exposed (and autocompleted, etc.).

This patch moves the binaries and wrapper scripts to a dedicated ~/.jsvu/bin directory containing nothing else.

This is a breaking change; jsvu users have to update their $PATH replacing $HOME/.jsvu with $HOME/.jsvu/bin.

Issue: #116

Previously, we asked users to add `~/.jsvu` to their `$PATH`, which meant that `status.json` and `engines` also became exposed (and autocompleted, etc.).

This patch moves the binaries and wrapper scripts to a dedicated `~/.jsvu/bin` directory containing nothing else.

This is a breaking change; jsvu users have to update their `$PATH` replacing `$HOME/.jsvu` with `$HOME/.jsvu/bin`.

Issue: #116
@mathiasbynens mathiasbynens merged commit b166f5e into main Aug 1, 2022
@mathiasbynens mathiasbynens deleted the change-path branch August 1, 2022 11:08
sbc100 added a commit to emscripten-core/emscripten that referenced this pull request Dec 24, 2022
sbc100 added a commit to emscripten-core/emscripten that referenced this pull request Dec 25, 2022
@mthalman
Copy link

@mathiasbynens - This change appears to have caused an issue with the v8 engine on Windows: #130.

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.

None yet

2 participants