-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Mark experimental configuration settings programmatically #8162
Labels
Comments
Whoever does this, please feel free to talk to me!
Between those too, this ought to be fairly straight-forward. |
Ericson2314
added a commit
to obsidiansystems/nix
that referenced
this issue
Apr 10, 2023
Fix NixOS#8162 This is somewhat hard to observe until NixOS#8174 is merged, fixing the accidental hiding of experimental features that aren't currently enabled, but the fix is technically orthogonal.
8 tasks
Ericson2314
added a commit
to obsidiansystems/nix
that referenced
this issue
Apr 11, 2023
Fix NixOS#8162 This is somewhat hard to observe until NixOS#8174 is merged, fixing the accidental hiding of experimental features that aren't currently enabled, but the fix is technically orthogonal.
Ericson2314
added a commit
to obsidiansystems/nix
that referenced
this issue
Apr 12, 2023
Ericson2314
added a commit
to obsidiansystems/nix
that referenced
this issue
Apr 14, 2023
Ericson2314
added a commit
to obsidiansystems/nix
that referenced
this issue
Apr 15, 2023
Fix NixOS#8162 The test is changed to compare `nlohmann::json` values, not strings of dumped JSON, which allows us to format things more nicely.
Ericson2314
added a commit
to obsidiansystems/nix
that referenced
this issue
Apr 16, 2023
Fix NixOS#8162 The test is changed to compare `nlohmann::json` values, not strings of dumped JSON, which allows us to format things more nicely.
Ericson2314
added a commit
to obsidiansystems/nix
that referenced
this issue
Apr 16, 2023
Fix NixOS#8162 The test is changed to compare `nlohmann::json` values, not strings of dumped JSON, which allows us to format things more nicely.
Ericson2314
added a commit
to obsidiansystems/nix
that referenced
this issue
Apr 16, 2023
Fix NixOS#8162 The test is changed to compare `nlohmann::json` values, not strings of dumped JSON, which allows us to format things more nicely.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Descriptions of experimental settings need the information on "experimentality" baked into the documentation, but this is double book keeping.
Example:
nix/src/libstore/globals.hh
Lines 351 to 359 in d93c151
Given we merge #7798, that information can be displayed automatically, and removed without maintainer intervention if the feature becomes stable. It would also allow more convenient control over presentation, ensuring it will be consistent.
Proposal
Checklist
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: