Skip to content

Draft: fix conflict with CL’s count function (GitLab issue #1)

Pulled in a copy of the old !1 (closed) to integrate with our testing and with an eye to pushing it.

@dmorrison -- Could we fix this problem not by removing count, but by no longer exporting it? If people had code that used count they must have gotten it by doing some kind of shadowing import anyway, so if we keep it as an internal symbol, we could avoid the howls that @alendvai is worried about.

Edited by Robert Goldman

Merge request reports