chiark / gitweb /
provide warning if config items will not preserve order
authorHans-Christoph Steiner <hans@eds.org>
Fri, 24 Feb 2017 09:28:00 +0000 (10:28 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 24 Feb 2017 10:01:01 +0000 (11:01 +0100)
commit4e396216013f1e1b5a34dcb11f9c46b489eb9981
tree7783a52c31cd76bae4a2f3dafb5615ef90a9a01f
parent388c336e7676ce8ee5b06f147caa72991c43a569
provide warning if config items will not preserve order

If a group of items are enclosed in {}, then that will be a Python set,
which does not preserve order.  To preserve order, the data must be either
a tuple () or list [].
fdroidserver/common.py
tests/run-tests