- Feb 03, 2019
-
-
intrigeri authored
nested user namespaces are not enabled on the other runners.
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
Otherwise, with pylint3 2.2.2-1 on current Debian sid: libmat2/abstract.py:40:8: W0107: Unnecessary pass statement (unnecessary-pass)
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
subprocess.run wrapper: require an input filename and adjust type annotation to clarify that the output filename is optional.
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
This code is exercised either by tests:debian or by tests:debian_with_bubblewrap, not both. So in each case the other, unexercised branch would trigger a lack of coverage error.
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
This gives us a single location to implement #90.
-
intrigeri authored
This will make it easier to implement #90: we'll have one single API entry point to wrap. And incidentally, this ports the code from the "Older high-level API" to the currently recommended one: as per https://docs.python.org/3/library/subprocess.html, "the recommended approach to invoking subprocesses is to use the run() function for all use cases it can handle".
-
- Feb 02, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Jan 16, 2019
-
-
Julien (jvoisin) Voisin authored
This should solve collisions with people like me that are copy/pasting the documentation, creating conflicts with other extensions that are doing the very same thing.
-
- Dec 15, 2018
-
- Dec 08, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Nov 11, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Nov 10, 2018
-
-
Julien (jvoisin) Voisin authored
- Nov 08, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Nov 07, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
Kudos to Sherry Taylor for reporting this issue
-
- Oct 28, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Oct 25, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-