Adam Fraser

Results 324 comments of Adam Fraser

If we can work around the binary compatibility issue great but yes it really does have to be binary compatible.

@domdorn Can you try on the latest ZIO snapshot?

Going to close this as I believe this has been fixed by recent improvements to tracing but feel free to open again with a small reproducer if you are still...

Just following up on our conversation on Discord this refers to each `Int` or `Long`.

@alphaho The ZIO runtime executes operations synchronously up to a certain number of stack frames (currently 500) before unwinding the stack. If the maximum number of stack frames is lower...

I think 500 is a relatively low number and there is a performance cost to reducing it further as when we run out of stack frames we have to unwind...

@khajavi Do you want to add a note to the documentation about this?

I think we have the tools to do this now. We can add a static test annotation with `@@ only` and modify the test executor to first scan the specs...