-
Notifications
You must be signed in to change notification settings - Fork 26
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
LibIndex.get hangs in UTop #136
Comments
Interesting... thanks for the very helpful report.
what does it require that plain |
Sorry. you can invoke utop-full and then
The backtrace tells that it struggled in compiler-libs, lazy-evalution, global variables, what a wonderful integration to debug with ;) |
The interaction is when you link utop and libindex together. utop non-full is expunged, which avoids the issue. @kandu It would probably be easier with a compiled examples, not one that requires to run stuff in utop-full, as expunging is going to muddy the waters. |
What should we do to get this resolved? |
Hi, dear ocp-index developers. I recently encountered an issue working with
ocp-index.lib
, here is the step-to-reproduce:Paste the code above to utop,
LibIndex.get
hangs at the last statement.Buf if I replace the last three statements with only the last one, or just delete the
#require "core_kernel";;
statement,LibIndex.get
will work.There could be some conflicts between #require and
LibIndex
's internal implementation.and here is the backtrace info
The text was updated successfully, but these errors were encountered: