From a206c5cfdabb0d691fab13870d0fcabb4e38421a Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Thu, 2 Mar 2017 10:07:24 +0000 Subject: [PATCH] Update the manual regarding the ppx status Following #14 --- doc/manual.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/manual.org b/doc/manual.org index fcab364f..374fb78f 100644 --- a/doc/manual.org +++ b/doc/manual.org @@ -691,10 +691,9 @@ libraries as Jbuilder always build a single ppx driver in order to speed up compilation. Currently Jbuilder only knows how to buid [[https://github.com/janestreet/ppx_driver][ppx_driver]] based drivers, so -using =(pps (...))= will force a dependency on ppx_driver. You are -however free to use ppx rewriters that are not based on ppx_driver in -this list, since ppx_driver is able to import rewriters that where not -designed for ppx_driver. +using =(pps (...))= will force a dependency on ppx_driver. See [[https://github.com/janestreet/jbuilder/issues/14][this +ticket]] for a discussion about adding support for ppx rewriters not +based on ppx_driver. ****** Per module pre-processing specification