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

fix: avoid cache in parse extends #161

Closed

Conversation

patak-dev
Copy link

I don't think this is a long term solution, but we could do something like this to avoid the issue with extends until we have a better strategy for the problem. IIUC, performance in general shouldn't be affected much as the config files will still end up in the cache when accessed. This only implies an extra cost while parsing the extends.

I commented out the tests that checked that the extended files were cached as that no longer holds.

@dominikg
Copy link
Owner

dominikg commented Mar 8, 2024

fixed via #165

@dominikg dominikg closed this Mar 8, 2024
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