AllenNeuralDynamics / AllenNeuralDynamics/ficus

Make deep-update and variants support sets and possibly lists

未關閉
#69 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
1
分支
0
PR 合併指標
30 天內沒有已合併 PR

描述

Currently, we can only deep update dictionaries into dictionaries.

Currently, if the dict value is a list or set, the new dict value wholesale replaces the old value.

In principle, though, it should be possible to merge sets if the old and new dict value contain sets. This gives us the ability to extend what was present rather than wholesale replace it.

There are a couple use cases where this would be huge nice-to-have. It would be worth supporting it as optional behaviors: `merge_sets` and `extend_iterables`

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。