Skip to content

Any way to cut recursion on a certain Type excluding root object ? #2693

Answered by clement-re
clement-re asked this question in Q&A
Discussion options

You must be logged in to vote

I've been able to cut recursion on a certain Type except root object, by converting the root object to a map before doing the comparison.
Not a perfect solution, but it seems to work fine so far.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@joel-costigliola
Comment options

@joel-costigliola
Comment options

@clement-re
Comment options

@clement-re
Comment options

Answer selected by clement-re
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
theme: recursive comparison An issue related to the recursive comparison
2 participants