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/ofborg
base: e26497e49d50
Choose a base ref
...
head repository: NixOS/ofborg
compare: 2541d183bf07
Choose a head ref
  • 4 commits
  • 19 files changed
  • 2 contributors

Commits on Apr 5, 2020

  1. treewide: replace {:#?} with {:?}

    Cleans up logging output so that things that belong together stay
    together.
    cole-h committed Apr 5, 2020
    Copy the full SHA
    5c1a85c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. treewide: replace {e,}println!s with log macros

    Currently, our logs are a bit inconsistent, with some being
    `{e,}println!`s and others utilizing macros from the `log` crate. One
    line might look like `INFO:ofborg::tasks::evaluate: Removing labels:
    []`, while the next might look like `Already: []`.
    cole-h committed Apr 6, 2020
    Copy the full SHA
    1b8cec6 View commit details
    Browse the repository at this point in the history
  2. bin/*: replace {e,}println!s with log macros

    May as well be consistent.
    cole-h committed Apr 6, 2020
    Copy the full SHA
    c9d4bb1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #452 from cole-h/logging

    Logging cleanup
    grahamc committed Apr 6, 2020
    Copy the full SHA
    2541d18 View commit details
    Browse the repository at this point in the history