Fix GH-14807 ext/standard levenshtein overflow on 3rd, 4th and 5th arguments.#14809
Fix GH-14807 ext/standard levenshtein overflow on 3rd, 4th and 5th arguments.#14809devnexen wants to merge 1 commit into
Conversation
|
This doesn't solve the problem in general, also the weights are allowed to be negative |
|
Oh I see you already work on it he might be better if you continue with it :) |
|
I didn't really come up with a general solution, see #13823 (comment) |
|
@devnexen I thought about this more. I think there's two ways to go about this:
|
|
Thanks I ll look at it within the next days. |
Both appear to be well-thought out and analyzed, and unfortunately neither seems to be fully backward compatible. I consider the current weighted |
No description provided.