this repo has no description

Logging

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