Uh oh!
There was an error while loading. Please reload this page.
Updating Complex to implement INumberBase and ISignedNumber - #68612
Conversation
ghost
commented
Apr 27, 2022
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Apr 27, 2022
Tagging subscribers to this area: @dotnet/area-system-numerics Issue Detailsnull
|
tannergooding
commented
Apr 27, 2022
@marek-safar, @agocke, @davidwrighton This is likely going to fail. I'm getting the following locally: In
In
There is no copy of It's not clear if this is some trimming issue or VM metadata issue or something else. I'd likely lean towards the latter based on the assemblies I'm seeing having the relevant members defined, but this is problematic and blocking the PR. |
tannergooding
commented
Apr 27, 2022
There isn't really anything special about |
agocke
commented
Apr 27, 2022
I can look at the trimmed DLL and see if it's missing anything if you can share it out |
tannergooding
commented
Apr 27, 2022
VS reports the test is loading the assembly from Binary is here: System.Runtime.Numerics.dll.zip But I have no clue if there is potentially something else missing as well. |
tannergooding
commented
Apr 27, 2022
CC. @trylek as well, since this may be a VM issue |
agocke
commented
Apr 27, 2022
Might be missing a methodimpl here, + @jtschuster. I have to grab the pre-trimmed binary to be sure. |
tannergooding
commented
Apr 27, 2022
Here's the obj folder (just for Contains both the trimmed and pre-trimmed output (the latter in the |
agocke
commented
Apr 27, 2022
Yup, MethodImpl is being dropped. This is a linker bug. |
tannergooding
commented
Apr 27, 2022
Thanks much for looking! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
marek-safar
commented
Apr 28, 2022
Yes, this is "expected" as linker work has not been completed. Tracking issue is dotnet/linker#2058 |
tannergooding
commented
May 5, 2022
This is ready for review now. |
Uh oh!
There was an error while loading. Please reload this page.
…lex.cs Co-authored-by: Drew Kersnar <dakersnar@me.com>
No description provided.