Deprecated functions; will be removed#107
Deprecated functions; will be removed#107whitequark wants to merge 1 commit intoocsigen:masterfrom whitequark:remove-deprecated
Conversation
There was a problem hiding this comment.
Note the (**/**) above--this function was not present in the documentation for quite a long time.
|
In the opam repository, the following packages use |
|
Given these statistics, maybe we should wait before removing We should tell the authors of |
|
I learned that |
|
What should be used instead of Lwt_unix.run, then ? |
|
Lwt_main.run
|
|
Will this be merged? |
|
Marked these deprecated more clearly. Can't use At least the following packages are still using
Eliom recommends At least the following packages are using
At least the following packages are using
No public package is apparently using attn @pveber @avsm @rgrinberg @samoht @nv-vn @vasilisp @gregtatcam @andrewray |
|
attn @toolslive @metadave |
|
@aantron
|
|
|
|
@aantron I appreciate the ping! I've only used this in the Riak client, which I haven't touched in years. |
|
Thanks for pinging, I've gone ahead and patched that in all projects that were using them. |
|
concerning As an aside, I recently worked on the ordma package and needed to implement a new Lwt engine, based on librdmacm's rselect. There were some problems:
Basically, what I'm saying is that there is an API to plug in your own lwt engine, but that it doesn't really work when you actually try to do this (or I wasn't smart enough to figure out how to do this cleanly). |
|
@toolslive This PR didn't originally seek to remove
Would you be willing to turn this into a separate issue? Copy/paste from here is fine, but reproduction cases and/or patches are also very welcome :) |
|
the aside is continued here What's the alternative for Lwt_unix.execute_job ? |
|
Thanks. |
|
Now using deprecation warnings ( |
No description provided.