What's needed?
It looks like configs are only loaded for ctypes that are loaded from a file. This creates an implicit dependency on passing config files even in cases where they may not be necessary.
In the future, we should avoid requiring config files unless they are actually necessary. Config loading should ideally work independently of file-based ctypes loading, or gracefully skip config requirements when not needed.
Proposed solution
No response
Use cases
No response
Alternatives and workarounds
No response
Additional context
No response
What's needed?
It looks like configs are only loaded for ctypes that are loaded from a file. This creates an implicit dependency on passing config files even in cases where they may not be necessary.
In the future, we should avoid requiring config files unless they are actually necessary. Config loading should ideally work independently of file-based ctypes loading, or gracefully skip config requirements when not needed.
Proposed solution
No response
Use cases
No response
Alternatives and workarounds
No response
Additional context
No response