Charles Duffy

Results 71 issues of Charles Duffy

This eases diagnosis of race conditions, and makes errors easier to search for in a long log.

**Describe the bug** If two or more modules included into a single system `import` the same dependent module from a flake, these two separate imports will conflict with each other,...

bug

For kernels without #107 applied

Config files for the previous wrapper could not be shared across machines, and could not be generated independent of or prior to creation of local system state, as they needed...

This was discovered when writing a NixOS system test for the bees module. The testing logic in https://github.com/NixOS/nixpkgs/blob/923a3e4970226293e4698e44e3e5d5ccf7487603/nixos/tests/bees.nix consistently succeeds every time: This code first creates files on a new...

The current wrapper requires on-disk configuration to be aware of the filesystem's UUID. If trying to build configuration ahead of a machine's instantiation, this is not ideal. I've implemented an...

``` @nix { "action": "setPhase", "phase": "installCheckPhase" } running install tests Running black ... src/pypi2nix.egg-info ignored: matches the .gitignore file content Process SyncManager-1: Traceback (most recent call last): File "/nix/store/81qani7sdir46gjwf3a3jr2cv1aggkz1-python3-3.7.5/lib/python3.7/multiprocessing/process.py",...

bug
wontfix
darwin

The shell command previously given as an example emits paths starting with `./`, and without an added prefix. Also, previously, `sha256` was run against the sorted list of filenames, not...

Consider the case of a redis instance which is acting as a slave of a remote instance, for read by local processes. That is: redis-server --bind 127.0.0.1 --slaveof 1.2.3.4 10345...

state:to-be-closed

Ticket inspired by http://stackoverflow.com/questions/43600414/error-errno-1-operation-not-permitted-usr-bin-pyobfuscate-macos-sierra/43600504 --- The `setup.py` for pyobfuscate treats the executable as data. This bypasses several desirable behaviors: - In general, distutils will honor `--prefix`, `--exec-prefix`, or to try...