this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix updating cell contents

+26 -48
+1 -1
example/example5.js
··· 4 4 return URL.createObjectURL( new Blob( [ content ], { type: "text/javascript" } ) ); 5 5 } 6 6 7 - const worker = new Worker(getWorkerURL("http://localhost:8001/_opam")) 7 + const worker = new Worker(getWorkerURL("https://jon-test.ludl.am/_opam")) 8 8 9 9 var promises = new Map() 10 10 var id = 1
+1 -1
lib/impl.ml
··· 822 822 let b = Sys.file_exists (prefix ^ ".cmi") in 823 823 failed_cells := StringSet.remove id !failed_cells; 824 824 Logs.info (fun m -> m "file_exists: %s = %b" (prefix ^ ".cmi") b)); 825 - (* reset_dirs () *) () 825 + Ocaml_typing.Cmi_cache.clear (); 826 826 with 827 827 | Env.Error e -> 828 828 Logs.err (fun m -> m "Env.Error: %a" Env.report_error e);
+21 -43
test/cram/simple.t/run.t
··· 1 1 $ ./script.sh 2 - cli: internal error, uncaught exception: 3 - End_of_file 4 - Raised at Stdlib.unsafe_really_input in file "stdlib.ml", line 429, characters 9-26 5 - Called from Dune__exe__Unix_client.binary_rpc in file "example/unix_client.ml", line 20, characters 2-30 6 - Called from Cmdlinergen.Gen.declare_.generate.inner.run in file "src/lib/cmdlinergen.ml", line 185, characters 27-35 7 - Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24 8 - Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 35, characters 37-44 9 - Fatal error: exception Idl.MarshalError("No value found for key: 'execute' when unmarshalling 'init_config'") 10 - Raised at Idl.IdM.fail in file "src/lib/idl.ml", line 425, characters 15-22 11 - Called from Dune__exe__Unix_worker.start_server.process in file "example/unix_worker.ml", line 167, characters 4-62 12 - Called from Dune__exe__Unix_worker.binary_handler in file "example/unix_worker.ml", line 63, characters 2-17 13 - Called from Dune__exe__Unix_worker.serve_requests.(fun) in file "example/unix_worker.ml", line 92, characters 8-44 14 - Called from Stdlib__Fun.protect in file "fun.ml", line 34, characters 8-15 15 - Re-raised at Stdlib__Fun.protect in file "fun.ml", line 39, characters 6-52 16 - Called from Dune__exe__Unix_worker.serve_requests in file "example/unix_worker.ml", lines 86-92, characters 4-54 17 - Called from Dune__exe__Unix_worker in file "example/unix_worker.ml", line 172, characters 8-23 18 - cli: internal error, uncaught exception: 19 - End_of_file 20 - Raised at Stdlib.unsafe_really_input in file "stdlib.ml", line 429, characters 9-26 21 - Called from Dune__exe__Unix_client.binary_rpc in file "example/unix_client.ml", line 20, characters 2-30 22 - Called from Cmdlinergen.Gen.declare_.generate.inner.run in file "src/lib/cmdlinergen.ml", line 185, characters 27-35 23 - Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24 24 - Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 35, characters 37-44 25 - cli: internal error, uncaught exception: 26 - Unix.Unix_error(Unix.ECONNREFUSED, "connect", "") 27 - Raised by primitive operation at Dune__exe__Unix_client.binary_rpc in file "example/unix_client.ml", line 11, characters 2-25 28 - Called from Cmdlinergen.Gen.declare_.generate.inner.run in file "src/lib/cmdlinergen.ml", line 185, characters 27-35 29 - Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24 30 - Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 35, characters 37-44 31 - cli: internal error, uncaught exception: 32 - Unix.Unix_error(Unix.ECONNREFUSED, "connect", "") 33 - Raised by primitive operation at Dune__exe__Unix_client.binary_rpc in file "example/unix_client.ml", line 11, characters 2-25 34 - Called from Cmdlinergen.Gen.declare_.generate.inner.run in file "src/lib/cmdlinergen.ml", line 185, characters 27-35 35 - Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24 36 - Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 35, characters 37-44 37 - cli: internal error, uncaught exception: 38 - Unix.Unix_error(Unix.ECONNREFUSED, "connect", "") 39 - Raised by primitive operation at Dune__exe__Unix_client.binary_rpc in file "example/unix_client.ml", line 11, characters 2-25 40 - Called from Cmdlinergen.Gen.declare_.generate.inner.run in file "src/lib/cmdlinergen.ml", line 185, characters 27-35 41 - Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 24, characters 19-24 42 - Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 35, characters 37-44 43 - ./script.sh: line 17: kill: (32735) - No such process 44 - [1] 2 + unix_worker: [INFO] init() 3 + unix_worker: [INFO] init() finished 4 + N 5 + unix_worker: [INFO] setup() ... 6 + unix_worker: [INFO] Setup complete 7 + unix_worker: [INFO] setup() finished 8 + {mime_vals:[];stderr:S(error while evaluating #enable "pretty";; 9 + error while evaluating #disable "shortvar";;);stdout:S(OCaml version 5.2.0 10 + Unknown directive enable. 11 + Unknown directive disable.)} 12 + {mime_vals:[];parts:[];script:S(# Printf.printf "Hello, world\n";; 13 + Hello, world 14 + - : unit = ())} 15 + {mime_vals:[];parts:[];script:S(# let x = 1 + 2;; 16 + val x : int = 3 17 + # let x = 2+3;; 18 + val x : int = 5)} 19 + {mime_vals:[];parts:[];script:S(# let x = 1 + 2;; 20 + val x : int = 3 21 + # let x = 2+3;; 22 + val x : int = 5)}
+1 -1
test/cram/simple.t/script.sh
··· 8 8 9 9 sleep 1 10 10 11 - unix_client init '{ init_libs:[], stdlib_dcs:"", findlib_requires:[], findlib_index:"", cmas:[], cmis:{dynamic_cmis:[], static_cmis:[]}, path:"" }' 11 + unix_client init '{ findlib_requires:[], execute: true }' 12 12 unix_client setup 13 13 unix_client exec_toplevel '# Printf.printf "Hello, world\n";;' 14 14 unix_client exec_toplevel "$(cat s1)"
+2 -2
test/node/node_test.ml
··· 50 50 | [] -> [] 51 51 | packages -> Js_top_worker_web.Findlibish.require sync_get b v packages 52 52 53 - let path = "/tmp" 53 + let path = "/static/cmis" 54 54 end 55 55 56 56 module U = Impl.Make (S) ··· 86 86 let* o = setup rpc () in 87 87 Logs.info (fun m -> 88 88 m "setup output: %s" (Option.value ~default:"" o.stdout)); 89 - let* _ = query_errors rpc (Some "c1") [] false "typ xxxx = int;;\n" in 89 + let* _ = query_errors rpc (Some "c1") [] false "type xxxx = int;;\n" in 90 90 let* o1 = 91 91 query_errors rpc (Some "c2") [ "c1" ] false "type yyy = xxx;;\n" 92 92 in