fix: v0.6.x upgrade crash + release-asset/changelog tweaks#30
Merged
Conversation
…e doesn't list the github user with that handle as a contributor
The __depCtrlInit register call hits pre-0.7.0's unguarded register, which indexes a nil ref for a hook-created record. Gate it on semanticVersion, present only on 0.7.0+ records, so the self-update completes.
Contributor
Test results — macos-latest ✅1054 · ubuntu-latest ✅1054 · windows-latest ✅1051Summary
🎉 No failed tests in this run. Github Test Reporter by CTRF 💚 |
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.
Fixes the v0.6.x → v0.7.x self-update crash: dkjson's
__depCtrlInitcallsregister, which a pre-0.7.0 loader can't run (it indexes a nil ref for a hook-created record). The call is now gated onsemanticVersion, present only on 0.7.0+ records.Also folds in two release-workflow fixes: the bundle is built and attached as a release asset, and a bare
@fieldin the changelog is backticked so the release page stops listing the GitHub user "field" as a contributor.🤖 Generated with Claude Code