-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Review workaround for HalfToInt16Bits and Int16BitsToHalf in Cbor #65935
Comments
Tagging subscribers to this area: @dotnet/area-system-formats-cbor Issue DetailsCleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime identified a workaround in place and it's unclear if the backing issue that necessitated the workaround has been resolved.
runtime/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/HalfHelpers.cs Lines 8 to 12 in f04a242
The workaround should be evaluated to determine if it's still necessary. With the findings, we should either update the code to remove the workaround, or the code comment to reference an open issue for tracking when we can remove the workaround. /cc @deeprobin
|
This is an old edition of the file. The issue has been addressed with #62872; if you take a look at the current sources, you will see that we forward to the existing BCL methods. The |
Thanks, @teo-tsirpanis! I'll update the comment to reflect that updated info. |
Oh, I see the comment doesn't even exist anymore. Excellent. Thanks again. |
Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime identified a workaround in place and it's unclear if the backing issue that necessitated the workaround has been resolved.
runtime/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/HalfHelpers.cs
Lines 8 to 12 in f04a242
The workaround should be evaluated to determine if it's still necessary. With the findings, we should either update the code to remove the workaround, or the code comment to reference an open issue for tracking when we can remove the workaround.
/cc @deeprobin
The text was updated successfully, but these errors were encountered: