linksplatform / Data.Doublets.Sequences

Platform.Data.Doublets.Sequences
The Unlicense
1 stars 1 forks source link

Add protection from recursion in sequence elements #3

Open Konard opened 3 years ago

Konard commented 3 years ago

https://github.com/linksplatform/Data.Doublets.Sequences/blob/ddc79bdc6dc92b04e1a04e6ba1cc6f119a4b6446/csharp/Platform.Data.Doublets.Sequences/Walkers/LeftSequenceWalker.cs#L106-L119

FormatStructure method can be used as an example. The idea is to keep track of visited links.