Skip to content

Comments

Store::registerDrvOutput make pure virtual#14127

Merged
Ericson2314 merged 1 commit intoNixOS:masterfrom
obsidiansystems:registerDrvOutput-no-blanket-unsupported
Oct 1, 2025
Merged

Store::registerDrvOutput make pure virtual#14127
Ericson2314 merged 1 commit intoNixOS:masterfrom
obsidiansystems:registerDrvOutput-no-blanket-unsupported

Conversation

@Ericson2314
Copy link
Member

Motivation

It should be the responsibility of implementations that don't implement it to say so.

Context

See also PR #9799, and issue #5729


Add 👍 to pull requests you find important.

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

It should be the responsibility of implementations that don't implement
it to say so.

See also PR NixOS#9799, and issue NixOS#5729
@github-actions github-actions bot added the store Issues and pull requests concerning the Nix store label Sep 30, 2025
Comment on lines +261 to +264
void registerDrvOutput(const Realisation & output) override
{
unsupported("registerDrvOutput");
}
Copy link
Member Author

@Ericson2314 Ericson2314 Sep 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#14097 will implement this for the dummy store, but that one is not ready as I am debugging an address sanitizer failure related to C++ header nonsense (one definition rule)

@Ericson2314 Ericson2314 merged commit 251479b into NixOS:master Oct 1, 2025
15 checks passed
@Ericson2314 Ericson2314 deleted the registerDrvOutput-no-blanket-unsupported branch October 1, 2025 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

store Issues and pull requests concerning the Nix store

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants