chabapok

Results 5 issues of chabapok

EventReader never return Result::Err after document end. It returns `Ok(EndDocument)` over and over instead. It does not depend on the flag `ignore_end_of_stream`. So, next code stuck in an endless loop:...

I have the next code: ``` import com.akuleshov7.ktoml.Toml import kotlinx.serialization.Serializable import kotlinx.serialization.encodeToString import kotlinx.serialization.serializer @Serializable data class Foo(val x: List) @Serializable data class Bar(val v: Int) fun main(){ val foo...

Some other macros may produce empty structs. Thus, having a `#[bitfield]` above an empty struct should not be considered as error. So, let's look to the next code: ``` #[bitfield]...

There is unwanted warnings if one of these function not called in client code.

All of the unit tests of the `InfluxDBResultMapper` is based on the assumption that all numbers in response from influxd is `Double`. It will be ok with `JSON`. But `msgpack`...