-
Notifications
You must be signed in to change notification settings - Fork 412
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
Add pps field to toplevel stanza, use ppx rewriters in utop #3326
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from two minor details, this looks good! Could you also add an entry in the CHANGES.md
file?
test/blackbox-tests/test-cases/toplevel-stanza/preprocessors/fooppx.ml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Just one last thing: could you sign your commits (as explained in the CONTRIBUTING.md file)? Then this is ready to merge! |
85bd8a4
to
afe8f77
Compare
I'm breaking something (or many things) with git... Please ignore while I try to fix 😅Sorry |
38543b8
to
ab3e2eb
Compare
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
…nto toplevel-ppx
ab3e2eb
to
974b525
Compare
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
Could you also update the documentation for the toplevel stanza? It's in dune-files.rst. |
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
…nto toplevel-ppx
f67a697
to
7642bec
Compare
Signed-off-by: Stephanie You <youstephanie98@gmail.com>
Just updated the documentation! |
…or toplevel pps Signed-off-by: Stephanie You <youstephanie98@gmail.com>
Thanks for you efforts! |
#346
If directory contains a ppx rewriter, makes the ppx extension usable in dune utop. Also allows pps field in toplevel stanzas.