-
Notifications
You must be signed in to change notification settings - Fork 87
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
Lwt_sequence is deprecated #349
Comments
Any plan to fix it? I can take my time to try to fix it (needed to |
@dinosaure I won't have time to fix this in the next couple of weeks and would welcome a PR addressing it. |
Ok. I will make something when @samoht will confirm to me that is the source of bug 👍 . |
@dinosaure may I know how you are planning to fix this issue. https://github.com/diml/lambda-term also needs to be updated to use a different doubly linked list. Will you be using a separate implementation of doubly linked list perhaps or per use Lwt_sequence with a different name? |
According to what I said to @yomimono at the last hackathon, my goal is to provide a proved implementation of a double linked-list. I just discover in a paper than it's not possible to use Why3 in this case. So the plan is to use CFML/Coq instead. So, of course, this library will be outside |
See also mirage/mirage#889 , the higher-level tracking issue for lwt 4.0.0 and mirage. |
since #388 this no longer uses lwt_sequence. |
A manual build (with
--dev
) fails with:Related to [ocsigen/lwt#361]
The text was updated successfully, but these errors were encountered: