linksplatform / Data.Doublets

LinksPlatform's Platform.Data.Doublets Class Library
https://linksplatform.github.io/Data.Doublets/
The Unlicense
14 stars 6 forks source link

Return continue constant on full scan #338

Open Konard opened 2 years ago

Konard commented 2 years ago

https://github.com/linksplatform/Data.Doublets/blob/ca3d68cb8cd03f580e40cf17cdbb07470c8df244/csharp/Platform.Data.Doublets/Memory/United/Generic/UnitedMemoryLinksBase.cs#L356 and https://github.com/linksplatform/Data.Doublets/blob/5eb67041a33a7afa00e87c2f1afdf6dc43084abd/csharp/Platform.Data.Doublets/Memory/Split/Generic/SplitMemoryLinksBase.cs#L545 should be replaced with:

return @continue;
Konard commented 2 years ago

A test should be created to ensure there will be no regressions. Each should return continue if it was not interrupted by the user.