Commit 2026-02-11 10:09 307d01a4

View on Github →

chore: move OrderDual to its own file (#35105) This PR moves OrderDual and its order instances from Order.Basic to a new file Order.OrderDual, in preparation for changing OrderDual from a type alias to a one-field structure to prevent defeq abuse. The new file imports Order.Basic and gives more flexibility with imports for the subsequent structure change. šŸ¤– Prepared with Claude Code

Estimated changes