Prevent inputs from being garbage collected during evaluation

[?]
Oct 9, 2015, 10:50 AM
B7KDPCRL4JYJKTZMVADYPTWIXNYARECEQGVP3EYLHADUK62CU3CQC

Dependencies

  • [2] JAH3UPWA Support revision control systems via plugins

Change contents

  • edit in src/lib/Hydra/Plugin/BazaarInput.pm at line 38
    [2.3662]
    [2.3662]
    addTempRoot($cachedInput->storepath) if defined $cachedInput;
  • edit in src/lib/Hydra/Plugin/BazaarInput.pm at line 58
    [2.4393]
    [2.4393]
    # FIXME: time window between nix-prefetch-bzr and addTempRoot.
    addTempRoot($storePath);
  • edit in src/lib/Hydra/Plugin/GitInput.pm at line 98
    [2.8066]
    [2.8066]
    addTempRoot($cachedInput->storepath) if defined $cachedInput;
  • edit in src/lib/Hydra/Plugin/GitInput.pm at line 129
    [2.9485]
    [2.9485]
    # FIXME: time window between nix-prefetch-git and addTempRoot.
    addTempRoot($storePath);
  • edit in src/lib/Hydra/Plugin/MercurialInput.pm at line 64
    [2.12226]
    [2.12226]
    addTempRoot($cachedInput->storepath) if defined $cachedInput;
  • edit in src/lib/Hydra/Plugin/MercurialInput.pm at line 81
    [2.12821]
    [2.12821]
    # FIXME: time window between nix-prefetch-hg and addTempRoot.
    addTempRoot($storePath);
  • edit in src/lib/Hydra/Plugin/SubversionInput.pm at line 45
    [2.17356]
    [2.17356]
    addTempRoot($cachedInput->storepath) if defined $cachedInput;