-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
contributor-experienceDeveloper experience for Nix contributorsDeveloper experience for Nix contributorsgood first issueQuick win for first-time contributorsQuick win for first-time contributorsidea approvedThe given proposal has been discussed and approved by the Nix team. An implementation is welcome.The given proposal has been discussed and approved by the Nix team. An implementation is welcome.windows
Description
utils.hh currently contains a mix of pure functions (e.g. tokenizeString) and functions to deal with the operating system (file descriptors, filesystem, signals etc.). It is also quite large.
It should be split up by topic, and downstream files should only #include the pats they need.
See also #8901. I already started splitting it up in that, to avoid a sea of CPP. But the right order in which to do things is to split it up first.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contributor-experienceDeveloper experience for Nix contributorsDeveloper experience for Nix contributorsgood first issueQuick win for first-time contributorsQuick win for first-time contributorsidea approvedThe given proposal has been discussed and approved by the Nix team. An implementation is welcome.The given proposal has been discussed and approved by the Nix team. An implementation is welcome.windows