Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdlib: Fix jaro_similarity for matching strings of length 1 #9371

Open
wants to merge 1 commit into
base: maint
Choose a base branch
from

Conversation

JesseStimpson
Copy link
Contributor

Fixes #9369

@CLAassistant
Copy link

CLAassistant commented Feb 2, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

github-actions bot commented Feb 2, 2025

CT Test Results

    2 files     96 suites   1h 7m 10s ⏱️
2 176 tests 2 129 ✅ 47 💤 0 ❌
2 542 runs  2 493 ✅ 49 💤 0 ❌

Results for commit 69422aa.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@JesseStimpson JesseStimpson changed the base branch from master to maint February 2, 2025 15:39
@rickard-green rickard-green added the team:PS Assigned to OTP team PS label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:PS Assigned to OTP team PS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

string:jaro_similarity returns incorrect result for matching 1-length string
4 participants