This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
01_module is not a valid module name, this should be detected before trying to `dune build`:
|
||||
|
||||
$ dune init project 01_module
|
||||
Entering directory '01_module'
|
||||
Error: "01_module" is an invalid module name.
|
||||
Module names must be non-empty, start with a letter, and composed only of the
|
||||
following characters: 'A'..'Z', 'a'..'z', '_', ''' or '0'..'9'.
|
||||
Hint: M01_module would be a correct module name
|
||||
Leaving directory '01_module'
|
||||
[1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue