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

Supporting - for dune init project #11210

Open
saroupille opened this issue Dec 15, 2024 · 0 comments
Open

Supporting - for dune init project #11210

saroupille opened this issue Dec 15, 2024 · 0 comments
Labels
proposal RFC's that are awaiting discussion to be accepted or rejected

Comments

@saroupille
Copy link

Desired Behavior

At the moment, if one does:

dune init project foo-bar
dune: NAME argument: invalid component name `foo-bar'
      Library names must be non-empty and composed only of the
      following
      characters: 'A'..'Z', 'a'..'z', '_' or '0'..'9'.
Usage: dune init project [OPTION]… NAME [PATH]
Try 'dune init project --help' or 'dune --help' for more information.

but I believe it could succeed by using - for the public name and _ for the internal name.

@maiste maiste added the proposal RFC's that are awaiting discussion to be accepted or rejected label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal RFC's that are awaiting discussion to be accepted or rejected
Projects
None yet
Development

No branches or pull requests

2 participants