Prevent inputs from being garbage collected during evaluation
[?]
Oct 9, 2015, 10:50 AM
B7KDPCRL4JYJKTZMVADYPTWIXNYARECEQGVP3EYLHADUK62CU3CQCDependencies
- [2]
JAH3UPWASupport revision control systems via plugins
Change contents
- edit in src/lib/Hydra/Plugin/BazaarInput.pm at line 38
addTempRoot($cachedInput->storepath) if defined $cachedInput; - edit in src/lib/Hydra/Plugin/BazaarInput.pm at line 58
# FIXME: time window between nix-prefetch-bzr and addTempRoot.addTempRoot($storePath); - edit in src/lib/Hydra/Plugin/GitInput.pm at line 98
addTempRoot($cachedInput->storepath) if defined $cachedInput; - edit in src/lib/Hydra/Plugin/GitInput.pm at line 129
# FIXME: time window between nix-prefetch-git and addTempRoot.addTempRoot($storePath); - edit in src/lib/Hydra/Plugin/MercurialInput.pm at line 64
addTempRoot($cachedInput->storepath) if defined $cachedInput; - edit in src/lib/Hydra/Plugin/MercurialInput.pm at line 81
# FIXME: time window between nix-prefetch-hg and addTempRoot.addTempRoot($storePath); - edit in src/lib/Hydra/Plugin/SubversionInput.pm at line 45
addTempRoot($cachedInput->storepath) if defined $cachedInput;