Skip to content

Fix Automatic-Module-Names to use underscores instead of dashes (not … - #297

Merged
willarmiros merged 2 commits into
aws:masterfrom
brcolow:module-name-underscores
Aug 5, 2021
Merged

Fix Automatic-Module-Names to use underscores instead of dashes (not …#297
willarmiros merged 2 commits into
aws:masterfrom
brcolow:module-name-underscores

Conversation

@brcolow

@brcolow brcolow commented Aug 4, 2021

Copy link
Copy Markdown
Contributor

…allowed by JPMS).

Issue #, if available:

Description of changes:
I made a mistake in #295 - dashes are not allowed in module names. This PR uses underscores instead. I also opened #296 which uses dots - I'll leave the choice up to the maintainers :).

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-commenter

codecov-commenter commented Aug 4, 2021

Copy link
Copy Markdown

Codecov Report

Merging #297 (3876717) into master (a94a013) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #297   +/-   ##
=========================================
  Coverage     58.88%   58.88%           
  Complexity     1205     1205           
=========================================
  Files           131      131           
  Lines          5071     5071           
  Branches        593      593           
=========================================
  Hits           2986     2986           
  Misses         1809     1809           
  Partials        276      276           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a94a013...3876717. Read the comment docs.

@anuraaga

anuraaga commented Aug 5, 2021

Copy link
Copy Markdown
Contributor

Thanks - yeah underscore seems better than dots.

@willarmiros
willarmiros merged commit 766a73e into aws:master Aug 5, 2021
@brcolow
brcolow deleted the module-name-underscores branch August 5, 2021 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants