Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix misleading error on string -> uint conversion. #1066

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

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

copybara-service[bot]
Copy link

Fix misleading error on string -> uint conversion.

When string -> uint fails it states "doesn't convert to a string" although the
request is to convert from a string. Instead choose "cannot convert string to
uint", which is the same kind of statement used for other string conversion
failures.

@copybara-service copybara-service bot force-pushed the test_696834094 branch 2 times, most recently from 5c97c52 to 753117f Compare November 15, 2024 21:05
When string -> uint fails it states "doesn't convert to a string" although the
request is to convert from a string. Instead choose "cannot convert string to
uint", which is the same kind of statement used for other string conversion
failures.

PiperOrigin-RevId: 696989968
@copybara-service copybara-service bot merged commit 8fb742f into master Nov 15, 2024
@copybara-service copybara-service bot deleted the test_696834094 branch November 15, 2024 21:48
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.

0 participants