Skip to content

Conversation

@mathpirate
Copy link
Contributor

@mathpirate mathpirate commented Nov 4, 2025

Exploration of how to fix bug with conflicting CELL_BRANDS in OpaqueRef<Cell>


Summary by cubic

Fixes a type conflict in OpaqueRef<Cell> where [CELL_BRAND] collisions reduced the type to never. OpaqueRef now skips symbol keys to prevent brand conflicts, restoring valid get/set access on cells.

  • Bug Fixes
    • Exclude symbol keys (e.g., [CELL_BRAND]) from OpaqueRef mapping to prevent brand conflicts.
    • Added a minimal reproduction script to demonstrate the original error.

Written for commit dd12a0d. Summary will update automatically on new commits.

@mathpirate mathpirate requested a review from seefeldb November 4, 2025 22:24
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@mathpirate
Copy link
Contributor Author

closing since berni fixed this issue in a different PR another way.

@mathpirate mathpirate closed this Nov 5, 2025
@mathpirate mathpirate deleted the bug/cell-brand branch November 5, 2025 18:06
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