this repo has no description

Logging

+11 -2
+3
lib/impl.ml
··· 304 in 305 let ( let* ) = Lwt.bind in 306 let* () = 307 Lwt_list.iter_p 308 (fun name -> 309 let filename = filename_of_module name in
··· 304 in 305 let ( let* ) = Lwt.bind in 306 let* () = 307 + Logs.info (fun m -> m "Adding toplevel modules for dynamic cmis from %s" dcs.dcs_url); 308 + Logs.info (fun m -> m " toplevel modules: %s" 309 + (String.concat ", " dcs.dcs_toplevel_modules)); 310 Lwt_list.iter_p 311 (fun name -> 312 let filename = filename_of_module name in
+8 -2
test/node/node_test.expected
··· 6 Parsed uri: lib/ocaml/stdlib/META 7 Parsed uri: lib/astring/META 8 node_test.js: [INFO] sync_get: _opam/lib/ocaml/dynamic_cmis.json 9 node_test.js: [INFO] async_get: _opam/lib/ocaml/camlinternalOO.cmi 10 node_test.js: [INFO] async_get: _opam/lib/ocaml/stdlib.cmi 11 node_test.js: [INFO] async_get: _opam/lib/ocaml/camlinternalFormat.cmi ··· 46 node_test.js: [INFO] Number of errors2: 0 (should be 0) 47 node_test.js: [ERROR] xx Warning, ignoring toplevel block without a leading '# '. 48 49 node_test.js: [INFO] Fetching stdlib__List.cmi 50 51 node_test.js: [INFO] sync_get: _opam/lib/ocaml/stdlib__List.cmi 52 node_test.js: [INFO] Completions for 'List.leng': 1 entries 53 node_test.js: [INFO] - length (Value): 'a list -> int 54 node_test.js: [INFO] Completions for 'List.': 2 entries 55 node_test.js: [INFO] - List (Module): 56 node_test.js: [INFO] - ListLabels (Module): 57 node_test.js: [INFO] Completions for 'ma': 0 entries 58 node_test.js: [INFO] Completions for 'List.leng' (non-toplevel): 1 entries 59 node_test.js: [INFO] - length (Value): 'a list -> int 60 - node_test.js: [INFO] Completions for 'List.leng' (Logical position): 1 entries 61 - node_test.js: [INFO] - length (Value): 'a list -> int 62 node_test.js: [INFO] Success
··· 6 Parsed uri: lib/ocaml/stdlib/META 7 Parsed uri: lib/astring/META 8 node_test.js: [INFO] sync_get: _opam/lib/ocaml/dynamic_cmis.json 9 + node_test.js: [INFO] Adding toplevel modules for dynamic cmis from lib/ocaml/ 10 + node_test.js: [INFO] toplevel modules: CamlinternalOO, Stdlib, CamlinternalFormat, Std_exit, CamlinternalMod, CamlinternalFormatBasics, CamlinternalLazy 11 node_test.js: [INFO] async_get: _opam/lib/ocaml/camlinternalOO.cmi 12 node_test.js: [INFO] async_get: _opam/lib/ocaml/stdlib.cmi 13 node_test.js: [INFO] async_get: _opam/lib/ocaml/camlinternalFormat.cmi ··· 48 node_test.js: [INFO] Number of errors2: 0 (should be 0) 49 node_test.js: [ERROR] xx Warning, ignoring toplevel block without a leading '# '. 50 51 + node_test.js: [INFO] line1: '' (length: 0) 52 node_test.js: [INFO] Fetching stdlib__List.cmi 53 54 node_test.js: [INFO] sync_get: _opam/lib/ocaml/stdlib__List.cmi 55 node_test.js: [INFO] Completions for 'List.leng': 1 entries 56 node_test.js: [INFO] - length (Value): 'a list -> int 57 + node_test.js: [INFO] line1: '' (length: 0) 58 node_test.js: [INFO] Completions for 'List.': 2 entries 59 node_test.js: [INFO] - List (Module): 60 node_test.js: [INFO] - ListLabels (Module): 61 + node_test.js: [INFO] line1: '' (length: 0) 62 node_test.js: [INFO] Completions for 'ma': 0 entries 63 + node_test.js: [INFO] line1: '' (length: 0) 64 node_test.js: [INFO] Completions for 'List.leng' (non-toplevel): 1 entries 65 node_test.js: [INFO] - length (Value): 'a list -> int 66 + node_test.js: [INFO] line1: '' (length: 0) 67 + node_test.js: [INFO] Completions for 'List.leng' (Logical position): 0 entries 68 node_test.js: [INFO] Success