diff options
| author | Gaëtan Gilbert | 2020-03-06 15:15:37 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-03-06 15:15:37 +0100 |
| commit | a68458fa48d0a08f03d28d5fce90198d059975fc (patch) | |
| tree | 262d0e32640b6fc59b0e247933e3b59acea1920c /dev/doc | |
| parent | 8fb4fdf4eb0e817412b749794494219597ce3153 (diff) | |
| parent | 633bf20eda95644d2270bed3e220e7f3301a4805 (diff) | |
Merge PR #11717: [dune] [ocamldebug] Improve ocamldebug rules
Reviewed-by: SkySkimmer
Diffstat (limited to 'dev/doc')
| -rw-r--r-- | dev/doc/build-system.dune.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev/doc/build-system.dune.md b/dev/doc/build-system.dune.md index 777eec97c6..0506216541 100644 --- a/dev/doc/build-system.dune.md +++ b/dev/doc/build-system.dune.md @@ -125,10 +125,9 @@ dune exec -- dev/dune-dbg checker foo.vo (ocd) source dune_db ``` -Unfortunately, dependency handling here is not fully refined, so you -need to build enough of Coq once to use this target [it will then -correctly compute the deps and rebuild if you call the script again] -This will be fixed in the future. +Unfortunately, dependency handling is not fully refined / automated, +you may find the occasional hiccup due to libraries being renamed, +etc... Please report any issue. For running in emacs, use `coqdev-ocamldebug` from `coqdev.el`. |
