Skip to content

Commit

Permalink
[feature] qmlSimpleSlicer: 6 new warning classes controled by --slice…
Browse files Browse the repository at this point in the history
…r-check

Create 8 warning classes for the slicer.
6 are implemented

They are controled by --slicer-check or usual warning flags
  • Loading branch information
OpaOnWindowsNow committed Mar 15, 2012
1 parent 0bde4f6 commit f2af64a
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 48 deletions.
2 changes: 1 addition & 1 deletion opalib/_tags
Expand Up @@ -4,7 +4,7 @@
<**/*.{ml,mli}>: use_libbase

# specific tags, compilation
<opaEnv.ml> : use_qml2ocaml, use_passlib, use_compilerlib, use_qmlflatcompiler, use_qmlpasses, use_qml2js, use_qmljsimp, use_opalang, use_libqmlcompil
<opaEnv.ml> : use_qml2ocaml, use_passlib, use_compilerlib, use_qmlflatcompiler, use_qmlpasses, use_qml2js, use_qmljsimp, use_qmlslicer, use_opalang, use_libqmlcompil
<opaWalker.ml>: thread
<opa_Common.{ml,mli}>: use_libqmlcompil, use_opalang

Expand Down
1 change: 1 addition & 0 deletions opalib/opaEnv.ml
Expand Up @@ -444,6 +444,7 @@ struct
OpaSyntax.Args.options @
BslArgs.options @
QmlDbGen.Args.options @
QmlSimpleSlicer.Options.list @
[
(* a *)
"--api",
Expand Down

0 comments on commit f2af64a

Please sign in to comment.