nix-super/src/libexpr/primops
Eelco Dolstra 29ccb2e969
Fix 32-bit overflow with --no-net
--no-net causes tarballTtl to be set to the largest 32-bit integer,
which causes comparison like 'time + tarballTtl < other_time' to
fail on 32-bit systems. So cast them to 64-bit first.

https://hydra.nixos.org/build/95076624
2019-06-21 12:53:52 +02:00
..
context.cc Add builtins.appendContext. 2019-01-31 08:52:23 -05:00
fetchGit.cc Fix 32-bit overflow with --no-net 2019-06-21 12:53:52 +02:00
fetchGit.hh Add date of last commit to SourceInfo 2019-05-29 10:10:36 +02:00
fetchMercurial.cc Fix 32-bit overflow with --no-net 2019-06-21 12:53:52 +02:00
fromTOML.cc Fix build on 32-bit systems and macOS 2018-07-11 21:12:18 +02:00