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: 918717f3b5fa
Choose a base ref
...
head repository: NixOS/nix
compare: f18600036797
Choose a head ref
  • 3 commits
  • 12 files changed
  • 1 contributor

Commits on Sep 3, 2019

  1. Copy the full SHA
    8c4ea7a View commit details
    Browse the repository at this point in the history
  2. Ensure that Callback is called only once

    Also, make Callback movable but uncopyable.
    edolstra committed Sep 3, 2019
    Copy the full SHA
    7348653 View commit details
    Browse the repository at this point in the history
  3. Add some noexcepts

    This is to assert that callback functions should never throw (since
    the context in which they're called may not be able to handle the
    exception).
    edolstra committed Sep 3, 2019
    Copy the full SHA
    f186000 View commit details
    Browse the repository at this point in the history