Both the docstrings of assoc!
and conj!
say "Returns coll.",可能表示瞬时常量编辑(总是)是在原地进行的,其中 coll
是第一个参数。然而,情况并非如此,返回的集合始终应该使用。
方法:将 conj(image:
,pop!)
和 assoc
的文档字符串中的 "Returns coll." 替换为 "返回一个已更新的集合"。
补丁:CLJ-1385-reword-docstrings-on-transient-update-funct-2.patch
审核者:Alex Miller