-
-
Notifications
You must be signed in to change notification settings - Fork 680
Closed
Description
I am currently in the process of developing a testing library, and whenever I call the provided assert() function, the env.abort function reports the filename where the assert() function is located. This is unfortunately not the place where the expect() function was called, and the output is not meaningful to developers.
Can we use this as a tracking issue to develop meaningful stack traces?