Skip to content

Los instaladores, a v0.1.5 - #61

Merged
borjaperfra merged 1 commit into
mainfrom
fix/installer-pins-v015
Sep 14, 2026
Merged

borjaperfra merged 1 commit into
mainfrom
fix/installer-pins-v015

Conversation

@borjaperfra

Copy link
Copy Markdown
Contributor

v0.1.4's PowerShell installer closed the terminal it ran in. iex executes in the current session, so the exit 1 on every failure path ended the session rather than the script: the tab shut instantly and took the error message with it, which made every kind of failure look like the same silent one.

Reported from Warp, reproduced, fixed in helmcode/nan-cli#6 and released as v0.1.5.

/install moves with it. Its script is unchanged since v0.1.4, but the two pins are tested to name the same tag and there is nothing to gain from them drifting.

v0.1.4's PowerShell installer closed the terminal it ran in. `iex` executes in
the current session, so the `exit 1` on every failure path ended the session
rather than the script: the tab shut instantly and took the error message with
it, which made every failure look like the same silent one. Reported from Warp,
reproduced, fixed in helmcode/nan-cli#6.

/install moves with it. Its script is unchanged since v0.1.4, but the two pins
are tested to name the same tag and there is nothing to gain from them drifting.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@borjaperfra
borjaperfra merged commit d770257 into main Sep 14, 2026
2 checks passed
@borjaperfra
borjaperfra deleted the fix/installer-pins-v015 branch September 14, 2026 10:07
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.

2 participants