No description
  • OCaml 51.6%
  • Dune 48.4%
Find a file
2022-09-06 17:33:19 +02:00
src 🐛 2022-09-06 17:26:11 +02:00
vendor 🐛 2022-09-06 17:26:11 +02:00
dune-project 🐛 2022-09-06 17:26:11 +02:00
README.md Create README.md 2022-09-06 17:33:19 +02:00

dune-vendoring-warning-leak

With dune version 3.4.0:

$ git clone https://github.com/TheLortex/dune-vendoring-warning-leak
$ dune build
File "vendor/a/vendor/b/src/b.ml", line 1, characters 6-16:
1 | let b unused_var = ()
          ^^^^^^^^^^
Error (warning 27 [unused-var-strict]): unused variable unused_var.