linksplatform / linksplatform/Data.Doublets.Sequences
Add protection from recursion in sequence elements
- Dominant language
- C#
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/linksplatform/Data.Doublets.Sequences/blob/ddc79bdc6dc92b04e1a04e6ba1cc6f119a4b6446/csharp/Platform.Data.Doublets.Sequences/Walkers/LeftSequenceWalker.cs#L106-L119
[FormatStructure method](https://github.com/linksplatform/Data.Doublets/blob/47ad8d78158721b4bedf583adfc5bf2c42c3b554/csharp/Platform.Data.Doublets/UInt64LinksExtensions.cs#L188-L201) can be used as an example. The idea is to keep track of visited links.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the traversal logic in csharp/Platform.Data.Doublets.Sequences/Walkers/LeftSequenceWalker.cs at lines 106-119. Review the FormatStructure method in csharp/Platform.Data.Doublets/UInt64LinksExtensions.cs at lines 188-201 as the example, then track visited links so recursive sequence elements are protected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100