Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(libfetchers/registry): use standard remove_if + erase #11943

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

xokdvium
Copy link
Contributor

Motivation

Get rid of this fixme. This does not appear to be used anywhere in
the nix codebase itself. Not sure why the comment mentioned C++20 erase
member function with predicate, but iterator-based algorithms are also fine.

Context


Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

Get rid of this fixme. This does not appear to be used anywhere in
the nix codebase itself. Not sure why the comment mentioned C++20 erase
member function with predicate, but iterator-based algorithms are also fine.
@github-actions github-actions bot added the fetching Networking with the outside (non-Nix) world, input locking label Nov 23, 2024
@Mic92 Mic92 merged commit fb6e37b into NixOS:master Nov 24, 2024
11 checks passed
@xokdvium xokdvium deleted the dev/registry-remove-use-erase branch November 24, 2024 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fetching Networking with the outside (non-Nix) world, input locking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants