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

Provide a guess for a parameter name when no matching parameter is found in auto-descriptor #756

Merged
merged 3 commits into from
Dec 13, 2024

Conversation

abensonca
Copy link
Collaborator

If no matching parameter can be found in a class when attempting to build an auto-descriptor, we now provide a guess of which parameter was intended by comparing the given name to the available names using the Levenshtein distance.

… is found in auto-descriptor

If no matching parameter can be found in a class when attempting to build an auto-descriptor, we now provide a guess of which parameter was intended by comparing the given name to the available names using the Levenshtein distance.
@abensonca abensonca added this pull request to the merge queue Dec 13, 2024
Merged via the queue into master with commit 9b7a315 Dec 13, 2024
294 checks passed
@abensonca abensonca deleted the featGuessParameterName branch December 13, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide guesses for "could not find a matching internal object for object" automatic descriptor failure
1 participant