kotlinx-lincheck icon indicating copy to clipboard operation
kotlinx-lincheck copied to clipboard

Improve representation of lambdas in the trace

Open eupp opened this issue 9 months ago • 0 comments

Currently, code using lambdas looks like follows in the trace:

SpinLockTestKt.withLock(SpinLock#1, LivelockRunConcurrentRepresentationTest$block$t1$1$1) at LivelockRunConcurrentRepresentationTest.block$lambda$0(RunConcurrentRepresentationTests.kt:254)

We want to improve the representation of lambdas, making them less verbose and more readable.

eupp avatar Feb 10 '25 15:02 eupp