You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because the hypothesis is that the output rendering is trivially fast
That would be my vote too. Once cache on the results should be enough for now.. if later on there is a need for caching results that can be a further enhancement.
Describe the feature:
Implementation detail change.
Sliced work from #609 (comment) discussion.
goss serve
has a cache. Currently, this caches rendered output.#609 introduces the possibility of different rendered output for the same validate-run.
It's important that the rendered outputs all tie back to the same instance of a validate-run.
Describe the solution you'd like
Cache the validate-run results only, and don't cache the output rendering
Describe alternatives you've considered
It would be more time-efficient (but cost memory) to cache in two stages
... but
The text was updated successfully, but these errors were encountered: