- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.8k
          Create a second Store::getFSAccessor for a single store object
          #14049
        
          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
Conversation
cd83dd5    to
    fb88258      
    Compare
  
    af8dc7f    to
    a1295b2      
    Compare
  
    | With #14050, the global accessor won't be needed for evaluation anymore either, since every input is mounted separately on top of a  | 
| Great! And I also have a fix for  | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nitpicks, otherwise seems ok.
This is sometimes easier / more performant to implement, and independently it is also a more convenient interface for many callers. The existing store-wide `getFSAccessor` is only used for - `nix why-depends` - the evaluator I hope we can get rid of it for those, too, and then we have the option of getting rid of the store-wide method. Co-authored-by: Sergei Zimmerman <[email protected]>
eeb130f    to
    a97d6d8      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Motivation
This is sometimes easier / more performant to implement, and independently it is also a more convenient interface for many callers.
Context
The existing store-wide
getFSAccessoris only used fornix why-dependsI hope we can get rid of it for those, too, and then we have the option of getting rid of the store-wide method.
Add 👍 to pull requests you find important.
The Nix maintainer team uses a GitHub project board to schedule and track reviews.