This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
11
unikernel/duniverse/dune_/doc/reference/aliases/check.rst
Normal file
11
unikernel/duniverse/dune_/doc/reference/aliases/check.rst
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@check
|
||||
======
|
||||
|
||||
This alias corresponds to the set of targets necessary for development tools to
|
||||
work correctly. For example, it will build ``*.cmi``, ``*.cmt``, and ``*.cmti``
|
||||
files so that Merlin and ``ocaml-lsp-server`` can be used in the project.
|
||||
It is also useful in the development loop because it will catch compilation
|
||||
errors without executing expensive operations such as linking executables.
|
||||
|
||||
.. seealso:: :doc:`ocaml-index` for a fast feedback loop that
|
||||
also indexes the project.
|
||||
Loading…
Add table
Add a link
Reference in a new issue