helmify icon indicating copy to clipboard operation
helmify copied to clipboard

Fix common prefix calculation

Open robertaistleitner opened this issue 6 months ago • 1 comments

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).

robertaistleitner avatar May 27 '25 10:05 robertaistleitner

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

arttor avatar May 27 '25 15:05 arttor