Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: 1b34b69b4510
Choose a base ref
...
head repository: NixOS/nix
compare: 925053e97458
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 21, 2018

  1. prim_foldlStrict: call forceValue() before value is copied

    forceValue() were called after a value is copied effectively forcing only one of the copies keeping another copy not evaluated.
    This resulted in its evaluation of the same lazy value more than once (the number of hits is not big though)
    volth committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    e2b114c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. Merge pull request #2302 from volth/patch-3

    prim_foldlStrict: call forceValue() before value is copied
    edolstra committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    925053e View commit details
    Browse the repository at this point in the history