Open ocharles opened 1 year ago
We used to have a version of inSpan'' that took an explicit CallStack. However, in 0.1 inSpan'' no longer takes a CallStack (and seems to be identical to the type of inSpan'). Is this intentional? If so, what should I do if I have a CallStack I want to use instead of using whatever HasCallstack has?
inSpan''
CallStack
inSpan'
HasCallstack
We used to have a version of
inSpan''
that took an explicitCallStack
. However, in 0.1inSpan''
no longer takes aCallStack
(and seems to be identical to the type ofinSpan'
). Is this intentional? If so, what should I do if I have aCallStack
I want to use instead of using whateverHasCallstack
has?