We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use a LRU cache with N (=10) most recent template/iterator calls, and upon stacktrace, show those to give more context
alternative would be to identify all exit points of templates/iterators, which may be doable but is harder to implement (and possibly inefficient)
see also nkComesFrom which IIRC had similar goals
nkComesFrom
The text was updated successfully, but these errors were encountered:
My idea was to add lru usable for stuff like these...
Sorry, something went wrong.
No branches or pull requests
proposal
use a LRU cache with N (=10) most recent template/iterator calls, and upon stacktrace, show those to give more context
rationale
alternative would be to identify all exit points of templates/iterators, which may be doable but is harder to implement (and possibly inefficient)
links
see also
nkComesFrom
which IIRC had similar goalsThe text was updated successfully, but these errors were encountered: