guix/perl/lib/Nix
Petr Rockai f1e5dedb61 perl: Call loadConfFile() in doInit to avoid screwing sqlite journal mode.
If the database is opened through perl bindings (and even though nix.conf has
use-sqlite-wal set to false), the database is automatically converted into WAL
mode. This makes the next nix process to access the database convert it back to
"truncate". If the database is still open at the time in wal mode by the perl
program, this fails and crashes the nix doing the wal -> truncate conversion.
2013-12-20 13:59:52 +01:00
..
Config.pm.in
CopyClosure.pm Fixing the pv position regarding compression 2013-05-03 11:08:51 +02:00
GeneratePatches.pm
Manifest.pm Fix segfault on Darwin 2013-10-24 19:15:52 +02:00
SSH.pm build-remote.pl: Properly close the SSH connection between attempts 2013-05-10 02:38:50 +02:00
Store.pm Fix annoying Perl 5.16 warnings 2013-03-08 00:27:32 +01:00
Store.xs perl: Call loadConfFile() in doInit to avoid screwing sqlite journal mode. 2013-12-20 13:59:52 +01:00
Utils.pm