We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
In order to use providers and converters individually, they need to be split into their own modules. This is required for #4759.
Describe the solution you'd like
Split each provider and converter currently in the confmap into its own module, keeping the current directory structure.
confmap
Describe alternatives you've considered
We could change the directory structure when moving these into their own modules.
Additional context
Relates to #7054
cc @mx-psi
The text was updated successfully, but these errors were encountered:
[confmap] Split converters and providers into their own modules (#9461)
4407529
Resolves #9460 Required for #4759 I made this a single PR to reduce the review load, but I can break the changes into multiple PRs if we would like.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
In order to use providers and converters individually, they need to be split into their own modules. This is required for #4759.
Describe the solution you'd like
Split each provider and converter currently in the
confmap
into its own module, keeping the current directory structure.Describe alternatives you've considered
We could change the directory structure when moving these into their own modules.
Additional context
Relates to #7054
cc @mx-psi
The text was updated successfully, but these errors were encountered: