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
* Fix identifier in `extra_structures.idl`
Signed-off-by: Miguel Company <[email protected]>
* Update regeneration script
Signed-off-by: Miguel Company <[email protected]>
* Also fix extra_unions.idl
Signed-off-by: Miguel Company <[email protected]>
* Fix module name in unit test
Signed-off-by: Carlosespicur <[email protected]>
---------
Signed-off-by: Miguel Company <[email protected]>
Signed-off-by: Carlosespicur <[email protected]>
Co-authored-by: Carlosespicur <[email protected]>
Copy file name to clipboardExpand all lines: utils/scripts/update_generated_code_from_idl.sh
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
3
3
set -e
4
4
5
5
files_to_exclude=(
6
-
'./thirdparty/dds-types-test/IDL/relative_path_include.idl'# Relative path not working in current location.
7
-
'./test/feature/idl_parser/no_path_included.idl'# Relative path not working in current location.
6
+
'./thirdparty/dds-types-test/IDL/relative_path_include.idl'# Relative path not working in current location.
7
+
'./test/feature/idl_parser/no_path_included.idl'# Relative path not working in current location.
8
+
'./test/feature/idl_parser/idl_extra_cases/extra_structures.idl'# Contains features not supported by IDL parser (scoped name beginning with double colon).
0 commit comments