lix/src/libstore
Eelco Dolstra 97b1af1cbe Fix --fallback
This fixes an assertion failure in "assert(goal);" in
Worker::waitForInput() after a substitution goal is cancelled by the
termination of another goal. The problem was the line

  //worker.childTerminated(shared_from_this()); // FIXME

in the SubstitutionGoal destructor. This was disabled because
shared_from_this() obviously doesn't work from a destructor. So we now
use a real pointer for object identity.
2016-08-30 15:45:39 +02:00
..
binary-cache-store.cc
binary-cache-store.hh
build.cc Fix --fallback 2016-08-30 15:45:39 +02:00
builtins.cc
builtins.hh
crypto.cc
crypto.hh
derivations.cc Add a mechanism for derivation attributes to reference the derivation's outputs 2016-08-17 17:19:32 +02:00
derivations.hh Add a mechanism for derivation attributes to reference the derivation's outputs 2016-08-17 17:19:32 +02:00
download.cc builtins.fetch{url,tarball}: Allow name attribute 2016-08-15 07:37:11 -04:00
download.hh builtins.fetch{url,tarball}: Allow name attribute 2016-08-15 07:37:11 -04:00
export-import.cc
fs-accessor.hh
gc.cc
globals.cc
globals.hh
http-binary-cache-store.cc
local-binary-cache-store.cc
local-fs-store.cc
local-store.cc Fix queryPathFromHashPart() 2016-08-24 14:53:33 +02:00
local-store.hh
local.mk
misc.cc
nar-accessor.cc
nar-accessor.hh
nar-info-disk-cache.cc
nar-info-disk-cache.hh
nar-info.cc
nar-info.hh
nix-store.pc.in
optimise-store.cc
pathlocks.cc
pathlocks.hh
profiles.cc
profiles.hh
references.cc
references.hh
remote-store.cc
remote-store.hh
s3-binary-cache-store.cc
s3-binary-cache-store.hh
sandbox-defaults.sb.in
schema.sql
sqlite.cc
sqlite.hh
store-api.cc
store-api.hh
worker-protocol.hh