- Jul 22, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Jul 20, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Jul 17, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Jul 14, 2019
-
- Jul 13, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
- Jul 10, 2019
-
- Jun 05, 2019
-
-
Julien (jvoisin) Voisin authored
-
- May 16, 2019
-
-
Julien (jvoisin) Voisin authored
-
- May 15, 2019
-
-
Julien (jvoisin) Voisin authored
This shouldn't make a big difference in the CLI/extension usage, but might improve the performances of long-running instances, or people misusing the API.
-
- May 13, 2019
-
-
Julien (jvoisin) Voisin authored
-
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>
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- May 10, 2019
-
-
Julien (jvoisin) Voisin authored
-
- 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.
-
Julien (jvoisin) Voisin authored
-
- May 08, 2019
-
-
Julien (jvoisin) Voisin authored
This one was spotted by @fuzzy
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- May 03, 2019
-
-
fuzzy authored
-
- May 01, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Apr 27, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Apr 14, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Mar 30, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
Apparently, mypy isn't able (yet?) to deal with variables that are changing their types at runtime. Python is wonderful.
-