branchrust_reboot/main/relax_stringviewcancel

5 Commits over 0 Days - Infinitycph!

17 Minutes Ago
Update: StringView now supports StringComparisons when comparing to other StringViews - expanded unit tests to cover this Tests: ran unit tests
51 Minutes Ago
Bugfix: StringView - ensure defaulted string view can compare to empty string as equal - left a note about string.Equals(object) not recognizing StringView - reorganized comparisons in Ranges test to make them pass Tests: ran unit tests
1 Hour Ago
Update(tests): add a bit more coverage to IndexOf and IndexOfAny null tests Tests: ran tests
3 Hours Ago
Merge: from main
4 Hours Ago
Update: StringView now allows construction from null strings - expanded unit tests This brings it closer to ReadOnlySpan semantics. Tests: some unit tests failing, will investigate later