bender icon indicating copy to clipboard operation
bender copied to clipboard

Reference cycle for nested recursive structures

Open dydus0x14 opened this issue 7 years ago • 1 comments

According to README there is reference cycle between an item rule and an array rule for nested structures. It might be better to provide new way to validate recursive structures without memory leaks. screen shot 2018-11-08 at 3 33 11 pm

dydus0x14 avatar Nov 08 '18 12:11 dydus0x14

First naive solution is to use intermediate rule which stores weak link to original folder rule smthng like screen shot 2018-11-08 at 4 46 34 pm

dydus0x14 avatar Nov 08 '18 13:11 dydus0x14