Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Dec 8, 2023
1 parent 213d728 commit bcce5ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ _log

docs/build
docs/source
ppx_elpi/tests/pp.exe
1 change: 1 addition & 0 deletions ppx_elpi/ppx_elpi.ml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ let elpi_loc_of_position (module B : Ast_builder.S) pos = let open B in
}]

let pexp_disable_warnings (module B : Ast_builder.S) x =
let open B in
[%expr [%e x ][@warning "-26-27-32-39-60"]]

let rec on_last f = function
Expand Down
Binary file removed ppx_elpi/tests/pp.exe
Binary file not shown.

0 comments on commit bcce5ef

Please sign in to comment.