#24 Dynamic list node better API

已关闭
caryoscelus7 年之前创建 · 0 条评论

Using step_into_list is the only way to get correct node and time from dynamic list (even potential get_list_links doesn't work because it doesn't return time) and that's very cumbersome.

Perhaps the time has come to introduce a more generic ValueInContext type, which would contain all information necessary to compute node value (node and context). Dynamic list nodes would then simply return std::vector<ValueInContext>.

Using `step_into_list` is the only way to get correct node and time from dynamic list (even potential `get_list_links` doesn't work because it doesn't return time) and that's very cumbersome. Perhaps the time has come to introduce a more generic `ValueInContext` type, which would contain all information necessary to compute node value (node and context). Dynamic list nodes would then simply return `std::vector<ValueInContext>`.
caryoscelus 在代码提交 7 年之前 中引用了该工单
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。