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

Move more of the initialization into nix::initLibStore #7502

Closed
roberth opened this issue Dec 23, 2022 · 0 comments · Fixed by #7732
Closed

Move more of the initialization into nix::initLibStore #7502

roberth opened this issue Dec 23, 2022 · 0 comments · Fixed by #7732
Labels
contributor-experience Developer experience for Nix contributors

Comments

@roberth
Copy link
Member

roberth commented Dec 23, 2022

Is your feature request related to a problem? Please describe.

This describes a tech debt, not necessarily a current problem, hence the dx label. (should we have a tech debt label?)

#7478 creates initLibStore to initialize, well, libstore, but actually most (or all) of the initialization happens in initNix from libmain.

For the purpose of good architecture, libstore-specific initialization should be moved into this new function, and/or into an initialization function in libutil (for things that are common to all nix libraries)

Priorities

Add 👍 to issues you find important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor-experience Developer experience for Nix contributors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant