OCamllabs icon Home|Differences with the last checks|Previous runs


Building on odawa.caelum.ci.dev

(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:1e0b6f576b8d607b19de55c9b0f077afe05eb64669ad8fa98a8169a64a417a6f
Status: Downloaded newer image for ocaml/opam:debian-unstable
2025-12-29 16:03.50 ---> 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-12-29 16:03.50 ---> 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 c239a62d58deaede2e5dce17c2715a55397b73f2"))
2025-12-29 16:03.50 ---> using "56be004b76cb51085f35c8dfc91ba3175ea97907d421b4b0b02e7c1a630a1108" 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.
2025-12-29 16:03.50 ---> using "ed7ae9bae0c3d5c49db6159e96a47bbcbdddbc9479c9fe4d51c2f1b00ae1b7e2" 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-opam' '5.3.0'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "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-opam)
2025-12-29 16:03.50 ---> using "73a2e8466d0f68202b6dc142acacb6169d8595002a942cd13d812b7d7661cfdb" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [187 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-12-29-0804.39-F-2025-12-26-2020.11.pdiff [262 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-12-29-0804.39-F-2025-12-26-2020.11.pdiff [262 kB]
- Fetched 513 kB in 1s (434 kB/s)
- Reading package lists...
2025-12-29 16:03.50 ---> using "b2b2de54c3790ad37b58d379a27b9678b45ab3766b9b550911f6e847ebca96d3" 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.20.2

The following actions will be performed:
=== install 1 package
  - install dune 3.20.2 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.2  (cached)
-> installed dune.3.20.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-29 16:03.50 ---> using "a3aa7a9ee4270772b1811ac00db5de62aeb53621347674d9eefb04b329349caf" 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  "opam remove -y ocaml-vdom.0.2\
               \nopam install -vy ocaml-vdom.0.2\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: ocaml-vdom.0.2 | grep -q 'debian-unstable'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi \
               \n\
               \n\
               \nexit $res"))
[NOTE] ocaml-vdom.0.2 is not installed.

Nothing to do.
The following actions will be performed:
=== install 18 packages
  - install cmdliner             2.1.0    [required by js_of_ocaml-compiler]
  - install gen                  1.1      [required by sedlex]
  - install gen_js_api           1.1.6    [required by ocaml-vdom]
  - install js_of_ocaml-compiler 6.2.0    [required by ocaml-vdom]
  - install menhir               20250912 [required by js_of_ocaml-compiler]
  - install menhirCST            20250912 [required by menhir]
  - install menhirLib            20250912 [required by js_of_ocaml-compiler]
  - install menhirSdk            20250912 [required by js_of_ocaml-compiler]
  - install ocaml-compiler-libs  v0.17.0  [required by ppxlib]
  - install ocaml-vdom           0.2
  - install ojs                  1.1.6    [required by gen_js_api]
  - install ppx_derivers         1.2.1    [required by ppxlib]
  - install ppxlib               0.37.0   [required by gen_js_api]
  - install sedlex               3.7      [required by js_of_ocaml-compiler]
  - install seq                  base     [required by gen]
  - install sexplib0             v0.17.0  [required by ppxlib]
  - install stdlib-shims         0.3.0    [required by ppxlib]
  - install yojson               3.0.0    [required by js_of_ocaml-compiler]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/50: [cmdliner.2.1.0: extract]
Processing  2/50: [cmdliner.2.1.0: extract] [gen.1.1: extract]
Processing  3/50: [cmdliner.2.1.0: extract] [gen.1.1: extract] [gen_js_api.1.1.6, ojs.1.1.6: extract]
-> retrieved cmdliner.2.1.0  (cached)
Processing  3/50: [gen.1.1: extract] [gen_js_api.1.1.6, ojs.1.1.6: extract]
Processing  4/50: [gen.1.1: extract] [gen_js_api.1.1.6, ojs.1.1.6: extract] [js_of_ocaml-compiler.6.2.0: extract]
Processing  5/50: [gen.1.1: extract] [gen_js_api.1.1.6, ojs.1.1.6: extract] [js_of_ocaml-compiler.6.2.0: extract] [cmdliner: make all]
-> retrieved gen.1.1  (cached)
Processing  5/50: [gen_js_api.1.1.6, ojs.1.1.6: extract] [js_of_ocaml-compiler.6.2.0: extract] [cmdliner: make all]
Processing  6/50: [gen_js_api.1.1.6, ojs.1.1.6: extract] [js_of_ocaml-compiler.6.2.0: extract] [menhir.20250912 + 3 others: extract] [cmdliner: make all]
-> retrieved gen_js_api.1.1.6, ojs.1.1.6  (cached)
Processing  6/50: [js_of_ocaml-compiler.6.2.0: extract] [menhir.20250912 + 3 others: extract] [cmdliner: make all]
Processing  7/50: [js_of_ocaml-compiler.6.2.0: extract] [menhir.20250912 + 3 others: extract] [ocaml-compiler-libs.v0.17.0: extract] [cmdliner: make all]
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
Processing  7/50: [js_of_ocaml-compiler.6.2.0: extract] [ocaml-compiler-libs.v0.17.0: extract] [cmdliner: make all]
Processing  8/50: [js_of_ocaml-compiler.6.2.0: extract] [ocaml-compiler-libs.v0.17.0: extract] [ocaml-vdom.0.2: extract] [cmdliner: make all]
Processing  9/50: [js_of_ocaml-compiler.6.2.0: extract] [ocaml-compiler-libs.v0.17.0: extract] [ocaml-vdom.0.2: extract] [cmdliner: make all] [menhirCST: dune build]
Processing 10/50: [js_of_ocaml-compiler.6.2.0: extract] [ocaml-compiler-libs.v0.17.0: extract] [ocaml-vdom.0.2: extract] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build]
Processing 11/50: [js_of_ocaml-compiler.6.2.0: extract] [ocaml-compiler-libs.v0.17.0: extract] [ocaml-vdom.0.2: extract] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved js_of_ocaml-compiler.6.2.0  (cached)
Processing 11/50: [ocaml-compiler-libs.v0.17.0: extract] [ocaml-vdom.0.2: extract] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 12/50: [ocaml-compiler-libs.v0.17.0: extract] [ocaml-vdom.0.2: extract] [ppx_derivers.1.2.1: extract] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
Processing 12/50: [ocaml-vdom.0.2: extract] [ppx_derivers.1.2.1: extract] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 13/50: [ocaml-vdom.0.2: extract] [ppx_derivers.1.2.1: extract] [ppxlib.0.37.0: extract] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 14/50: [ocaml-vdom.0.2: extract] [ppx_derivers.1.2.1: extract] [ppxlib.0.37.0: extract] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocaml-vdom.0.2  (cached)
Processing 14/50: [ppx_derivers.1.2.1: extract] [ppxlib.0.37.0: extract] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 15/50: [ppx_derivers.1.2.1: extract] [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [cmdliner: make all] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirCST" "-j" "255" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhirCST.20250912)
-> compiled  menhirCST.20250912
Processing 15/50: [ppx_derivers.1.2.1: extract] [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [cmdliner: make all] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
-> installed menhirCST.20250912
Processing 16/50: [ppx_derivers.1.2.1: extract] [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [cmdliner: make all] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirLib" "-j" "255" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhirLib.20250912)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20250912
Processing 16/50: [ppx_derivers.1.2.1: extract] [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [cmdliner: make all] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
-> installed menhirLib.20250912
Processing 17/50: [ppx_derivers.1.2.1: extract] [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [cmdliner: make all] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirSdk" "-j" "255" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhirSdk.20250912)
-> compiled  menhirSdk.20250912
Processing 17/50: [ppx_derivers.1.2.1: extract] [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [cmdliner: make all] [ocaml-compiler-libs: dune build]
-> installed menhirSdk.20250912
Processing 18/50: [ppx_derivers.1.2.1: extract] [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [cmdliner: make all] [ocaml-compiler-libs: dune build]
Processing 19/50: [ppx_derivers.1.2.1: extract] [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [cmdliner: make all] [menhir: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 19/50: [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [cmdliner: make all] [menhir: dune build] [ocaml-compiler-libs: dune build]
-> retrieved seq.base  (cached)
Processing 20/50: [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [cmdliner: make all] [menhir: dune build] [ocaml-compiler-libs: dune build]
Processing 21/50: [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [sexplib0.v0.17.0: extract] [cmdliner: make all] [menhir: dune build] [ocaml-compiler-libs: dune build]
Processing 22/50: [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [sexplib0.v0.17.0: extract] [cmdliner: make all] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 23/50: [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [sexplib0.v0.17.0: extract] [cmdliner: make all] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed seq.base
Processing 24/50: [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [sexplib0.v0.17.0: extract] [cmdliner: make all] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 25/50: [ppxlib.0.37.0: extract] [sedlex.3.7: extract] [sexplib0.v0.17.0: extract] [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppxlib.0.37.0  (cached)
Processing 25/50: [sedlex.3.7: extract] [sexplib0.v0.17.0: extract] [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 26/50: [sedlex.3.7: extract] [sexplib0.v0.17.0: extract] [stdlib-shims.0.3.0: extract] [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved sedlex.3.7  (cached)
Processing 26/50: [sexplib0.v0.17.0: extract] [stdlib-shims.0.3.0: extract] [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 27/50: [sexplib0.v0.17.0: extract] [stdlib-shims.0.3.0: extract] [yojson.3.0.0: extract] [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved sexplib0.v0.17.0  (cached)
Processing 27/50: [stdlib-shims.0.3.0: extract] [yojson.3.0.0: extract] [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 28/50: [stdlib-shims.0.3.0: extract] [yojson.3.0.0: extract] [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 28/50: [yojson.3.0.0: extract] [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
Processing 29/50: [yojson.3.0.0: extract] [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved yojson.3.0.0  (cached)
Processing 29/50: [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 30/50: [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_derivers" "-j" "255" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled  ppx_derivers.1.2.1
Processing 30/50: [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed ppx_derivers.1.2.1
Processing 31/50: [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdlib-shims" "-j" "255" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
Processing 31/50: [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 32/50: [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sexplib0" "-j" "255" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/sexplib0.v0.17.0)
-> compiled  sexplib0.v0.17.0
Processing 32/50: [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed sexplib0.v0.17.0
Processing 33/50: [cmdliner: make all] [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "@install" "-p" "gen" "-j" "255" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/gen.1.1)
-> compiled  gen.1.1
Processing 33/50: [cmdliner: make all] [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
-> installed gen.1.1
Processing 34/50: [cmdliner: make all] [menhir: dune build] [ocaml-compiler-libs: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-compiler-libs" "-j" "255" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocaml-compiler-libs.v0.17.0)
-> compiled  ocaml-compiler-libs.v0.17.0
Processing 34/50: [cmdliner: make all] [menhir: dune build] [yojson: dune build]
-> installed ocaml-compiler-libs.v0.17.0
Processing 35/50: [cmdliner: make all] [menhir: dune build] [yojson: dune build]
Processing 36/50: [cmdliner: make all] [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" "PREFIX=/home/opam/.opam/5.3-opam" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/cmdliner.2.1.0)
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml natexe
- _build/src/tool/cmdliner generic-completion bash > _build/src/tool/bash-completion.sh
- _build/src/tool/cmdliner tool-completion bash cmdliner > _build/src/tool/bash-cmdliner.sh
- _build/src/tool/cmdliner generic-completion zsh > _build/src/tool/zsh-completion.sh
- _build/src/tool/cmdliner tool-completion zsh cmdliner > _build/src/tool/zsh-cmdliner.sh
- _build/src/tool/cmdliner generic-completion pwsh > _build/src/tool/pwsh-completion.ps1
- _build/src/tool/cmdliner tool-completion pwsh cmdliner > _build/src/tool/pwsh-cmdliner.ps1
- _build/src/tool/cmdliner install tool-manpages _build/src/tool/cmdliner _build/src/tool/man
- Creating directory _build/src/tool/man/man1
- Writing _build/src/tool/man/man1/cmdliner.1
- Writing _build/src/tool/man/man1/cmdliner-generic-completion.1
- Writing _build/src/tool/man/man1/cmdliner-install.1
- Writing _build/src/tool/man/man1/cmdliner-install-generic-completion.1
- Writing _build/src/tool/man/man1/cmdliner-install-tool-completion.1
- Writing _build/src/tool/man/man1/cmdliner-install-tool-manpages.1
- Writing _build/src/tool/man/man1/cmdliner-install-tool-support.1
- Writing _build/src/tool/man/man1/cmdliner-tool-commands.1
- Writing _build/src/tool/man/man1/cmdliner-tool-completion.1
- ocaml build.ml cmxs
-> compiled  cmdliner.2.1.0
Processing 36/50: [menhir: dune build] [ppxlib: dune build] [yojson: dune build]
Processing 37/50: [menhir: dune build] [ppxlib: dune build] [yojson: dune build] [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yojson" "-j" "255" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/yojson.3.0.0)
-> compiled  yojson.3.0.0
Processing 37/50: [menhir: dune build] [ppxlib: dune build] [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "BINDIR=/home/opam/.opam/5.3-opam/bin" "LIBDIR=/home/opam/.opam/5.3-opam/lib/cmdliner" "DOCDIR=/home/opam/.opam/5.3-opam/doc/cmdliner" "SHAREDIR=/home/opam/.opam/5.3-opam/share" "MANDIR=/home/opam/.opam/5.3-opam/man" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/cmdliner.2.1.0)
- install -d "/home/opam/.opam/5.3-opam/bin" "/home/opam/.opam/5.3-opam/lib/cmdliner"
- install -m 644 pkg/META _build/src/cmdliner.cmi "/home/opam/.opam/5.3-opam/lib/cmdliner"
- install -m 644 cmdliner.opam "/home/opam/.opam/5.3-opam/lib/cmdliner/opam"
- install -m 644 _build/src/cmdliner.mli _build/src/cmdliner_arg.mli _build/src/cmdliner_base.mli _build/src/cmdliner_cline.mli _build/src/cmdliner_cmd.mli _build/src/cmdliner_completion.mli _build/src/cmdliner_def.mli _build/src/cmdliner_docgen.mli _build/src/cmdliner_eval.mli _build/src/cmdliner_manpage.mli _build/src/cmdliner_msg.mli _build/src/cmdliner_term.mli _build/src/cmdliner_trie.mli _build/src/cmdliner.ml _build/src/cmdliner_arg.ml _build/src/cmdliner_base.ml _build/src/cmdliner_cline.ml _build/src/cmdliner_cmd.ml _build/src/cmdliner_completion.ml _build/src/cmdliner_def.ml _build/src/cmdliner_docgen.ml _build/src/cmdliner_eval.ml _build/src/cmdliner_manpage.ml _build/src/cmdliner_msg.ml _build/src/cmdliner_term.ml _build/src/cmdliner_trie.ml \
- 	 _build/src/cmdliner.cmti _build/src/cmdliner_arg.cmti _build/src/cmdliner_base.cmti _build/src/cmdliner_cline.cmti _build/src/cmdliner_cmd.cmti _build/src/cmdliner_completion.cmti _build/src/cmdliner_def.cmti _build/src/cmdliner_docgen.cmti _build/src/cmdliner_eval.cmti _build/src/cmdliner_manpage.cmti _build/src/cmdliner_msg.cmti _build/src/cmdliner_term.cmti _build/src/cmdliner_trie.cmti _build/src/cmdliner.cmt _build/src/cmdliner_arg.cmt _build/src/cmdliner_base.cmt _build/src/cmdliner_cline.cmt _build/src/cmdliner_cmd.cmt _build/src/cmdliner_completion.cmt _build/src/cmdliner_def.cmt _build/src/cmdliner_docgen.cmt _build/src/cmdliner_eval.cmt _build/src/cmdliner_manpage.cmt _build/src/cmdliner_msg.cmt _build/src/cmdliner_term.cmt _build/src/cmdliner_trie.cmt "/home/opam/.opam/5.3-opam/lib/cmdliner"
- install -m 644 _build/src/cmdliner.cma "/home/opam/.opam/5.3-opam/lib/cmdliner"
- install -m 644 _build/src/cmdliner.cmxa _build/src/cmdliner.a _build/src/cmdliner.cmx _build/src/cmdliner_arg.cmx _build/src/cmdliner_base.cmx _build/src/cmdliner_cline.cmx _build/src/cmdliner_cmd.cmx _build/src/cmdliner_completion.cmx _build/src/cmdliner_def.cmx _build/src/cmdliner_docgen.cmx _build/src/cmdliner_eval.cmx _build/src/cmdliner_manpage.cmx _build/src/cmdliner_msg.cmx _build/src/cmdliner_term.cmx _build/src/cmdliner_trie.cmx \
-   "/home/opam/.opam/5.3-opam/lib/cmdliner"
- install -m 755 "_build/src/tool/cmdliner" "/home/opam/.opam/5.3-opam/bin/cmdliner"
- install -d "/home/opam/.opam/5.3-opam/share/bash-completion/completions"
- install -m 644 _build/src/tool/bash-completion.sh \
-   "/home/opam/.opam/5.3-opam/share/bash-completion/completions/_cmdliner_generic"
- install -m 644 _build/src/tool/bash-cmdliner.sh "/home/opam/.opam/5.3-opam/share/bash-completion/completions/cmdliner"
- install -d "/home/opam/.opam/5.3-opam/share/zsh/site-functions"
- install -m 644 _build/src/tool/zsh-completion.sh \
-   "/home/opam/.opam/5.3-opam/share/zsh/site-functions/_cmdliner_generic"
- install -m 644 _build/src/tool/zsh-cmdliner.sh "/home/opam/.opam/5.3-opam/share/zsh/site-functions/_cmdliner"
- install -d "/home/opam/.opam/5.3-opam/share/powershell"
- install -m 644 _build/src/tool/pwsh-completion.ps1 \
-   "/home/opam/.opam/5.3-opam/share/powershell/cmdliner_generic_completion.ps1"
- install -m 644 _build/src/tool/pwsh-cmdliner.ps1 \
-    "/home/opam/.opam/5.3-opam/share/powershell/cmdliner_completion.ps1"
- install -m 644 _build/src/cmdliner.cmxs "/home/opam/.opam/5.3-opam/lib/cmdliner"
Processing 37/50: [menhir: dune build] [ppxlib: dune build] [cmdliner: make install-doc]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-doc" "LIBDIR=/home/opam/.opam/5.3-opam/lib/cmdliner" "DOCDIR=/home/opam/.opam/5.3-opam/doc/cmdliner" "SHAREDIR=/home/opam/.opam/5.3-opam/share" "MANDIR=/home/opam/.opam/5.3-opam/man" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/cmdliner.2.1.0)
- install -d "/home/opam/.opam/5.3-opam/man/man1"
- install -m 644 _build/src/tool/man/man1/cmdliner-generic-completion.1 _build/src/tool/man/man1/cmdliner-install-generic-completion.1 _build/src/tool/man/man1/cmdliner-install-tool-completion.1 _build/src/tool/man/man1/cmdliner-install-tool-manpages.1 _build/src/tool/man/man1/cmdliner-install-tool-support.1 _build/src/tool/man/man1/cmdliner-install.1 _build/src/tool/man/man1/cmdliner-tool-commands.1 _build/src/tool/man/man1/cmdliner-tool-completion.1 _build/src/tool/man/man1/cmdliner.1 "/home/opam/.opam/5.3-opam/man/man1"
- install -d "/home/opam/.opam/5.3-opam/doc/cmdliner/odoc-pages"
- install -m 644 CHANGES.md LICENSE.md README.md "/home/opam/.opam/5.3-opam/doc/cmdliner"
- install -m 644 doc/index.mld doc/cli.mld doc/examples.mld \
-    doc/tutorial.mld doc/cookbook.mld doc/tool_man.mld "/home/opam/.opam/5.3-opam/doc/cmdliner/odoc-pages"
-> installed cmdliner.2.1.0
Processing 37/50: [menhir: dune build] [ppxlib: dune build]
-> installed yojson.3.0.0
Processing 38/50: [menhir: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhir" "-j" "255" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/menhir.20250912)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 99 sample input sentences and 99 error messages.
- Read 99 sample input sentences and 47 error messages.
- (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 199 states.
- The grammar is not SLR(1) -- 7 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 308 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 50 states.
- Priority played a role in 0 of these states.
- 156 out of 308 states have a default reduction.
- 108 out of 308 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 39 out of 96 symbols keep track of their end position.
- The StackLang code contains 4113 instructions in 277 blocks.
- The StackLang code comprises 5 mutually recursive groups.
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 99 sample input sentences and 47 error messages.
-> compiled  menhir.20250912
Processing 38/50: [ppxlib: dune build]
-> installed menhir.20250912
Processing 39/50: [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppxlib" "-j" "255" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppxlib.0.37.0)
-> compiled  ppxlib.0.37.0
-> installed ppxlib.0.37.0
Processing 41/50: [sedlex: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sedlex" "-j" "255" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/sedlex.3.7)
-> compiled  sedlex.3.7
-> installed sedlex.3.7
Processing 43/50: [js_of_ocaml-compiler: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "js_of_ocaml-compiler" "-j" "255" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/js_of_ocaml-compiler.6.2.0)
- (cd tools/version && /home/opam/.opam/5.3-opam/bin/ocaml -I +compiler-libs /home/opam/.opam/5.3-opam/.opam-switch/build/js_of_ocaml-compiler.6.2.0/_build/.dune/default/tools/version/dune.ml)
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
-> compiled  js_of_ocaml-compiler.6.2.0
-> installed js_of_ocaml-compiler.6.2.0
Processing 45/50: [ojs: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ojs" "-j" "255" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ojs.1.1.6)
-> compiled  ojs.1.1.6
-> installed ojs.1.1.6
Processing 47/50: [gen_js_api: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "gen_js_api" "-j" "255" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/gen_js_api.1.1.6)
-> compiled  gen_js_api.1.1.6
-> installed gen_js_api.1.1.6
Processing 49/50: [ocaml-vdom: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-vdom" "-j" "255" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocaml-vdom.0.2)
- (cd _build/default && /home/opam/.opam/5.3-opam/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.vdom.objs/byte -I /home/opam/.opam/5.3-opam/lib/js_of_ocaml-compiler/runtime -I /home/opam/.opam/5.3-opam/lib/ojs -cmi-file lib/.vdom.objs/byte/vdom_blit.cmi -no-alias-deps -o lib/.vdom.objs/byte/vdom_blit.cmo -c -impl lib/vdom_blit.ml)
- File "lib/vdom_blit.ml", line 204, characters 12-19:
- 204 |             Ojs.set (Element.t_to_js dom) k (eval_prop v)
-                   ^^^^^^^
- Alert deprecated: Ojs.set
- Use Ojs.set_prop_ascii instead.
- 
- File "lib/vdom_blit.ml", line 207, characters 10-17:
- 207 |           Ojs.set
-                 ^^^^^^^
- Alert deprecated: Ojs.set
- Use Ojs.set_prop_ascii instead.
- 
- File "lib/vdom_blit.ml", line 208, characters 13-20:
- 208 |             (Ojs.get (Element.t_to_js dom) "style")
-                    ^^^^^^^
- Alert deprecated: Ojs.get
- Use Ojs.get_prop_ascii instead.
- 
- File "lib/vdom_blit.ml", line 321, characters 10-17:
- 321 |           Ojs.set (Element.t_to_js dom) k (eval_prop v)
-                 ^^^^^^^
- Alert deprecated: Ojs.set
- Use Ojs.set_prop_ascii instead.
- 
- File "lib/vdom_blit.ml", line 323, characters 16-23:
- 323 |   let clear k = Ojs.set (Element.t_to_js dom) k Ojs.null in
-                       ^^^^^^^
- Alert deprecated: Ojs.set
- Use Ojs.set_prop_ascii instead.
- 
- File "lib/vdom_blit.ml", line 332, characters 16-23:
- 332 |   let set k v = Ojs.set (Ojs.get (Element.t_to_js dom) "style") k (eval_prop v) in
-                       ^^^^^^^
- Alert deprecated: Ojs.set
- Use Ojs.set_prop_ascii instead.
- 
- File "lib/vdom_blit.ml", line 332, characters 25-32:
- 332 |   let set k v = Ojs.set (Ojs.get (Element.t_to_js dom) "style") k (eval_prop v) in
-                                ^^^^^^^
- Alert deprecated: Ojs.get
- Use Ojs.get_prop_ascii instead.
- 
- File "lib/vdom_blit.ml", line 333, characters 16-23:
- 333 |   let clear k = Ojs.set (Ojs.get (Element.t_to_js dom) "style") k js_empty_string in
-                       ^^^^^^^
- Alert deprecated: Ojs.set
- Use Ojs.set_prop_ascii instead.
- 
- File "lib/vdom_blit.ml", line 333, characters 25-32:
- 333 |   let clear k = Ojs.set (Ojs.get (Element.t_to_js dom) "style") k js_empty_string in
-                                ^^^^^^^
- Alert deprecated: Ojs.get
- Use Ojs.get_prop_ascii instead.
- (cd _build/default && /home/opam/.opam/5.3-opam/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.vdom.objs/byte -I /home/opam/.opam/5.3-opam/lib/js_of_ocaml-compiler/runtime -I /home/opam/.opam/5.3-opam/lib/ojs -cmi-file lib/.vdom.objs/byte/js_browser.cmi -no-alias-deps -o lib/.vdom.objs/byte/js_browser.cmo -c -impl lib/js_browser.ml)
- File "lib/js_browser.ml", line 30, characters 8-92:
- 30 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 36, characters 8-93:
- 36 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 42, characters 8-93:
- 42 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 49, characters 8-93:
- 49 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 55, characters 8-93:
- 55 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 59, characters 8-93:
- 59 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 104, characters 8-93:
- 104 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 110, characters 8-93:
- 110 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 116, characters 8-93:
- 116 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 121, characters 8-93:
- 121 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 126, characters 8-93:
- 126 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 132, characters 8-93:
- 132 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 291, characters 8-92:
- 291 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 296, characters 8-92:
- 296 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 301, characters 8-92:
- 301 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 313, characters 8-92:
- 313 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 864, characters 8-92:
- 864 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 869, characters 8-93:
- 869 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 874, characters 8-92:
- 874 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 881, characters 8-93:
- 881 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 886, characters 8-92:
- 886 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 891, characters 8-92:
- 891 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 896, characters 8-92:
- 896 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 901, characters 8-92:
- 901 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 906, characters 8-92:
- 906 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 911, characters 8-92:
- 911 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 916, characters 8-92:
- 916 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 921, characters 8-92:
- 921 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 926, characters 8-92:
- 926 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 931, characters 8-92:
- 931 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 936, characters 8-92:
- 936 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 941, characters 8-92:
- 941 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 946, characters 8-92:
- 946 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 951, characters 8-92:
- 951 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 956, characters 8-92:
- 956 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 961, characters 8-92:
- 961 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 966, characters 8-92:
- 966 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 972, characters 8-92:
- 972 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 976, characters 8-92:
- 976 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 981, characters 8-92:
- 981 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 992, characters 8-92:
- 992 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 997, characters 8-92:
- 997 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1002, characters 8-92:
- 1002 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1007, characters 8-92:
- 1007 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1012, characters 8-92:
- 1012 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1017, characters 8-92:
- 1017 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1028, characters 8-92:
- 1028 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1033, characters 8-92:
- 1033 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1038, characters 8-92:
- 1038 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1043, characters 8-92:
- 1043 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1051, characters 6-13:
- 1051 |       Ojs.set (t_to_js style) prop (Ojs.string_to_js value)
-              ^^^^^^^
- Alert deprecated: Ojs.set
- Use Ojs.set_prop_ascii instead.
- 
- File "lib/js_browser.ml", line 1056, characters 8-92:
- 1056 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1061, characters 8-92:
- 1061 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1067, characters 8-92:
- 1067 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1073, characters 8-92:
- 1073 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1078, characters 8-92:
- 1078 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1083, characters 8-92:
- 1083 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1088, characters 8-92:
- 1088 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1093, characters 8-92:
- 1093 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1098, characters 8-92:
- 1098 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1103, characters 8-92:
- 1103 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1109, characters 8-92:
- 1109 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1114, characters 8-92:
- 1114 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1119, characters 8-92:
- 1119 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1120, characters 43-50:
- 1120 |     let get style prop = Ojs.string_of_js (Ojs.get (t_to_js style) prop)
-                                                   ^^^^^^^
- Alert deprecated: Ojs.get
- Use Ojs.get_prop_ascii instead.
- 
- File "lib/js_browser.ml", line 1133, characters 8-93:
- 1133 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1139, characters 8-93:
- 1139 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1144, characters 8-93:
- 1144 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1151, characters 8-93:
- 1151 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1158, characters 8-93:
- 1158 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1163, characters 8-93:
- 1163 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1168, characters 8-92:
- 1168 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1173, characters 8-92:
- 1173 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1178, characters 8-92:
- 1178 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1199, characters 8-93:
- 1199 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1220, characters 8-92:
- 1220 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1227, characters 8-93:
- 1227 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1234, characters 8-93:
- 1234 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1241, characters 8-93:
- 1241 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1248, characters 8-93:
- 1248 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1255, characters 8-93:
- 1255 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1262, characters 8-93:
- 1262 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1272, characters 8-93:
- 1272 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1277, characters 8-92:
- 1277 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1282, characters 8-92:
- 1282 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1286, characters 8-93:
- 1286 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1292, characters 8-92:
- 1292 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1297, characters 8-92:
- 1297 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1302, characters 8-92:
- 1302 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1307, characters 8-92:
- 1307 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1312, characters 8-92:
- 1312 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1318, characters 8-92:
- 1318 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1323, characters 8-92:
- 1323 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1328, characters 8-92:
- 1328 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1334, characters 8-93:
- 1334 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1339, characters 8-92:
- 1339 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1345, characters 8-92:
- 1345 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1351, characters 8-92:
- 1351 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1357, characters 8-92:
- 1357 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1362, characters 8-92:
- 1362 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1367, characters 8-92:
- 1367 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1372, characters 8-92:
- 1372 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1377, characters 8-92:
- 1377 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1382, characters 8-92:
- 1382 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1387, characters 8-92:
- 1387 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1392, characters 8-92:
- 1392 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1398, characters 8-92:
- 1398 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1403, characters 8-92:
- 1403 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1408, characters 8-92:
- 1408 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1413, characters 8-92:
- 1413 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1418, characters 8-92:
- 1418 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1423, characters 8-92:
- 1423 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1429, characters 8-92:
- 1429 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1433, characters 8-93:
- 1433 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1437, characters 8-93:
- 1437 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1442, characters 8-92:
- 1442 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1447, characters 8-92:
- 1447 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1453, characters 8-92:
- 1453 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1459, characters 8-92:
- 1459 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1463, characters 8-93:
- 1463 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1467, characters 8-93:
- 1467 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1480, characters 8-93:
- 1480 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1492, characters 8-93:
- 1492 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1499, characters 8-93:
- 1499 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1506, characters 8-93:
- 1506 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1513, characters 8-93:
- 1513 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1518, characters 8-92:
- 1518 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1524, characters 8-92:
- 1524 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1529, characters 8-92:
- 1529 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1534, characters 8-92:
- 1534 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1539, characters 8-92:
- 1539 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1544, characters 8-92:
- 1544 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1578, characters 8-93:
- 1578 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1585, characters 8-93:
- 1585 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1592, characters 8-93:
- 1592 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1607, characters 8-92:
- 1607 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1611, characters 8-93:
- 1611 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1615, characters 8-93:
- 1615 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1624, characters 8-93:
- 1624 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1631, characters 8-93:
- 1631 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1638, characters 8-93:
- 1638 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1658, characters 8-92:
- 1658 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1663, characters 8-92:
- 1663 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1668, characters 8-92:
- 1668 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1674, characters 8-92:
- 1674 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1688, characters 8-92:
- 1688 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1694, characters 8-92:
- 1694 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1699, characters 8-92:
- 1699 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1704, characters 8-92:
- 1704 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1709, characters 8-92:
- 1709 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1715, characters 8-92:
- 1715 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1720, characters 8-92:
- 1720 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1725, characters 8-92:
- 1725 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1745, characters 8-93:
- 1745 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1775, characters 8-93:
- 1775 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1796, characters 8-92:
- 1796 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1802, characters 8-92:
- 1802 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 1809, characters 8-93:
- 1809 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1816, characters 8-93:
- 1816 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1823, characters 8-93:
- 1823 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1830, characters 8-93:
- 1830 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1838, characters 8-93:
- 1838 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1879, characters 8-93:
- 1879 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1885, characters 8-93:
- 1885 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1891, characters 8-92:
- 1891 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1897, characters 8-92:
- 1897 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1902, characters 8-92:
- 1902 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1907, characters 8-92:
- 1907 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1912, characters 8-92:
- 1912 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1917, characters 8-92:
- 1917 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1924, characters 8-93:
- 1924 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1931, characters 8-93:
- 1931 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1936, characters 8-92:
- 1936 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1941, characters 8-92:
- 1941 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1946, characters 8-92:
- 1946 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1953, characters 8-93:
- 1953 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1960, characters 8-93:
- 1960 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1970, characters 8-93:
- 1970 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 1979, characters 8-92:
- 1979 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 1985, characters 8-92:
- 1985 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2030, characters 8-92:
- 2030 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2035, characters 8-92:
- 2035 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2041, characters 8-92:
- 2041 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 2048, characters 8-93:
- 2048 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2054, characters 8-93:
- 2054 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2071, characters 8-93:
- 2071 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2076, characters 8-93:
- 2076 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2083, characters 8-93:
- 2083 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2090, characters 8-93:
- 2090 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2096, characters 8-92:
- 2096 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 2103, characters 8-93:
- 2103 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2109, characters 8-92:
- 2109 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 2140, characters 8-92:
- 2140 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2145, characters 8-92:
- 2145 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2150, characters 8-92:
- 2150 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2154, characters 8-92:
- 2154 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2160, characters 8-92:
- 2160 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 2206, characters 8-93:
- 2206 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2229, characters 8-93:
- 2229 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2234, characters 8-92:
- 2234 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2240, characters 8-92:
- 2240 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 2245, characters 8-92:
- 2245 |         "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2257, characters 8-93:
- 2257 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2268, characters 12-96:
- 2268 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2274, characters 4-91:
- 2274 |     "Heuristic for automatic binding is deprecated; please add the '@js.global' attribute."])
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.global' attribute.
- 
- File "lib/js_browser.ml", line 2278, characters 4-91:
- 2278 |     "Heuristic for automatic binding is deprecated; please add the '@js.global' attribute."])
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.global' attribute.
- 
- File "lib/js_browser.ml", line 2320, characters 8-92:
- 2320 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 2330, characters 8-92:
- 2330 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 2336, characters 8-92:
- 2336 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 2347, characters 8-93:
- 2347 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2354, characters 8-93:
- 2354 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2359, characters 8-93:
- 2359 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2364, characters 8-93:
- 2364 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2374, characters 8-93:
- 2374 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2381, characters 8-93:
- 2381 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2388, characters 8-93:
- 2388 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2393, characters 8-93:
- 2393 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2398, characters 8-93:
- 2398 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2408, characters 8-93:
- 2408 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2418, characters 8-93:
- 2418 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2424, characters 8-92:
- 2424 |         "Heuristic for automatic binding is deprecated; please add the '@js.set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.set' attribute.
- 
- File "lib/js_browser.ml", line 2432, characters 8-93:
- 2432 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2440, characters 8-93:
- 2440 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2450, characters 12-96:
- 2450 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2458, characters 8-93:
- 2458 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2465, characters 8-93:
- 2465 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2472, characters 8-93:
- 2472 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2479, characters 8-93:
- 2479 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2489, characters 8-93:
- 2489 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2507, characters 8-93:
- 2507 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2512, characters 4-91:
- 2512 |     "Heuristic for automatic binding is deprecated; please add the '@js.global' attribute."])
-            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.global' attribute.
- 
- File "lib/js_browser.ml", line 2539, characters 8-98:
- 2539 |         "Heuristic for automatic binding is deprecated; please add the '@js.index_set' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.index_set' attribute.
- 
- File "lib/js_browser.ml", line 2592, characters 8-93:
- 2592 |         "Heuristic for automatic binding is deprecated; please add the '@js.call' attribute."])
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.call' attribute.
- 
- File "lib/js_browser.ml", line 2618, characters 12-96:
- 2618 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2623, characters 12-96:
- 2623 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2629, characters 12-96:
- 2629 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2635, characters 12-96:
- 2635 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2646, characters 12-96:
- 2646 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2651, characters 12-96:
- 2651 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2701, characters 12-96:
- 2701 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2706, characters 12-96:
- 2706 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2711, characters 12-96:
- 2711 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2716, characters 12-96:
- 2716 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2721, characters 12-96:
- 2721 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2726, characters 12-96:
- 2726 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2732, characters 12-96:
- 2732 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2738, characters 12-96:
- 2738 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2750, characters 12-96:
- 2750 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2785, characters 12-96:
- 2785 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2791, characters 12-96:
- 2791 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2797, characters 12-96:
- 2797 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
- 
- File "lib/js_browser.ml", line 2804, characters 12-96:
- 2804 |             "Heuristic for automatic binding is deprecated; please add the '@js.get' attribute."])
-                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 22 [preprocessor]: Heuristic for automatic binding is deprecated; please add the '@js.get' attribute.
-> compiled  ocaml-vdom.0.2
-> installed ocaml-vdom.0.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-29 16:04.24 ---> saved as "72c32f3ae81d78271d22040965fe2fc726f69e6d470a536a510b64b6f4d56e88"
Job succeeded