-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Conversation
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Arm/Crc32.PlatformNotSupported.cs
Outdated
Show resolved
Hide resolved
There is an issue with the name of ISA class being the same as one of the methods. |
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Arm/Crc32.PlatformNotSupported.cs
Outdated
Show resolved
Hide resolved
src/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Arm/Crc32.PlatformNotSupported.cs
Outdated
Show resolved
Hide resolved
Looks good to me, the name clash is an interesting one. One way could be to name the class |
Just so I know I'm understanding this correctly, after splitting the And also change |
Due to the repo split between CoreFX and CoreCLR, the API exposure and the JIT handling needs to be in separate PRs (as we typically don't want to add code to the JIT that can't be tested at the same time). |
We'll be able to discuss this more fully in API review; but I'm not convinced renaming the class differently from the ISA is the correct thing to do. We don't want to risk having clashing names in the future. I would likely prefer keeping the class name "correct" and then modifying the method name instead. We could likely call it |
@TamarChristinaArm As Tanner pointed this will be part of my another PR in coreclr after the change propagates to corefx and back. |
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
* Update dependencies from https://github.com/dotnet/coreclr build 20191101.3 - Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19551.3 - Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19551.3 - Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19551.3 * Update System.Runtime.Intrinsics.Experimental: dotnet/coreclr#27533 dotnet/coreclr#27421 * Update System.Runtime.Intrinsics.Experimental: dotnet/coreclr#27430
* Update dependencies from https://github.com/dotnet/coreclr build 20191101.3 - Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19551.3 - Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19551.3 - Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19551.3 * Update System.Runtime.Intrinsics.Experimental: dotnet/coreclr#27533 dotnet/coreclr#27421 * Update System.Runtime.Intrinsics.Experimental: dotnet/coreclr#27430 Commit migrated from dotnet/corefx@7aac09e
https://github.com/dotnet/corefx/issues/26220
cc @dotnet/jit-contrib @TamarChristinaArm