this repo has no description
0
fork

Configure Feed

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

Update for OCaml 5.3 and js_of_ocaml 6.0.1

authored by

ArthurW and committed by
Ulysse Gérard
6ddd7c2a 14959fed

+4 -4
+3 -3
merlin-js.opam
··· 10 10 ["dune" "build" "-p" name "-j" jobs] 11 11 ] 12 12 depends: [ 13 - "ocaml" {>= "5.2" & < "5.3"} 13 + "ocaml" {>= "5.2" & < "5.4"} 14 14 "dune" {>= "3.0"} 15 15 "merlin-lib" 16 16 "yojson" {>= "1.6.0"} 17 - "js_of_ocaml" {>= "5.0.0"} 18 - "js_of_ocaml-ppx" {>= "5.0.0"} 17 + "js_of_ocaml" {>= "6.0.1"} 18 + "js_of_ocaml-ppx" {>= "6.0.1"} 19 19 "brr" {>= "0.0.4"} 20 20 "ppx_blob" {>= "0.7.2"} 21 21 "code-mirror"
+1 -1
src/worker/worker.ml
··· 230 230 in 231 231 let errors = 232 232 dispatch source query 233 - |> List.map ~f:(fun (Location.{kind; main=_ ; sub; source; _} as error) -> 233 + |> List.map ~f:(fun (Location.{kind; sub; source; _} as error) -> 234 234 let of_sub sub = 235 235 Location.print_sub_msg Format.str_formatter sub; 236 236 String.trim (Format.flush_str_formatter ())