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

Make the fetcher cache more reliable and easier to reason upon #10146

Open
thufschmitt opened this issue Mar 4, 2024 · 1 comment
Open

Make the fetcher cache more reliable and easier to reason upon #10146

thufschmitt opened this issue Mar 4, 2024 · 1 comment
Labels
feature Feature request or proposal fetching Networking with the outside (non-Nix) world

Comments

@thufschmitt
Copy link
Member

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

The fetcher cache is a more-or-less generic untyped key-value cache. This makes it hard to reason about it, and might hide some tricky bugs.

Describe the solution you'd like

Give some structure, either to the cache itself or to the code that manipulates it

  • Add some typing to the fields
  • Add a set of helper methods to manipulate the cache

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Priorities

Add 👍 to issues you find important.

@thufschmitt thufschmitt added the feature Feature request or proposal label Mar 4, 2024
@nixos-discourse
Copy link

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/2024-03-04-nix-team-meeting-minute-130/40830/1

@roberth roberth added the fetching Networking with the outside (non-Nix) world label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request or proposal fetching Networking with the outside (non-Nix) world
Projects
None yet
Development

No branches or pull requests

3 participants