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

PPX in iocaml #38

Open
hcarty opened this issue Apr 15, 2016 · 1 comment
Open

PPX in iocaml #38

hcarty opened this issue Apr 15, 2016 · 1 comment

Comments

@hcarty
Copy link

hcarty commented Apr 15, 2016

Extension points and attributes do not seem to work properly from a non-JS iocaml environment. For example:

#use "topfind"
#require "ppx_deriving_yojson"
type t = {
  x : int;
  y : int;
} [@@deriving yojson]

Those cells don't end up defining the expected to_yojson/of_yojson functions.

This is with the latest from opam as of April 14, 2016.

@andrewray
Copy link
Owner

The kernel needs to run Pparse.apply_rewriters. I've tried to add it, but it causes strange crashes elsewhere after a ppx is enabled. Will need to have a closer look into why this is happening.

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

No branches or pull requests

2 participants