-
Notifications
You must be signed in to change notification settings - Fork 0
设计多对象组合工具及安全的源码生成规则 #8
Copy link
Copy link
Open
Labels
discussionDesign question; not an implementation commitmentDesign question; not an implementation commitment
Description
Activity
Metadata
Metadata
Assignees
Labels
discussionDesign question; not an implementation commitmentDesign question; not an implementation commitment
后续显式组合工具需要处理多个语义选择,以主选择决定主要布尔操作数和结果坐标系,并在安全的共同词法作用域生成新 binding。不能猜测应改写哪些下游 JavaScript 引用。
普通手写 union/cut/intersect 已是现有布尔 API,不需要重新实现。本项先讨论多选、跨作用域表达式提升和具体 GUI,再决定实现。
迁移自 PLAN.md 的 Object combination tools 章节及对应源码提升问题,保持原有后续阶段定位。