You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Strip uselss `...` and `eval` lines.
* Scan the stack trace backwards so as to skip `[C]`, `...`, and `eval`
lines that were called by luatest internal files, not vice versa.
* Don't strip lines related to luatest test files (from luatest/test),
even though they match the luatest internal file pattern, because
we do want to see stack traces when we test luatest.
Needed for #396
0 commit comments