Skip to content
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

Remove lwt_ppx dependency #815

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

n-osborne
Copy link
Contributor

This PR proposes to get rid of the %lwt syntax from lwt_ppx in favor of the
Lwt_syntax.

It is based on #814, please consider only the last commit.

This is join work with @Julow (who wrote the tool making the automatic changes)

Most of the changes has been done automatically using the prototype tool
here. This is the reason why
the PR is one big commit.

This is a first step toward moving from Lwt to effect-based concurrency. The
idea is to homogenize the syntax in order to have less cases to handle (again
by an automatic tool).

This is also an independent contribution, as it removes one dependency and one
preprocessor. Which can be considered a win by itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant