You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why does CoRIM use an EAT profile? They’re different standards. An identifier type should have ID in the name. Following other reflection library conventions, I’d represent the meaning of a profile with a “ProfileDescriptor”.
In the current code base there is a Name Collision.
EAT.profile which is infact a ProfileID, is used consistently with the variable name
profile
However in the same code base there is a Profile struct which is also referenced as
Profile
This causes name collision.
Suggest a suitable name for Profile Structure as:
ProfileInfo
orProfileManifest
The text was updated successfully, but these errors were encountered: