-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Javier Chavarri <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,9 +33,9 @@ | |
All 3 entries (Foo, Foo__ and Bar) contain a ppx directive | ||
|
||
$ dune ocaml merlin dump-config $PWD | grep -i "ppx" | ||
(FLG (-ppx /MELC_COMPILER -as-ppx -bs-jsx 3)) | ||
(FLG (-ppx /MELC_COMPILER -as-ppx -bs-jsx 3)) | ||
(FLG (-ppx /MELC_COMPILER -as-ppx -bs-jsx 3)) | ||
(FLG (-ppx "/MELC_COMPILER -as-ppx -bs-jsx 3")) | ||
(FLG (-ppx "/MELC_COMPILER -as-ppx -bs-jsx 3")) | ||
(FLG (-ppx "/MELC_COMPILER -as-ppx -bs-jsx 3")) | ||
|
||
$ target=output | ||
$ cat >dune <<EOF | ||
|
@@ -53,13 +53,13 @@ All 3 entries (Foo, Foo__ and Bar) contain a ppx directive | |
The melange.emit entry contains a ppx directive | ||
|
||
$ dune ocaml merlin dump-config $PWD | grep -i "ppx" | ||
(FLG (-ppx /MELC_COMPILER -as-ppx -bs-jsx 3)) | ||
(FLG (-ppx "/MELC_COMPILER -as-ppx -bs-jsx 3")) | ||
|
||
$ dune ocaml dump-dot-merlin $PWD | ||
EXCLUDE_QUERY_DIR | ||
STDLIB /MELC_WHERE | ||
B $TESTCASE_ROOT/_build/default/.output.mobjs/melange | ||
S $TESTCASE_ROOT | ||
# FLG -ppx /MELC_COMPILER -as-ppx -bs-jsx 3 | ||
# FLG -ppx '/MELC_COMPILER -as-ppx -bs-jsx 3' | ||
# FLG -w @[email protected]@30..39@[email protected]@[email protected]@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs | ||