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

Don't link PPX rewriters into clients #33

Merged
merged 1 commit into from
Jun 5, 2017
Merged

Conversation

djs55
Copy link
Member

@djs55 djs55 commented Jun 5, 2017

The package cstruct.ppx contains helper functions for the PPX rewriter itself. Linking this code into applications makes them larger and also brings in a dependency on compiler-libs which pollutes the global module namespace with names like Types.

See mirage/mirage-www#556

Signed-off-by: David Scott [email protected]

The package cstruct.ppx contains helper functions for the PPX rewriter
itself. Linking this code into applications makes them larger and also
brings in a dependency on compiler-libs which pollutes the global module
namespace with names like Types.

See mirage/mirage-www#556

Signed-off-by: David Scott <[email protected]>
@djs55 djs55 merged commit 85c0281 into mirage:master Jun 5, 2017
@djs55 djs55 deleted the no-runtime-ppx branch June 5, 2017 17:57
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