-
Notifications
You must be signed in to change notification settings - Fork 33
Fix Unix already loaded error #255
New issue
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
Conversation
|
On master, the loaded modules are (15 lines): On #256 there are 163 modules being loaded. The new "cannot be loaded again" message is generated 143 times. Is here something in #256 that changes the dependency of ocsigenserver extensions ? |
|
I was not able to reproduce the issue. I get this output: |
|
Oh, I did not try with the right branch, indeed. See my comment on #256. |
|
Thanks! I'll fix the bug in that PR. |
While migrating from Lwt_log to Logs, I got the basic eliom template fails with this message:
It seems that ocsigenserver now links Unix in a different order or perhaps Unix became a transitive dependency to something else?
Anyway, I think this error can be ignored.