fierro9418
03/23/2023, 10:40 PMerror: max depth exceeded: this usually indicates a recursive or too deep data
dependency
when I accidentally had a self referential permission. i.e permission X = Y + X
. Should be easy to statically determine self reference here, which interestingly only cropped up in assertFalse
and not in assertTrue
due to short circuiting in the latter