stefanhans

Results 19 comments of stefanhans

I have analyzed and played around a bit... ``` // GetCompactPropertyFromType returns a compact property // matching the specified protobuf type's fieldname func GetCompactPropertyFromType(i interface{}, prop string) ([]byte, error) {...

- Let's say we have this structure ``` Address *ExampleConverter_Address Country string City *ExampleConverter_Address_City Name string Code int32 Street string ``` valid conversions? ``` address [0 0 0 0 0...

There is ``` type Property struct { Parent *Property Text string Compact []byte NameFormat string } ``` at the core of the converter, isn't it? We walk through the protobuffer...

Test for all used types and nested combinations finished (100% coverage) Generalized test "only a message type needed" mostly written - during that I've found combinations not covered Problems with...

[details](https://github.com/stefanhans/precise-proofs/tree/master/examples)

Hi there, I will continue my work tomorrow. @lucasvo Are you online at slack tomorrow afternoon?

I had found a bug in the converter and I've decided to change to TDD. So, I've worked on a testing environment, i.e. tests which - accept any protobuf message...

Hi Lucas, I've not covered all test cases 😰 But I'm getting closer. I've tried to solve the environment problem and came up - having a fresh clone "github.com/centrifuge/precise-proofs" -...

Currently, I'm sick, but I will continue to work on Friday, latest.