debian/compat
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 10 Dec 2017 04:48:15 +0100
changeset 3304 d942fc5847f9
parent 531 b18b00036355
child 4912 43e9bb4de6b5
permissions -rw-r--r--
stablesort: move parent range computation into its own method Now that we have running code, we'll need to avoid too deep recursion. We extract the piece dealing with the parent range before we write more code to warm it.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
531
b18b00036355 pkg/debian: Debian packaging
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents:
diff changeset
     1
8