nix-super/tests/unit
Rebecca Turner 149bd63afb
Cleanup fmt.hh
When I started contributing to Nix, I found the mix of definitions and
names in `fmt.hh` to be rather confusing, especially the small
difference between `hintfmt` and `hintformat`. I've renamed many classes
and added documentation to most definitions.

- `formatHelper` is no longer exported.
- `fmt`'s documentation is now with `fmt` rather than (misleadingly)
  above `formatHelper`.
- `yellowtxt` is renamed to `Magenta`.

  `yellowtxt` wraps its value with `ANSI_WARNING`, but `ANSI_WARNING`
  has been equal to `ANSI_MAGENTA` for a long time. Now the name is
  updated.
- `normaltxt` is renamed to `Uncolored`.
- `hintfmt` has been merged into `hintformat` as extra constructor
  functions.
- `hintformat` has been renamed to `hintfmt`.
- The single-argument `hintformat(std::string)` constructor has been
  renamed to a static member `hintformat::interpolate` to avoid pitfalls
  with using user-generated strings as format strings.
2024-02-08 11:51:03 -08:00
..
libexpr Cleanup fmt.hh 2024-02-08 11:51:03 -08:00
libexpr-support Only link with -pthread on Unix 2024-01-10 20:38:39 -05:00
libstore Merge pull request #9867 from hercules-ci/issue-912 2024-01-31 19:10:59 +01:00
libstore-support test: Generate distinct path names 2024-01-31 18:35:19 +01:00
libutil Cleanup fmt.hh 2024-02-08 11:51:03 -08:00
libutil-support test: Generate distinct hashes 2024-01-31 18:35:19 +01:00