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
Notice that the dashes from the input filename are directly transferred to the header guard symbol.
Looking at src/main/java/com/eprosima/fastdds/idl/grammar/Context.java function getHeaderGuardName,
For an IDL file named
outer-middle-inner.idl
with contentfastddsgen generates the start of header file
Notice that the dashes from the input filename are directly transferred to the header guard symbol.
Looking at src/main/java/com/eprosima/fastdds/idl/grammar/Context.java function getHeaderGuardName,
IMHO it would be good to extend the pattern in the
m_fileNameUpper.replaceAll
to include "-".The text was updated successfully, but these errors were encountered: