From: xrgml <lists@applepine.org>
To: caml-list@inria.fr
Subject: [Caml-list] Ocaml-migrate-parsetree and compiler-libs.Types
Date: Tue, 18 Jul 2017 07:14:14 -0400 [thread overview]
Message-ID: <BE4DFAF7-902A-4640-9A32-5CE7696516A0@applepine.org> (raw)
Hello,
I am working on migrating `ppx_import` (https://github.com/whitequark/ppx_import) to OMP. This PPX rewriter uses the `Types` module from `compiler-libs` as a result of using `Cmi_format` from that same module and neither are part of the OMP migration framework.
What would be the best approach here ? My current solution is to keep using `Types` and `Cmi_format` and massage its output into the current AST of `ppx_import` (`Ast_403`). But that assumes that the interface for `Types` does not change across versions, which seems a bit preposterous.
Thanks,
xrg
reply other threads:[~2017-07-18 11:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BE4DFAF7-902A-4640-9A32-5CE7696516A0@applepine.org \
--to=lists@applepine.org \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox