Files
sbt/internal
MkDev11 02dcab80b9 Fix StackOverflowError when reporting self-referencing exceptions (#8508)
Add circular reference detection to StackTrace.trimmedLines using an
IdentityHashMap-backed Set, similar to how the JDK handles this in
Throwable.printStackTrace().

When a circular reference is detected, the method now appends a
[CIRCULAR REFERENCE: ...] message instead of recursing infinitely.

Fixes #7509
2026-01-12 23:53:44 -05:00
..
2025-06-30 02:44:36 -04:00
2026-01-11 16:33:45 +09:00
2024-10-19 21:08:20 -07:00
2025-02-22 08:48:29 +09:00