Krzysztof Jurewicz

Results 5 issues of Krzysztof Jurewicz

This is not strictly backwards compatible, as `Artificery.Console.halt/1` now indeed halts in every case, without ever returning anything.

The reason is that XML serializer class inherits from `base.Serializer` and not `PythonSerializer` which we monkey patch. Solution would be to monkey patch `start_object` method in XML serializer class, however...

Steps to reproduce (using Docker): ``` docker run -it --rm alpine:3.7 ``` Inside the container: ``` apk update apk add git make git clone https://github.com/nuex/zodiac.git --depth 1 cd zodiac make...

This involves refactoring Opencensus.Plug.Trace to move some code out of quote (to make it exposed to Dialyzer) and adding some warnings to Dialyzer config (those were the default until Dialyxir...