We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This bug has been migrated from artifact #1364 on forge.ocamlcore.org. It was assigned to user102.
My Ocsigen plugin which uses OUnit fails to be dyn-loaded saying oUnit.cmxs has no OUnit2.
It seems that oUnix.cmxs is not built from oUnix.cmxa which contains oUnit.cmx and oUnit2.cmx. Instead, it is made of oUnix.cmx (not cmxa but cmx).
This is probably an OASIS bug.
See: https://forge.ocamlcore.org/tracker/?group_id=54&atid=291&func=detail&aid=1353
I have upgraded the severity there.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This bug has been migrated from artifact #1364 on forge.ocamlcore.org. It was assigned to user102.
user273 posted on 2014-01-21 05:44:08:
My Ocsigen plugin which uses OUnit fails to be dyn-loaded saying oUnit.cmxs has no OUnit2.
It seems that oUnix.cmxs is not built from oUnix.cmxa which contains oUnit.cmx and oUnit2.cmx. Instead, it is made of oUnix.cmx (not cmxa but cmx).
user102 replied on 2014-01-21 08:08:30:
This is probably an OASIS bug.
See:
https://forge.ocamlcore.org/tracker/?group_id=54&atid=291&func=detail&aid=1353
I have upgraded the severity there.
The text was updated successfully, but these errors were encountered: