Alexander V. Nikolaev

Results 30 issues of Alexander V. Nikolaev
trafficstars

Actually these tests shouldn't fail if `bash` is in $PATH, but not on /bin/bash. Posix standartize only `/bin/sh` and `/usr/bin/env` ``` --- FAIL: Test_Run_ReturnsCommandResultsWithCorrectData (0.01s) Error Trace: command_executor_test.go:64 Error: Received...

``` --- FAIL: TestPackageState (0.01s) --- FAIL: TestPackageState/when_installed (0.00s) Error Trace: 5: Error: Not equal: "present" (expected) != "absent" (actual) FAIL ``` Actually it shouldn't fail on Debian/Nixos/any-other non-rpm linux

For example, if I have following snippet: ```nix let compiler-nix-name = "ghc8107"; sha256map = {...}; in { subProject = haskell-nix.cabalProject' { src = builtin.fetchGit { ... }; inherit sha256map compiler-nix-name;...

Would be nice to have `Shower.Trace` as drop-in replacement for `import Debug.Trace`, but with formatting.

This template is a guide only, feel free add or omit sections as appropriate. Using compiler plugin (record-dot-preprocessor) lead GHC to crash (which not happens with regular GHC outside haskell.nix)...

bug
preserved

This effort is a bit incomplete, due lack of mac osx experience and nix-darwin knowledge. 1. All agents by default run from same user (I have no idea how to...

Would be nice to have nix-darwin module have same feature to set up many agents on same host, like in nixos module.

enhancement

I write prototype of locking dependency via copy all stuff from deps/ (using git-archive and hashed taken by same way as regular lock-deps do). This code heavy inspired by riak...

Refering to .../djangosphnix/config.py from searchd commandline is not always comfortable, when django-sphnix installed via virtualenv or buildout. I make simple patch to create bin/django-sphinx-config this cases. Old style executing of...