-
Notifications
You must be signed in to change notification settings - Fork 10
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
Sandmark runs fail due to Lwt 5.7.0 compilation error #149
Comments
It looks like this change triggers a failure with building Lwt 5.7.0.
I'm not sure what the right way to fix this would be. Before I try and dig into fixing this, @MisterDA would you have insights on what might be happening here and how to fix this? |
The problem is probably the
I've proposed a fix to Lwt: ocsigen/lwt@0d9db31. In the meantime, you could either apply this patch, or pin-depend on my branch at ocsigen/lwt#1022. |
No, it's clear that I've introduced a regression in the definition of |
Thanks for looking into this @MisterDA. One of the things that was confusing for me was not being able to reproduce the failure with the following steps.
I'm not sure if there's something specifically in the |
It's also tied to the C compiler version… |
This should now be fixed! Thanks @MisterDA ! |
The nightly benchmark runs seem to have failed for a couple of days with this error.
The text was updated successfully, but these errors were encountered: