Skip to content

Conversation

@robertaistleitner
Copy link

This is done by making commonPrefix variable nullable to detect the case that no commonPrefix is set.

Otherwise this would trigger finding a common prefix once no common prefix is found (in the old implementation that means the commonPrefix is an empty string which is just the result of finding out there is no common prefix).

...by making commonPrefix variable nullable to detect the case that no commonPrefix is set (and not start finding a common prefix once no common prefix is found, which means the commonPrefix is an empty string)
@arttor
Copy link
Owner

arttor commented May 27, 2025

is it a bugfix? can you please describe bug or add a test case reproducing the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants