mirror of
https://github.com/moby/buildkit.git
synced 2026-07-06 22:57:41 +00:00
Combines the shared parts of stacktraces so they take up less space. For example if error is wrapped from similar codepath to the main error, the main error gets the stacktrace and wrapping gets only to stacktrace up to the point where same frame exists in main error as well. This also means we need to be less careful about WithStack as if error already has a longer stack from current position, it would be ignored. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
3.2 KiB
3.2 KiB