release: turnq v0.3.4 — publish Windows file-locking fix#1
Merged
Conversation
The Windows LocalTurnqClient fix (LockFileEx/_get_osfhandle via FFI, commit 98f1021) plus its Linux+Windows CI matrix (6cc765c) have been on main since v0.3.3 was cut but were never tagged or published. Published 0.3.3 still ships the old local.ts that unconditionally dlopen()s "libc.so.6" on any non-darwin platform, so it crashes on Windows (ERR_DLOPEN_FAILED, error 126). This bump exists solely to release that already-merged fix as 0.3.4. crosstalk-runtime's Windows binaries (v3.9.x) bundle turnq 0.3.3 and are currently dead-on-arrival on Windows because of this. No code change in this commit — version bump only. Merge then push tag v0.3.4 to trigger the npm publish (release.yml). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Releases the already-merged Windows file-locking fix as
v0.3.4. Version bump only — no code change in this PR.Why
The Windows path in
src/local.ts(buildWindows()→LockFileEx/_get_osfhandle, commit98f1021) and its Linux+Windows CI matrix (6cc765c) have been onmainsincev0.3.3was tagged, but were never published.Published
@cordfuse/turnq@0.3.3still ships the oldlocal.ts, whichdlopen()s"libc.so.6"on any non-darwin platform — including Windows:Impact
crosstalk-runtime@3.9.xbundlesturnq@0.3.3(pinned in its lockfile). Its brand-new Windows binaries are therefore dead-on-arrival — anycrosstalkcommand crashes at turnq import. This unblocks them.Release steps (after merge)
v0.3.4→release.ymlrunsnpm publish --access public.crosstalk-runtimeto@cordfuse/turnq@^0.3.4, regenerate its lockfile, re-release binaries (separate PR: cordfuse/crosstalk-runtime).🤖 Generated with Claude Code