- Nov 06, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Mar 08, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Feb 08, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Feb 05, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Jan 01, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Dec 23, 2019
-
-
Julien (jvoisin) Voisin authored
Some terminals with a small number of column could wrap the cli's output in a way that would make the testsuite fail. This commit break the tests in several smaller one to mitigate this. This issue was originally reported by eleius [here](https://github.com/actionless/pikaur/issues/433), and forwarded as #153.
-
- Dec 16, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Nov 30, 2019
-
-
Julien (jvoisin) Voisin authored
There is a bug in Python3.8 (https://bugs.python.org/issue38688) triggering an infinite recursion when copying a tree in a subfolder of the current one. We're working around it by using a list instead of an iterator, so that Python won't "discover" the target folder as part of the source files. This should fix #130
- Oct 13, 2019
-
-
Julien (jvoisin) Voisin authored
Mat2 (the cli) will now copy the input file permissions to the output file.
-
- Oct 12, 2019
-
-
Julien (jvoisin) Voisin authored
Due to bubblewrap's pickiness, mat2 can now be run without a sandbox, even if bubblewrap is installed.
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Sep 01, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Aug 31, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Aug 01, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Jul 22, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Jul 13, 2019
-
-
Julien (jvoisin) Voisin authored
-
- May 13, 2019
-
-
Rework the dependencies definition to include a 'required' flags, which is passed by the check_dependencies helper to the callers, so that they can distinguish between required and optional dependencies. This help in two ways: - The unit test for the dependencies was now failing when an optional one was missing, due to a previous rework. - Mat2's --check-dependencies was referring to "required dependencies" and was misleading for the user as some of them could be optional. Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
Remove the try/except logic when calling check_dependencies, as it cannot throw the exception anymore (it's caught already in the function). Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
- May 09, 2019
-
-
Julien (jvoisin) Voisin authored
This should ensure that if we decide to implement some threading in the cli, a faulty file won't break everything.
-
- May 08, 2019
-
-
Julien (jvoisin) Voisin authored
-
- May 01, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Apr 27, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Apr 14, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Feb 27, 2019
-
-
Julien (jvoisin) Voisin authored
- More tests - More documentation - Minor code cleanup
-
Julien (jvoisin) Voisin authored
- Feb 24, 2019
-
-
Julien (jvoisin) Voisin authored
This should improve epub compatibility, along with other formats as a side-effect
-
- Feb 21, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Feb 08, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Feb 07, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Feb 03, 2019
-
-
Julien (jvoisin) Voisin authored
This should make easier to get more metadata from archive-based file formats.
-
Julien (jvoisin) Voisin authored
-
- Feb 02, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Nov 07, 2018
-
-
Julien (jvoisin) Voisin authored
-