comparison mercurial/exthelper.py @ 44596:7333e8bb9781

templater: fix cbor() filter to recursively convert smartset to list The previous attempt, e3e44e6e7245 "templater: fix cbor() filter to accept smartset", was incomplete since obj may be a collection containing a smartset. This works around the problem by converting smartsets recursively. Another option is to teach cborutil how to encode a smartset. That should be okay, but I hesitated to add "import smartset" to cborutil.py as the cborutil is pretty generic.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 26 Mar 2020 00:07:12 +0900
parents 101ae8bbfa02
children bd22900e26ac
comparison
equal deleted inserted replaced
44595:47c1226463a1 44596:7333e8bb9781