]> git.lyx.org Git - features.git/commit
Fix the remaing issues with comparisons with objects of different types.
authorJosé Matos <jamatos@lyx.org>
Mon, 3 Jun 2019 18:07:20 +0000 (19:07 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:32 +0000 (15:48 +0200)
commit4c2334a6025d7f717c968158c3c83b212d82a752
tree6a4bd2a37abe9c1182fb82afd14fe3f0355a4c11
parentd63d6b74361e7102538441b08da34d3e71dfac79
Fix the remaing issues with comparisons with objects of different types.

In python it is possible to compare tuples with a lexicographic order.

Take advantage of that since there is no need to resort to the C-trick of converting a version in hex format.

We need to set a dummy version in case we are using ImageMagick to ensure that version is always an integer 3-tuple.
lib/scripts/convertDefault.py