Building on x86-bm-c9.sw.ocaml.org (from ocaml/opam:debian-unstable) Unable to find image 'ocaml/opam:debian-unstable' locally debian-unstable: Pulling from ocaml/opam 63563b31af74: Pulling fs layer 63563b31af74: Verifying Checksum 63563b31af74: Download complete 63563b31af74: Pull complete Digest: sha256:8f6038a9795a3c7cc61b90b742e29558b247d69f92f73dea67cb146602ff83f6 Status: Downloaded newer image for ocaml/opam:debian-unstable 2025-02-24 01:00.12 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (env CI true) /: (env OPAM_HEALTH_CHECK_CI true) /: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-02-24 01:00.12 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" from cache /: (run (network host) (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 4022a684b64be8161a05cf897f492f8680792469")) 2025-02-24 01:00.12 ---> using "ced9ab1d6bac3c5f95cfdac2696c8d9202989b3f52ba62400bb20a10ac63d439" from cache /: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><> [default] Initialised User configuration: ~/.profile is already up-to-date. [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc. 2025-02-24 01:00.12 ---> using "69f716af23f9139c4566fb0532f54e56ee4f6773c11e689dc47229d6a744c7e1" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam switch create --repositories=default '5.3' '5.3.0'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "5.3.0"} | "ocaml-system" {= "5.3.0"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-config.3 (cached) -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> installed ocaml-options-vanilla.1 -> retrieved ocaml-compiler.5.3.0 (cached) -> installed ocaml-compiler.5.3.0 -> installed ocaml-base-compiler.5.3.0 -> installed ocaml-config.3 -> installed ocaml.5.3.0 -> installed base-domains.base -> installed base-effects.base -> installed base-nnp.base Done. # To update the current shell environment, run: eval $(opam env --switch=5.3) 2025-02-24 01:00.12 ---> using "8cb80bdf8c98b441ca1a62ad13717befd2e70e905b796cad3ff69df4d26bf351" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [205 kB] - Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-02-21-0817.39-F-2025-02-16-2015.54.pdiff [385 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-02-21-0817.39-F-2025-02-16-2015.54.pdiff [385 kB] - Fetched 654 kB in 3s (260 kB/s) - Reading package lists... - 2025-02-24 01:00.12 ---> using "aab064613a33ea1c8e4184107fb782b7e34e02d2710ba539b18cbd20a9d40c72" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin add -k version dune $(opam show -f version dune)")) dune is now pinned to version 3.17.2 The following actions will be performed: === install 1 package - install dune 3.17.2 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.17.2 (cached) -> installed dune.3.17.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-02-24 01:00.12 ---> using "ab68111ecaec8e96a659d3801d58f9f48b56993ae57778afc853e701c3286214" from cache /: (env DUNE_CACHE enabled) /: (env DUNE_CACHE_TRANSPORT direct) /: (env DUNE_CACHE_DUPLICATION copy) /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "curl -fsSL https://get.dune.build/install | sh")) #=#=# ##O#-# 0.1% 1.2% ## 3.1% ######### 12.7% ################## 26.1% ################################################################## 92.4% ######################################################################## 100.0% dune x86_64-unknown-linux-musl was installed successfully to ~/.local/bin/dune To use dune you will need to source the file "$HOME/.local/share/dune/env/env.bash" (or similar as appropriate for your shell) export PATH="/home/opam/.local/bin:$PATH" To get started, run: dune --help 2025-02-24 01:00.12 ---> using "91706ab83e18623d5f5c55809c19ede302298d1fa58d418458556ddcfa9179ed" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "PLACE=$(mktemp -d) && cd $PLACE && echo '(lang dune 3.17)\ \n(package\ \n (name dummy)\ \n (allow_empty true)\ \n (depends (ocaml (= 5.3.0))))' > dune-project && PATH=$HOME/.local/bin:$PATH dune pkg lock && PATH=$HOME/.local/bin:$PATH dune build")) Solution for dune.lock: - ocaml.5.3.0 - ocaml-base-compiler.5.3.0 - ocaml-compiler.5.3.0 - ocaml-config.3 Downloading ocaml-compiler.5.3.0 Building ocaml-compiler.5.3.0 Building ocaml-base-compiler.5.3.0 2025-02-24 01:00.12 ---> using "23d3c9485a3a95dd6f64bf73b0bd06b36016919a287108bba74001e847c99f7d" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "cd $HOME && opam source melange-webapi.0.21.0 && cd melange-webapi.0.21.0 && opam install ./ --depext-only --with-test && echo '(lang dune 3.17)\ \n(lock_dir\ \n (repositories overlay default ))\ \n\ \n(repository\ \n (name default)\ \n (url \"git+https://github.com/ocaml/opam-repository.git\"))\ \n\ \n\ \n' > dune-workspace && PATH=$HOME/.local/bin:$PATH dune pkg lock && PATH=$HOME/.local/bin:$PATH dune build")) Successfully extracted to /home/opam/melange-webapi.0.21.0 Solution for dune.lock: - astring.0.8.5 - base.v0.17.1 - base-unix.base - camlp-streams.5.0.1 - chrome-trace.3.17.2 - cmdliner.1.3.0 - cppo.1.8.0 - csexp.1.5.2 - dune-build-info.3.17.2 - dune-configurator.3.17.2 - dune-rpc.3.17.2 - dyn.3.17.2 - fiber.3.7.0 - fix.20230505 - jsonrpc.1.22.0 - lsp.1.22.0 - melange.5.0.0-53 - melange-fetch.0.1.0 - menhir.20240715 - menhirCST.20240715 - menhirLib.20240715 - menhirSdk.20240715 - merlin-extend.0.6.2 - merlin-lib.5.4.1-503 - ocaml.5.3.0 - ocaml-base-compiler.5.3.0 - ocaml-compiler.5.3.0 - ocaml-compiler-libs.v0.17.0 - ocaml-config.3 - ocaml-lsp-server.1.22.0 - ocaml_intrinsics_kernel.v0.17.1 - ocamlbuild.0.15.0+dune - ocamlc-loc.3.17.2 - ocamlfind.1.9.8+dune - ocamlformat-rpc-lib.0.27.0 - ordering.3.17.2 - pp.2.0.0 - ppx_derivers.1.2.1 - ppx_yojson_conv_lib.v0.17.0 - ppxlib.0.35.0 - re.1.12.0 - reason.3.15.0 - seq.base - sexplib0.v0.17.0 - spawn.v0.17.0 - stdlib-shims.0.3.0 - stdune.3.17.2 - topkg.1.0.7 - uutf.1.0.3 - xdg.3.17.2 - yojson.2.2.2 Downloading ocaml-compiler.5.3.0 Building ocaml-compiler.5.3.0 Building ocaml-base-compiler.5.3.0 Building base-unix.base Building ocaml-config.3 Building ocaml.5.3.0 Downloading stdlib-shims.0.3.0 Building stdlib-shims.0.3.0 Downloading fix.20230505 Building fix.20230505 Downloading cppo.1.8.0 Downloading menhirLib.20240715 Downloading menhirSdk.20240715 Downloading menhirCST.20240715 Building cppo.1.8.0 Building menhirLib.20240715 Building menhirSdk.20240715 Building menhirCST.20240715 Downloading ppx_derivers.1.2.1 Downloading ocamlfind.1.9.8+dune Building ppx_derivers.1.2.1 Downloading ocaml-compiler-libs.v0.17.0 Downloading sexplib0.v0.17.0 Building ocaml-compiler-libs.v0.17.0 Building ocamlfind.1.9.8+dune Building sexplib0.v0.17.0 Downloading dune-build-info.3.17.2 Downloading menhir.20240715 Building menhir.20240715 Building dune-build-info.3.17.2 Downloading merlin-extend.0.6.2 Building merlin-extend.0.6.2 Downloading ppxlib.0.35.0 Building ppxlib.0.35.0 Downloading reason.3.15.0 Building reason.3.15.0 Downloading ordering.3.17.2 Downloading xdg.3.17.2 Downloading chrome-trace.3.17.2 Building ordering.3.17.2 Building xdg.3.17.2 Building seq.base Downloading cmdliner.1.3.0 Building cmdliner.1.3.0 Downloading pp.2.0.0 Building pp.2.0.0 Building chrome-trace.3.17.2 Downloading camlp-streams.5.0.1 Building camlp-streams.5.0.1 Downloading ocamlbuild.0.15.0+dune Building ocamlbuild.0.15.0+dune Downloading csexp.1.5.2 Downloading ocaml_intrinsics_kernel.v0.17.1 Building csexp.1.5.2 Building ocaml_intrinsics_kernel.v0.17.1 Downloading spawn.v0.17.0 Building spawn.v0.17.0 Downloading yojson.2.2.2 Downloading re.1.12.0 Building yojson.2.2.2 Building re.1.12.0 Downloading jsonrpc.1.22.0 Building jsonrpc.1.22.0 Downloading dune-configurator.3.17.2 Downloading dyn.3.17.2 Building dune-configurator.3.17.2 Building dyn.3.17.2 Downloading ocamlformat-rpc-lib.0.27.0 Downloading ppx_yojson_conv_lib.v0.17.0 Building ppx_yojson_conv_lib.v0.17.0 Building ocamlformat-rpc-lib.0.27.0 Downloading merlin-lib.5.4.1-503 Building merlin-lib.5.4.1-503 Downloading stdune.3.17.2 Downloading ocamlc-loc.3.17.2 Building stdune.3.17.2 Building ocamlc-loc.3.17.2 Downloading base.v0.17.1 Building base.v0.17.1 Downloading topkg.1.0.7 Building topkg.1.0.7 Downloading dune-rpc.3.17.2 Downloading fiber.3.7.0 Building dune-rpc.3.17.2 Building fiber.3.7.0 Downloading uutf.1.0.3 Downloading astring.0.8.5 Building uutf.1.0.3 Building astring.0.8.5 Downloading lsp.1.22.0 Building lsp.1.22.0 Downloading ocaml-lsp-server.1.22.0 Building ocaml-lsp-server.1.22.0 Downloading melange.5.0.0-53 Building melange.5.0.0-53 Downloading melange-fetch.0.1.0 Building melange-fetch.0.1.0 (cd _build/.sandbox/df56d0e6afeaf4bb5476fef49e272a4c/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Webapi__Blob.re.pp.ml --impl src/Webapi/Webapi__Blob.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Webapi__Blob.re", line 10, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/aba7e74a327d69148439b4c028d384e0/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Webapi__ReadableStream.re.pp.ml --impl src/Webapi/Webapi__ReadableStream.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Webapi__ReadableStream.re", line 7, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Webapi__ReadableStream.re", line 27, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/439c05a17e167d835358040e23b0b113/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Webapi__Url.re.pp.ml --impl src/Webapi/Webapi__Url.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Webapi__Url.re", line 9, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Webapi__Url.re", line 10, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Webapi__Url.re", line 11, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Webapi__Url.re", line 13, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Webapi__Url.re", line 16, characters 27-40: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Webapi__Url.re", line 18, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Webapi__Url.re", line 19, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Webapi__Url.re", line 20, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Webapi__Url.re", line 21, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Webapi__Url.re", line 22, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Webapi__Url.re", line 23, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Webapi__Url.re", line 24, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/1c6ea554ef6b15494ab4d152f6da8456/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re.pp.ml --impl src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 81, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 82, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 85, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 86, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 87, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 89, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 101, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 180, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 184, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 189, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 207, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 208, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 209, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 210, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 211, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 212, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 213, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 214, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 218, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 230, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 234, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 246, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 248, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 255, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 258, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 261, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 266, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 269, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Canvas/Webapi__Canvas__Canvas2d.re", line 272, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/1aa4954d349a2abff50329e0985a8cf6/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__ChildNode.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__ChildNode.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__ChildNode.re", line 5, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/9f078c09feb520ae5f5c6f8cbda8c082/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__CharacterData.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__CharacterData.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__CharacterData.re", line 7, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__CharacterData.re", line 10, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__CharacterData.re", line 11, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__CharacterData.re", line 13, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__CharacterData.re", line 15, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/143761c245043264e707f4d31cad0fef/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__Document.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__Document.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__Document.re", line 59, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 62, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 64, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 67, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 69, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 72, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 74, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 77, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 80, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 84, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 86, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 89, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 93, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 98, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 99, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 101, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 104, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 108, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 113, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 115, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 118, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 120, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 121, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 123, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 126, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 129, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 132, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 135, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 140, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Document.re", line 142, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/747f5a308460a9d2f7da8311804420c7/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__CssStyleDeclaration.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__CssStyleDeclaration.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__CssStyleDeclaration.re", line 9, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__CssStyleDeclaration.re", line 11, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__CssStyleDeclaration.re", line 13, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__CssStyleDeclaration.re", line 14, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__CssStyleDeclaration.re", line 16, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/1a9da75ca8420653e2893a95beba5563/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__DomTokenList.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__DomTokenList.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__DomTokenList.re", line 5, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomTokenList.re", line 7, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomTokenList.re", line 8, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomTokenList.re", line 10, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomTokenList.re", line 12, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomTokenList.re", line 15, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomTokenList.re", line 16, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomTokenList.re", line 18, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomTokenList.re", line 19, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomTokenList.re", line 20, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomTokenList.re", line 21, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomTokenList.re", line 24, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/08d32ce7a0eaf217f120de492e3aefdf/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__DomImplementation.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__DomImplementation.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__DomImplementation.re", line 3, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomImplementation.re", line 8, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomImplementation.re", line 23, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomImplementation.re", line 25, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__DomImplementation.re", line 28, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/1a952a28cae24500b5f7c9a097fc19da/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__Event.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__Event.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__Event.re", line 20, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Event.re", line 21, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Event.re", line 23, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/5a19e51c6cf41e5c1eb5e64778ab49b7/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__Element.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__Element.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__Element.re", line 57, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 60, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 64, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 68, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 70, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 72, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 74, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 76, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 79, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 81, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 83, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 86, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 89, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 92, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 93, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 95, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 96, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 108, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 120, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 132, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 133, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 136, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 138, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 140, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 141, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 143, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 144, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 147, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 156, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 157, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 167, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 168, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 178, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 180, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Element.re", line 182, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/bcea9895c8c5bd8fc8c63b94c30af9f2/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__GlobalEventHandlers.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__GlobalEventHandlers.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__GlobalEventHandlers.re", line 5, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__GlobalEventHandlers.re", line 9, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__GlobalEventHandlers.re", line 23, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__GlobalEventHandlers.re", line 32, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__GlobalEventHandlers.re", line 36, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__GlobalEventHandlers.re", line 49, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/778799ff14055a90aa24f71914b8ee89/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__History.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__History.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__History.re", line 10, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__History.re", line 11, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__History.re", line 12, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__History.re", line 13, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__History.re", line 15, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/610c0a990d8111574eb4fcd654e850fc/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__HtmlCollection.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__HtmlCollection.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__HtmlCollection.re", line 7, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlCollection.re", line 9, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/6de1e0c2cf8f7e2e6de66fdf876e51e6/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__HtmlDocument.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__HtmlDocument.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__HtmlDocument.re", line 60, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlDocument.re", line 61, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlDocument.re", line 67, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlDocument.re", line 69, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlDocument.re", line 71, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlDocument.re", line 72, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlDocument.re", line 73, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlDocument.re", line 75, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlDocument.re", line 77, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlDocument.re", line 79, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlDocument.re", line 81, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlDocument.re", line 82, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/15486125047fdee701683055aef9a079/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__HtmlElement.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__HtmlElement.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__HtmlElement.re", line 98, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlElement.re", line 99, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlElement.re", line 100, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlElement.re", line 101, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlElement.re", line 105, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/45f2829783f2648328cd120290bc7f32/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__HtmlFormElement.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__HtmlFormElement.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__HtmlFormElement.re", line 44, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlFormElement.re", line 45, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlFormElement.re", line 46, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlFormElement.re", line 48, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/99e453c55f7d5aac02eca551639bf1ee/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__HtmlImageElement.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__HtmlImageElement.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__HtmlImageElement.re", line 37, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/4ea839439c3f4d7f204383afc62b5960/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 165, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 180, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 182, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 209, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 211, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 214, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 228, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 230, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 232, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 234, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 236, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 238, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__HtmlInputElement.re", line 240, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/039c205a4c3c3f798ce0b29ccd706aa5/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__KeyboardEvent.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__KeyboardEvent.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__KeyboardEvent.re", line 25, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/366da96146ad177b88fd495292f28f92/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__MouseEvent.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__MouseEvent.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__MouseEvent.re", line 26, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/ea6d03c5a4e3718aa55c1e915f6e0ffd/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__NamedNodeMap.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__NamedNodeMap.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__NamedNodeMap.re", line 5, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__NamedNodeMap.re", line 7, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__NamedNodeMap.re", line 9, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__NamedNodeMap.re", line 12, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__NamedNodeMap.re", line 13, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__NamedNodeMap.re", line 15, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__NamedNodeMap.re", line 17, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/b19d1504c013af28e5677426f8582641/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__Location.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__Location.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__Location.re", line 26, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Location.re", line 27, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Location.re", line 28, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Location.re", line 30, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Location.re", line 31, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/fe1955b874862fdc33ad11e731063047/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__MutationObserver.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__MutationObserver.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__MutationObserver.re", line 7, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__MutationObserver.re", line 9, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__MutationObserver.re", line 10, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/413b7d14de626de75daf0bd1497f9628/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__Node.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__Node.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__Node.re", line 40, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 42, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 43, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 45, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 48, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 50, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 51, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 55, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 56, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 64, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 66, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 68, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 70, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 73, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 77, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 78, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 79, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Node.re", line 84, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/7a3787c746c4d6a8d6d0606d164d2821/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__NodeList.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__NodeList.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__NodeList.re", line 5, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__NodeList.re", line 10, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/1c656cd959ba394c6ddd14c632ccda18/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__EventTarget.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__EventTarget.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 6, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 9, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 23, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 27, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 30, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 43, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 47, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 54, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 58, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 72, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 77, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 81, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 94, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 100, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 104, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 118, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 123, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 127, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 140, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 146, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 150, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 164, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 169, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 173, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 186, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 192, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 196, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 210, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 215, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 219, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 232, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 238, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 242, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 256, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 261, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 265, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 278, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 286, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 290, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 304, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 313, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 317, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 330, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 340, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 344, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 358, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 367, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 371, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 384, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 394, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 398, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 412, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 421, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 425, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 438, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 448, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 452, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 466, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 475, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 479, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 492, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 504, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 508, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 522, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 531, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 535, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 548, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 558, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 562, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 576, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 585, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 589, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 602, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 612, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 616, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 630, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 639, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 643, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 656, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 666, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 670, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 684, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 693, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 697, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 710, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 720, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 724, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 738, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 747, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 751, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 764, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 774, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 778, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 792, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 801, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 805, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 818, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 828, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 832, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 846, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 855, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 859, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 872, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 882, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 886, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 900, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 909, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 913, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 926, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 938, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 942, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 956, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 965, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 969, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 982, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 994, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 998, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1012, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1021, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1025, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1038, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1048, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1052, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1066, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1075, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1079, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1092, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1104, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1108, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1122, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1131, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1135, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1148, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1158, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1162, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1176, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1185, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1189, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1202, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1212, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1216, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1230, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1239, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1243, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1256, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1268, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1272, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1286, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1295, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1299, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1312, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1322, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1326, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1340, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1349, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1353, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1366, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1376, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1380, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1394, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1403, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1407, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1420, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1432, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1436, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1450, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1459, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1463, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1476, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1486, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1490, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1504, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1513, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1517, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1530, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1540, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1544, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1558, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1567, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1571, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1584, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1594, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1598, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1612, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1621, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1625, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1638, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1648, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1652, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1666, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1675, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1679, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1692, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1702, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1706, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1720, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1729, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1733, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1746, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1756, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1760, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1774, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1783, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1787, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1800, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1810, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1814, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1828, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1837, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1841, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1854, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1866, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1870, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1884, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1893, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1897, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1910, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1920, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1924, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1938, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1947, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1951, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1964, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1974, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1978, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 1992, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2001, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2005, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2018, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2028, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2032, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2046, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2055, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2059, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2072, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2084, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2088, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2102, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2111, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2115, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2128, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2138, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2142, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2156, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2165, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2169, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2182, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2192, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2196, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2210, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2219, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2223, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2236, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2246, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2250, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2264, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2273, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2277, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__EventTarget.re", line 2290, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/2c687d5264e6d6d7a97bdc79f4de2915/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__NodeIterator.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__NodeIterator.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__NodeIterator.re", line 12, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__NodeIterator.re", line 14, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__NodeIterator.re", line 16, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/1553ec8b0c1a26823ea8b4b08d88a10a/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__NonElementParentNode.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__NonElementParentNode.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__NonElementParentNode.re", line 5, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/dfe6a5d89b603b21974c3c83871b6899/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__ParentNode.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__ParentNode.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__ParentNode.re", line 12, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__ParentNode.re", line 14, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/db0bbd336bc7043de2dc295a8a2d0c21/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__Range.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__Range.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__Range.re", line 13, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 15, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 17, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 19, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 21, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 23, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 25, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 27, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 29, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 30, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 32, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 34, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 35, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 37, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 39, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 41, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 55, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 56, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 57, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 58, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 65, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 68, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 70, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 72, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Range.re", line 74, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/cb054c5ec38637aa0cfd952b86344622/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__Selection.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__Selection.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 12, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 13, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 15, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 17, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 18, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 19, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 21, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 25, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 26, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 27, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 28, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 29, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 30, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Selection.re", line 34, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/30ed0676727ba72215d520613712312a/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__Text.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__Text.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__Text.re", line 10, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/7679682ccedc1bbbb10a2cc74386b0db/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__TreeWalker.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__TreeWalker.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__TreeWalker.re", line 11, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__TreeWalker.re", line 13, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__TreeWalker.re", line 15, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__TreeWalker.re", line 17, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__TreeWalker.re", line 19, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__TreeWalker.re", line 21, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__TreeWalker.re", line 23, characters 2-15: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange (cd _build/.sandbox/44eaeb37a2b2ce117f01d73a8d698f1a/default && .ppx/9b08511fbad9c15355a1e1f8e80934bc/ppx.exe --cookie 'library-name="webapi"' -o src/Webapi/Dom/Webapi__Dom__Window.re.pp.ml --impl src/Webapi/Dom/Webapi__Dom__Window.re.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "src/Webapi/Dom/Webapi__Dom__Window.re", line 73, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 74, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 75, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 77, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 78, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 79, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 80, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 83, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 87, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 89, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 91, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 92, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 93, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 97, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 99, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 102, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 103, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 104, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 107, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 110, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 114, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 116, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 118, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 120, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 122, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 124, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 126, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange File "src/Webapi/Dom/Webapi__Dom__Window.re", line 130, characters 4-17: Alert deprecated: [@mel.send.pipe] is deprecated and will be removed in the next version of Melange 2025-02-24 01:03.36 ---> saved as "90e7aea886d3c37ba12cec89dd66dd9f23c9d268ed27928a61558d544ce763fe" Job succeeded