Re: [LANG] About Diffable, DiffBuilder, and DiffResult

2019-09-06 Thread Nicolas BD
What I can do is to implement a DiffView class as a simple String key, String leftVal and String rightVal triplet and implement a toString method there. We will then see if it’s relevant to add it to the lib or not Le ven. 6 sept. 2019 à 18:31, sebb a écrit : > [Added component prefix] > > On Fr

[LANG] About Diffable, DiffBuilder, and DiffResult

2019-09-06 Thread sebb
[Added component prefix] On Fri, 6 Sep 2019 at 16:20, Nicolas BD wrote: > > Hi all, > > TL;DR : I think we should be able to add arbitrary diffs to a diff result, > not only those related to its type fields. We could create a class allowing > us to store a Diff as a simple "key", "val1", "val2" t