-
Notifications
You must be signed in to change notification settings - Fork 83
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
Faster builds #48
Comments
Some notes discovered while researching slow tests:
Unfortunately it's not trivial to cache this as we also have tests that look like:
So we DO expect the stack template to change. OTOH we also might try to invest into caching or otherwise making resolve faster. For example, we could probably cut down on the second resolution time by keeping track of the uncached lazies and mutating the object structure returned by the first |
Marking this RFCs as |
Description
Progress
The text was updated successfully, but these errors were encountered: