Consolidate the rank promotion and cache chain registrations behind one value-type list#4346
Conversation
…ne value-type list
There was a problem hiding this comment.
Code Review
This pull request refactors node_registry.rs by introducing a new macro ranked_value_types! to consolidate the list of value and enum element types used for ranked wires. This eliminates duplication between the rank promotion adapters and the cache chain registrations, ensuring consistency. Additionally, several imports have been updated to support this consolidation. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Removes a few lines of code and makes this more maintainable, and fixes a few obscure missing type monomorphizations.