Skip to content

Commit

Permalink
driver.mld: Remove some unstable outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow authored and jonludlam committed Nov 16, 2023
1 parent 947986d commit a60e987
Showing 1 changed file with 2 additions and 63 deletions.
65 changes: 2 additions & 63 deletions doc/driver.mld
Original file line number Diff line number Diff line change
Expand Up @@ -758,37 +758,7 @@ Let's see if there was any output from the [odoc] invocations:
{[
# !compile_output;;
- : string list = [""]
# !link_output;;
- : string list =
["";
"'../src/odoc/bin/main.exe' 'link' 'odoc_html_frontend.odoc' '-o' 'odoc_html_frontend.odocl' '-I' '.'";
"odoc_html_frontend.odoc: File \"src/search/odoc_html_frontend.mli\", line 3, characters 15-25:";
"odoc_html_frontend.odoc: Warning: Failed to resolve reference unresolvedroot(Entry).t Couldn't find \"Entry\"";
"'../src/odoc/bin/main.exe' 'link' 'page-deps.odoc' '-o' 'page-deps.odocl' '-I' '.'";
"page-deps.odoc: File \"src/fmt.mli\", line 6, characters 4-13:";
"page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Format) Couldn't find \"Format\"";
"page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
"page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_vint) Parent_module: Lookup failure (root module): Bi_vint";
"page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
"page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_util) Parent_module: Lookup failure (root module): Bi_util";
"page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
"page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_stream) Parent_module: Lookup failure (root module): Bi_stream";
"page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
"page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_share) Parent_module: Lookup failure (root module): Bi_share";
"page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
"page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_outbuf) Parent_module: Lookup failure (root module): Bi_outbuf";
"page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
"page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_io) Parent_module: Lookup failure (root module): Bi_io";
"page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
"page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_inbuf) Parent_module: Lookup failure (root module): Bi_inbuf";
"page-deps.odoc: File \"deps.mld\", line 27, characters 0-79:";
"page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Bi_dump) Parent_module: Lookup failure (root module): Bi_dump";
"page-deps.odoc: File \"src/fpath.mli\", line 8, characters 8-20:";
"page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Map) Couldn't find \"Map\"";
"page-deps.odoc: File \"src/fpath.mli\", line 7, characters 59-71:";
"page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(Set) Couldn't find \"Set\"";
"page-deps.odoc: File \"src/fpath.mli\", line 7, characters 28-52:";
"page-deps.odoc: Warning: Failed to resolve reference unresolvedroot(file_exts) Couldn't find \"file_exts\""]
# (* Not showing output from 'odoc link' as it is unstable. !link_output *);;
# !source_tree_output;;
- : string list = [""]
# !generate_output;;
Expand All @@ -809,6 +779,7 @@ index.html
interface.html
katex.min.css
katex.min.js
ocamlary
ocamldoc_differences.html
odoc.css
odoc_document
Expand All @@ -831,38 +802,6 @@ odoc_xref2
odoc_xref_test
parent_child_spec.html
source
$ ls html/odoc/deps
astring
cmdliner
fmt
fpath
index.html
odoc-parser
result
stdlib
tyxml
yojson
$ find html/odoc/deps | sort | tail -n 20
html/odoc/deps/tyxml/Xml_wrap/NoWrap
html/odoc/deps/tyxml/Xml_wrap/NoWrap/index.html
html/odoc/deps/yojson
html/odoc/deps/yojson/index.html
html/odoc/deps/yojson/Yojson
html/odoc/deps/yojson/Yojson/Basic
html/odoc/deps/yojson/Yojson/Basic/index.html
html/odoc/deps/yojson/Yojson/Basic/Util
html/odoc/deps/yojson/Yojson/Basic/Util/index.html
html/odoc/deps/yojson/Yojson/index.html
html/odoc/deps/yojson/Yojson/Lexer_state
html/odoc/deps/yojson/Yojson/Lexer_state/index.html
html/odoc/deps/yojson/Yojson/Raw
html/odoc/deps/yojson/Yojson/Raw/index.html
html/odoc/deps/yojson/Yojson/Raw/Util
html/odoc/deps/yojson/Yojson/Raw/Util/index.html
html/odoc/deps/yojson/Yojson/Safe
html/odoc/deps/yojson/Yojson/Safe/index.html
html/odoc/deps/yojson/Yojson/Safe/Util
html/odoc/deps/yojson/Yojson/Safe/Util/index.html
$ find html/odoc/odoc_html | sort
html/odoc/odoc_html
html/odoc/odoc_html/index.html
Expand Down

0 comments on commit a60e987

Please sign in to comment.