Skip to content

[DEPENDENCY] Bump BlitzForge: per-BlitzType release dispatch#116

Merged
CoreyRDean merged 1 commit into
developfrom
chore/bump-blitzforge-list-dispatch
May 24, 2026
Merged

[DEPENDENCY] Bump BlitzForge: per-BlitzType release dispatch#116
CoreyRDean merged 1 commit into
developfrom
chore/bump-blitzforge-list-dispatch

Conversation

@CoreyRDean
Copy link
Copy Markdown
Collaborator

Summary

Bumps compiler/BlitzForge submodule pointer from efc44d8927760a to pick up:

  • bf#56 bbruntime: per-BlitzType release dispatch (re-enables testEmbeddedLists)

reference_map entries now carry a creation-time type label so lists-of-lists dispatch via _bbVectorFree on inner-list release instead of _bbObjDelete on a std::vector<int>* (UB).

Test plan

  • Submodule pointer cleanly diff-bumps
  • CI builds the rcce2 Windows binary
  • Test suite passes

🤖 Generated with Claude Code

Includes:
  - bf#56 bbruntime: per-BlitzType release dispatch (re-enables
    testEmbeddedLists)

reference_map now carries a creation-time type label so lists-of-lists
dispatch through _bbVectorFree on inner-list release instead of
_bbObjDelete on a vector<int>* (UB). Runtime fix that affects the
compiled Windows binary that rcce2 ships.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CoreyRDean CoreyRDean requested a review from a team as a code owner May 24, 2026 23:22
@CoreyRDean CoreyRDean merged commit 8bf7266 into develop May 24, 2026
1 check passed
@CoreyRDean CoreyRDean deleted the chore/bump-blitzforge-list-dispatch branch May 24, 2026 23:26
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.

1 participant