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

Simplify Nerves.Env by removing package config caching #1048

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

fhunleth
Copy link
Member

It looks like it was more useful when the Nerves package config was kept
in nerves.exs. Now it's just returned from the Mix configuration. This
opens up further simplifications since it's no longer important to make
sure that the Agent is loaded. Performance-wise, it doesn't seem like
the cache was used enough for anyone to notice.

It looks like it was more useful when the Nerves package config was kept
in `nerves.exs`. Now it's just returned from the Mix configuration. This
opens up further simplifications since it's no longer important to make
sure that the Agent is loaded. Performance-wise, it doesn't seem like
the cache was used enough for anyone to notice.
@fhunleth fhunleth requested a review from jjcarstens January 29, 2025 04:02
@fhunleth fhunleth merged commit 19d0b9f into main Feb 3, 2025
5 of 6 checks passed
@fhunleth fhunleth deleted the no-agent branch February 3, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants