You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There will likely be a need to allow specification of flags to ocamldep, depending on the resolution of ocaml/ocaml#13764. Currently, as per the docs, flags can only be specified for ocamlc and ocamlopt.
Alternatively, there could be a special keywords construct that is applied to all tools that use the ocaml lexer/parser version 5.3.0 or later. However, this might collide with keywords being specified in flags.
The text was updated successfully, but these errors were encountered:
There will likely be a need to allow specification of flags to
ocamldep
, depending on the resolution of ocaml/ocaml#13764. Currently, as per the docs,flags
can only be specified forocamlc
andocamlopt
.Alternatively, there could be a special
keywords
construct that is applied to all tools that use the ocaml lexer/parser version 5.3.0 or later. However, this might collide with keywords being specified inflags
.The text was updated successfully, but these errors were encountered: