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
Convert relative file paths to absolute paths using fs::canonicalize()
before reading IDL files. This fixes the 'No such file or directory'
error when running IDL commands from directories other than the project root.
Affected functions:
- idl_init
- idl_upgrade
- idl_convert
- idl_type
Fixes#2993
0 commit comments