Fix flags to ppx

This commit is contained in:
Alexander Bantyev 2020-03-26 20:47:15 +03:00
parent 1c1dac1896
commit 4262037a5b
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5
33 changed files with 43 additions and 43 deletions

View File

@ -7,7 +7,7 @@
)
(modules cli cli_helpers version)
(preprocess
(pps ppx_let ppx_blob bisect_ppx --conditional)
(pps ppx_let ppx_blob bisect_ppx -conditional)
)
(preprocessor_deps (file ../../CHANGELOG.md))
(flags (:standard -open Simple_utils))
@ -32,7 +32,7 @@
(modules runligo)
(package ligo)
(preprocess
(pps ppx_let ppx_blob bisect_ppx --conditional)
(pps ppx_let ppx_blob bisect_ppx -conditional)
)
(flags (:standard -open Simple_utils))
)

View File

@ -9,6 +9,6 @@
main
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
)

View File

@ -26,7 +26,7 @@
self_michelson
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils -open Tezos_utils ))
)

View File

@ -7,7 +7,7 @@
uncompile
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils -open Tezos_utils ))
)

View File

@ -19,7 +19,7 @@
compile
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils -open Tezos_utils ))
)

View File

@ -13,7 +13,7 @@
transpiler
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils -open Tezos_utils ))
)

View File

@ -23,7 +23,7 @@
simple-utils
tezos-utils)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(flags (:standard -open Parser_shared -open Simple_utils)))
;; Build of the unlexer (for covering the
@ -33,7 +33,7 @@
(name Unlexer)
(libraries str)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(modules Unlexer))
;; Local build of a standalone lexer
@ -43,7 +43,7 @@
(libraries parser_cameligo)
(modules LexerMain)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(flags (:standard -open Parser_shared -open Parser_cameligo)))
;; Local build of a standalone parser
@ -53,7 +53,7 @@
(libraries parser_cameligo)
(modules ParserMain)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(flags (:standard -open Simple_utils -open Parser_shared -open Parser_cameligo)))
;; Build of the covering of error states in the LR automaton

View File

@ -9,5 +9,5 @@
parser_cameligo
parser_reasonligo)
(preprocess
(pps ppx_let bisect_ppx --conditional))
(pps ppx_let bisect_ppx -conditional))
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils -open Parser_shared)))

View File

@ -22,7 +22,7 @@
hex
simple-utils)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(flags (:standard -open Parser_shared -open Simple_utils)))
;; Build of the unlexer (for covering the
@ -32,7 +32,7 @@
(name Unlexer)
(libraries str)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(modules Unlexer))
;; Local build of a standalone lexer
@ -43,7 +43,7 @@
hex simple-utils tezos-utils parser_pascaligo)
(modules LexerMain)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(flags (:standard -open Parser_shared -open Parser_pascaligo)))
;; Local build of a standalone parser
@ -53,7 +53,7 @@
(libraries parser_pascaligo)
(modules ParserMain)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(flags (:standard -open Simple_utils -open Parser_shared -open Parser_pascaligo)))
;; Build of the covering of error states in the LR automaton

View File

@ -23,7 +23,7 @@
str
simple-utils)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(flags (:standard -open Parser_shared -open Simple_utils -open Parser_cameligo)))
;; Build of the unlexer (for covering the
@ -33,7 +33,7 @@
(name Unlexer)
(libraries str)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(modules Unlexer))
;; Local build of a standalone lexer
@ -43,7 +43,7 @@
(libraries parser_reasonligo)
(modules LexerMain)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(flags (:standard -open Parser_shared -open Parser_reasonligo)))
;; Local build of a standalone parser
@ -55,7 +55,7 @@
parser_cameligo)
(modules ParserMain)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(flags (:standard -open Simple_utils -open Parser_cameligo -open Parser_shared -open Parser_reasonligo)))
;; Build of the covering of error states in the LR automaton

View File

@ -10,7 +10,7 @@
getopt
zarith)
(preprocess
(pps bisect_ppx --conditional))
(pps bisect_ppx -conditional))
(modules
LexerUnit
ParserUnit

View File

@ -8,7 +8,7 @@
ligo_interpreter
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
)

View File

@ -10,7 +10,7 @@
operators
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
)

View File

@ -6,7 +6,7 @@
)
(inline_tests)
(preprocess
(pps ppx_let ppx_expect bisect_ppx --conditional)
(pps ppx_let ppx_expect bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
)

View File

@ -9,7 +9,7 @@
operators
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils -open Tezos_utils ))
)

View File

@ -6,7 +6,7 @@
tezos-utils
)
(preprocess
(pps ppx_let bisect_ppx --conditional ppx_expect)
(pps ppx_let bisect_ppx -conditional ppx_expect)
)
(inline_tests)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))

View File

@ -12,5 +12,5 @@
(preprocess
(pps
ppx_let
bisect_ppx --conditional))
bisect_ppx -conditional))
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils)))

View File

@ -7,7 +7,7 @@
proto-alpha-utils
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
)

View File

@ -8,7 +8,7 @@
proto-alpha-utils
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
)

View File

@ -7,7 +7,7 @@
proto-alpha-utils
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
)

View File

@ -8,7 +8,7 @@
proto-alpha-utils
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
)

View File

@ -7,7 +7,7 @@
proto-alpha-utils
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
)

View File

@ -11,7 +11,7 @@
operators
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
)

View File

@ -6,7 +6,7 @@
ast_typed
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
)

View File

@ -12,7 +12,7 @@
mini_c
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -open Simple_utils ))
)

View File

@ -7,7 +7,7 @@
stage_common
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -open Simple_utils ))
)

View File

@ -7,7 +7,7 @@
stage_common
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -open Simple_utils ))
)

View File

@ -7,7 +7,7 @@
stage_common
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -open Simple_utils ))
)

View File

@ -8,7 +8,7 @@
stage_common
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -open Simple_utils))
)

View File

@ -7,6 +7,6 @@
stage_common
)
(inline_tests)
(preprocess (pps ppx_expect ppx_let bisect_ppx --conditional))
(preprocess (pps ppx_expect ppx_let bisect_ppx -conditional))
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
)

View File

@ -7,7 +7,7 @@
)
(inline_tests)
(preprocess
(pps ppx_let ppx_expect bisect_ppx --conditional)
(pps ppx_let ppx_expect bisect_ppx -conditional)
)
(flags (:standard -open Simple_utils))
)

View File

@ -8,7 +8,7 @@
stage_common
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -open Simple_utils))
)

View File

@ -8,7 +8,7 @@
mini_c
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
(pps ppx_let bisect_ppx -conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
)