This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
(library (name mylib))
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.1)
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
By default, dune utop tries to make a toplevel for the current directory:
|
||||
|
||||
$ echo 'Stdlib.exit 0;;' | dune utop . -- -init "" | grep -v 'version'
|
||||
Enter "#help;;" for help.
|
||||
|
||||
Init file not found: "".
|
||||
#
|
||||
|
|
@ -0,0 +1 @@
|
|||
(lang dune 1.1)
|
||||
|
|
@ -0,0 +1 @@
|
|||
(library (name private_lib_a))
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
Utop will load libs recursively:
|
||||
|
||||
$ echo 'Stdlib.exit 0;;' | dune utop . -- -init "" | grep -v 'version'
|
||||
Enter "#help;;" for help.
|
||||
|
||||
Init file not found: "".
|
||||
#
|
||||
|
||||
|
||||
The message where the library path does not exist is different:
|
||||
|
||||
$ dune utop does-not-exist . -- -init ""
|
||||
Error: cannot find directory: does-not-exist
|
||||
[1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue