Adam Fraser
Adam Fraser
I'm not sure we should be capturing a trace for these at all. A normal execution trace gives the user useful information about the path of execution that led to...
I think we're in agreement regarding all of this. I just think the logging of the operation itself may not need a trace because the log itself says exactly where...
@robmwalsh My main point is that if the logs are sufficiently specific there is a one to one mapping between log statements and line numbers. For example if one of...
I actually think this is a feature rather than a bug. Accepting an unlimited number of tasks sounds great but the reality is that threads are not free and creating...
@Matzz Will take a look.
Is this an issue with ZIO or with how IntelliJ is rendering the link? It looks like the line number is right there.
I think you can use the `noWarn` annotation to silence this. @kitlangton Do you think it would make sense to add a layer to control this?
I can reproduce locally.
I'm not sure these issues are related. The first appears to be in the runtime itself, whereas the second seems to be in streams. In both cases, a minimized reproducer,...
It actually isn't true that any operations are performed as execution of effects. For example when a fiber processes an interrupt signal while suspended it sends interrupt messages to all...