Michał Szewczak

Results 6 issues of Michał Szewczak

In a complex type, when there is a module that cannot be loaded, and the types are similar (the type match stacks are the same height) the error is instead...

bug

Follow up to #56 and #58. Here, we probably can't defer to Mox directly. We likely need to copy the Mox implementation and make it stub with protected functions instead.

enhancement

Right now Hammox is treating `@opaque` just like a public type, which means if matching fails it will show a stacktrace going into the internals of the type. We should...

enhancement

Will no longer always set `Transfer-Encoding: chunked`. https://github.com/elixir-plug/plug/issues/492#issuecomment-429487065

backlog

Since it's possible to `yield` in `finally` blocks, I would expect to also be able to hand off the yielding to another generator using `yield*`, but this seems to fail....