did you create a kotlin wrapper for this object diff lib?
s
segunfamisa
10/17/2019, 11:30 AM
not sure if this was for me?
c
christophsturm
10/17/2019, 11:49 AM
no, but did you? i thought maybe robfletcher has one if he uses it at work
r
robfletcher
10/17/2019, 1:05 PM
No, we’re using it directly (from Kotlin code)
robfletcher
10/17/2019, 1:17 PM
What are you thinking such a wrapper would add?
c
christophsturm
10/17/2019, 2:17 PM
not sure, i just skimmed over the docs and it seems to have a visitor based api, maybe that could be simplified with a lambda based api?
r
robfletcher
10/17/2019, 4:25 PM
Right. That’s probably true. I haven’t had to do anything too deep with it. We’re finding it pretty successful out of the box. We’re using it to diff desired and actual states of cloud resources, and record details of user updates to that desired state.