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
If angstrom is installed from opam, but not angstrom-unix, then Findlib lookups can fail with:
Fl_package_base.No_such_package("angstrom-unix", "required by `angstrom.unix'")
Even Findlib.package_ancestors [] "angstrom.unix" crashes, even though it doesn't have to look up dependencies of angstrom-unix.
Worse yet, Findlib.package_deep_ancestors will fail if any transitive dependency is missing like that, so not even the existing parts will be returned.
The text was updated successfully, but these errors were encountered:
If angstrom is installed from opam, but not angstrom-unix, then
Findlib
lookups can fail with:Even
Findlib.package_ancestors [] "angstrom.unix"
crashes, even though it doesn't have to look up dependencies of angstrom-unix.Worse yet,
Findlib.package_deep_ancestors
will fail if any transitive dependency is missing like that, so not even the existing parts will be returned.The text was updated successfully, but these errors were encountered: