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

Unused lwt/unix import #88

Open
ManasJayanth opened this issue Nov 25, 2019 · 0 comments
Open

Unused lwt/unix import #88

ManasJayanth opened this issue Nov 25, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@ManasJayanth
Copy link
Member

Sometime, certain APIs require that more than one libraries be added to the build system. Example lwt and lwt.unix. Currently the require syntax forces assignment of the import into a namespace Lwt_unix = require('lwt/unix'), even if Lwt_unix is not really used anywhere.

@ManasJayanth ManasJayanth created this issue from a note in Nodejs like require syntax (Planned) Nov 25, 2019
@ManasJayanth ManasJayanth changed the title ### Unused lwt/unix import Unused lwt/unix import Nov 25, 2019
@ManasJayanth ManasJayanth added the bug Something isn't working label Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant