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

Include the typename T in the error message when checkFarGet fails #2030

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

jasnell
Copy link
Member

@jasnell jasnell commented Apr 17, 2024

When dereferencing an IoOwn<T> fails, include the type name T in the error message so that we have a better idea of what went wrong. It's not likely that this info will be super useful for typical users but could help us better diagnose some of these issues when they occur.

@jasnell jasnell requested review from a team as code owners April 17, 2024 01:16
When dereferencing an `IoOwn<T>` fails, include the type name `T` in the
error message so that we have a better idea of what went wrong.
@jasnell jasnell force-pushed the jsnell/include-type-in-io-error-message branch from b59ccee to 1075cb2 Compare April 18, 2024 03:07
@jasnell jasnell merged commit 7af1346 into main Apr 18, 2024
10 checks passed
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.

None yet

2 participants