- Jun 16, 2021
-
-
Jean-Paul Calderone authored
Disregard element order when checking invalid pass information The order of the passes only comes from Python dictionary iteration order. It is largely meaningless.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Add a `__str__` to MorePassesRequired
-
Jean-Paul Calderone authored
-
- Jun 15, 2021
-
-
Jean-Paul Calderone authored
Set up Cachix cache to speed up builds (beyond even the point where CircleCI stops timing them out)
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Co-authored-by:
Tom Prince <tom.prince@hocat.ca>
-
Jean-Paul Calderone authored
We collect coverage info so we can't very easily run on multiple cores. So we mostly can't take advantage of the bigger machine. With Cachix we can now cache even partial build successes so even if we lose the whole cache and have to start from scratch, the build should now converge on success even if it takes a few tries.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
hope it does not break the build cachix setup step
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jun 14, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jun 03, 2021
-
-
Jean-Paul Calderone authored
Attempt to set up a scheduled NixOS job workflow to refresh the CircleCI cache
-
Jean-Paul Calderone authored
Also move this time to a point shortly in my future so it will run and I can see what happens.
-
Jean-Paul Calderone authored
-
- Jun 02, 2021
-
-
Jean-Paul Calderone authored
-
- May 18, 2021
-
-
Jean-Paul Calderone authored
Account for leading and trailing whitespace around the Ristretto key when reading it from a file
-
- May 17, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
This exercises whitespace and no-whitespace cases.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- May 13, 2021
-
-
Jean-Paul Calderone authored
Remove the bundled Tahoe-LAFS and just require it as a param or nixpkgs attr
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Also, always store the cache because it should at least save us some effort next time.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
The new binding completely obscures the old binding. The `else` case was recursive with no base.
-
Florian Sesser authored
... on purpose so devs know what to expect from users like me.
-
Jean-Paul Calderone authored
This way we get the cache even if the test suite fails
-
Jean-Paul Calderone authored
-
- May 12, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Remove the vcpython27 installation step
-