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

Modules get names converted to use underscores instead of dashes #1020

Closed
danielcompton opened this issue Aug 19, 2015 · 0 comments
Closed
Milestone

Comments

@danielcompton
Copy link
Collaborator

Steps to reproduce:

  1. Create a new test project lein new naming-dash-check
  2. Open it at the command line with idea . while in the new directory
  3. Observe the naming of modules in the project

Expected results:

Module name matched name in project.clj, i.e. naming-dash-check

Actual results:

Module name has been converted to use underscores: naming_dash_check.

screenshot of intellij idea 19-08-15 2 24 41 pm

screenshot of intellij idea 19-08-15 2 29 43 pm

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

No branches or pull requests

2 participants