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
XCTIssue provides limited frame information with failures and is also not available in the corelibs version. Capturing the call stack at the time of failure might be a better option to provide a more useful backtrace.
📝 Notes
Darwin platforms could rely on Thread.callStackSymbols plus _stdlib_demangleName from Runtime.swift.gyb
Linux and Windows support might need some extra work similar to swift-backtrace
Would be good to benchmark the implementation as well
Should this be configurable? If someone isn't interested in backtraces, it adds a lot of unneeded data to their uploads
The text was updated successfully, but these errors were encountered:
💬 Context
XCTIssue
provides limited frame information with failures and is also not available in the corelibs version. Capturing the call stack at the time of failure might be a better option to provide a more useful backtrace.📝 Notes
Thread.callStackSymbols
plus_stdlib_demangleName
from Runtime.swift.gybThe text was updated successfully, but these errors were encountered: