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
We want to add xxx:identifier metadata (cs:identifier, cpp:identifier, java:identifier) that allows users to remap C#/C++/Java etc. to the specified identifier.
For example:
interface Greeter
{
["cs:identifier:Greet"] // changes the case in C#
string greet(string name);
}
Then once implemented, we want to remove various escaping in the slice compilers. If the generated code does not compile due to the Slice identifier choice of the user, the user should use xxx:identifier to pick the replacement identifier of their choice.
The text was updated successfully, but these errors were encountered:
We want to add xxx:identifier metadata (cs:identifier, cpp:identifier, java:identifier) that allows users to remap C#/C++/Java etc. to the specified identifier.
For example:
See also:
https://docs.icerpc.dev/slice2/language-guide/attributes#cs::identifier-attribute
Then once implemented, we want to remove various escaping in the slice compilers. If the generated code does not compile due to the Slice identifier choice of the user, the user should use xxx:identifier to pick the replacement identifier of their choice.
The text was updated successfully, but these errors were encountered: