-
Notifications
You must be signed in to change notification settings - Fork 470
dune init project foo gives poor default name for test #9131
Copy link
Copy link
Closed
Labels
dune initenhancementgood first issueGood for contributing for the first time to the Dune codebaseGood for contributing for the first time to the Dune codebase
Description
Expected Behavior
When creating a new project with dune init project foo, the default dune file for the test folder could look like:
(test
(name test_foo))
Actual Behavior
When creating a new project with dune init project foo, the default dune file for the test folder will look like:
(test
(name foo))
This makes it really confusing to new people when they try and add their foo library as a library dependency in this dune file.
Reproduction
- PR with a reproducing test:
- dune init project foo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dune initenhancementgood first issueGood for contributing for the first time to the Dune codebaseGood for contributing for the first time to the Dune codebase