Skip to content
New issue

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

add support for module names with hyphens in them #2938

Merged
merged 4 commits into from
Aug 3, 2023

Conversation

johrstrom
Copy link
Contributor

Fixes #2933, I still need to write some tests.

@johrstrom johrstrom merged commit 7c85b18 into master Aug 3, 2023
20 checks passed
@johrstrom johrstrom deleted the auto-module-accept-hyphen branch August 3, 2023 15:32
johrstrom added a commit that referenced this pull request Aug 3, 2023
Add support for module names with hyphens in them. Now you can add a module like `auto_modules_netcdf-serial`
and reference them through `context.auto_modules_netcdf_serial` with underscores.
johrstrom added a commit that referenced this pull request Aug 4, 2023
Add support for module names with hyphens in them. Now you can add a module like `auto_modules_netcdf-serial`
and reference them through `context.auto_modules_netcdf_serial` with underscores.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow hyphens in auto_modules_... module names
2 participants