summaryrefslogtreecommitdiff
path: root/list
blob: 3a818826ea91844e39bbeb434663e3a9e91d1adc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- Move bpkg/build2 print_process() to butl::process::print() [quality karen]

- Audit all print_process()/process ctor for path_search() [quality karen]

  We need to make sure that we print the recall not original path. See recent
  changes to <butl/process> for details.

- Add io_error alias for ios::failure [quality karen]

  We currently use the stream type, e.g., ofstream::failure but sometimes
  we work with several streams at the same time which makes it inconsistent.
  So the idea is to add the alias into <*/types> header and use that.

  Alt. names: iofailure, io_failure, ios_failure, io_error, ios_error, but
  io_error would be consistent with system_error.

- Remove build2 repositories from scm.codesynthesis.com [infra]