Bump version to 0.6.1#319
Merged
Merged
Conversation
HumanBean17
added a commit
that referenced
this pull request
Jun 14, 2026
A pyarrow/lance worker thread (loaded via lancedb in lifecycle commands) can outlive CPython finalization in a one-shot CLI subprocess and trip PyGILState_Release (SIGABRT, exit -6). It's a thread-timing race — flaky — and it intermittently red-blocked unrelated PRs: it killed the erase step of test_cli_lifecycle_round_trip_init_increment_meta_erase on PR #320 (which touches only installer.py), while the same test passed on green master #319. Route the installed `java-codebase-rag` entry through _console_script_main, which flushes stdout/stderr and os._exit(rc) instead of returning into the racy teardown. main() stays return-based so in-process test callers keep working. Co-authored-by: Claude <[email protected]>
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.
This PR bumps the version number to 0.6.1 and publishes the package to PyPI.