On Wed, Oct 26, 2022 at 12:47:56PM +0100, Gavin Smith wrote: > Hello Patrice, what would you think about omitting the 'parent' pointers > in the test suite under tp/t? Here is the patch:
Yes it looks like a good idea, mainly because it does not add much much human visible information. But please add a comment just above where the change is with something like # in general, the 'parent' keys adds lot of non legible information, # however to punctually test for regressions on this information, the # best is to add it in @avoided_keys_tree
