You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using Dune to build Pyre (https://github.com/facebook/pyre-check) for a while now. After switching to dune 1.8.0 from dune 1.2.1, I'm seeing crashes of the form Error: exception Invalid_argument("atom '' cannot be in dune syntax").
Any pointers on how I could debug this and support later Dune versions? I tried running it with dune build @install --verbose and with the various debug flags, but none seemed to point me at the right file with the syntax error.
We've been using Dune to build Pyre (https://github.com/facebook/pyre-check) for a while now. After switching to dune 1.8.0 from dune 1.2.1, I'm seeing crashes of the form
Error: exception Invalid_argument("atom '' cannot be in dune syntax")
.Any pointers on how I could debug this and support later Dune versions? I tried running it with
dune build @install --verbose
and with the various debug flags, but none seemed to point me at the right file with the syntax error.To repro:
The text was updated successfully, but these errors were encountered: