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: de141fcb7923
Choose a base ref
...
head repository: NixOS/nix
compare: f60ce4fa207a
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on May 27, 2020

  1. Add unit tests for config.cc

    andir committed May 27, 2020
    Copy the full SHA
    93129cf View commit details
    Browse the repository at this point in the history
  2. config.cc: extract parts of applyConfigFile into applyConfig

    This moves the actual parsing of configuration contents into applyConfig
    which applyConfigFile is then going to call. By changing this we can now
    test the configuration file parsing without actually create a file on
    disk.
    andir committed May 27, 2020
    Copy the full SHA
    e1b8c64 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9df3d8c View commit details
    Browse the repository at this point in the history
  4. config.hh: Add documentation

    Provides some general overview on the mechanics of Config/Setting and
    comments for the public methods of Config.
    andir committed May 27, 2020
    Copy the full SHA
    fc137d2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Merge pull request #3631 from andir/libutil-config-tests

    Add unit tests for config.cc
    edolstra committed May 28, 2020
    Copy the full SHA
    f60ce4f View commit details
    Browse the repository at this point in the history