linksplatform / linksplatform/Data.Doublets

BUG REPORT

Open
#242 5 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
14
Forks
5
PR merge metrics
No merged PRs in 30d

Description

```csharp
var converter = new BalancedVariantConverter(links);
var name_root = converter.Convert("super_name".ToList().Select((c) => (ulong)c).ToList());
var notation = links.FormatStructure(name_root, _ => false, true, true);
Console.WriteLine(notation);
```
This code throw exception

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by running the provided C# example with BalancedVariantConverter and links.FormatStructure, recording the exception details that are currently missing. Trace the failure through those entry points and establish a focused regression test; the issue is done when the reported example no longer throws or the expected failure is clearly documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.