dotnet/runtime

Consider renaming COM* types in clr native code to CLR*

Open

#86.145 aperta il 12 mag 2023

Vedi su GitHub
 (20 commenti) (2 reazioni) (0 assegnatari)C# (5445 fork)batch import
area-VM-coreclrhelp wantedin-pr

Metriche repository

Star
 (17.886 star)
Metriche merge PR
 (Merge medio 12g 11h) (661 PR mergiate in 30 g)

Descrizione

Currently, there are still some native code elements named with COM prefix from the COM+ era, like COMFloat and COMDouble:

https://github.com/dotnet/runtime/blob/a5d13e24cb374b55c906061f825d864efec7f3fb/src/coreclr/classlibnative/inc/floatdouble.h#L10

Can we rename them to things like CLRDouble, to make a clear distinction with COM interop? Are there any tools depending on these names?

Guida contributor