Josh Berdine
bab3d81cb0
Convert Reason to OCaml, and auto-format OCaml
...
Summary:
Conversion and reformat of infer source using ocamlformat
auto-formatting tool.
Current status:
- Because Reason does not handle docstrings, the output of the
conversion is not 'Warning 50'-clean, meaning that there are
docstrings with ambiguous placement. I'll need to manually fix
them just before landing.
Reviewed By: jvillard
Differential Revision: D5225546
fbshipit-source-id: 3bd2786
8 years ago
Jules Villard
b50f9f2695
[police] open IStd everywhere
...
Summary: `IStd` shall prevail.
Reviewed By: jberdine
Differential Revision: D5182263
fbshipit-source-id: f579046
8 years ago
Dulma Churchill
565ce2166d
[ios] Translate nonnull annotations and take them into account in parameter not null checked issues.
...
Reviewed By: sblackshear
Differential Revision: D4706345
fbshipit-source-id: c7e0065
8 years ago
Andrzej Kotulski
e363958d34
[codemod] Move `Procname` into `Typ.Procname`
...
Summary:
`Procname` needs to depend on `Typ.t` and `Typ.Struct` depends on `Procname.t`.
To resolve this circular dependency issue, move `Procname` into `Typ`
steps:
1. Move everything from `Procname` to `Typ.Procname`, remove `Procname.re(i)`
2. search & replace `Procname.` with `Typ.Procname.`
3. fix outstanding compilation issues manually
4. `yes | arc lint`
Reviewed By: jberdine
Differential Revision: D4681509
fbshipit-source-id: b07af63
8 years ago
Jeremy Dubreil
578baf319b
[infer][java] remove the concept of @Strict for Eradicate
...
Reviewed By: dkgi
Differential Revision: D4509354
fbshipit-source-id: 9849060
8 years ago
Sam Blackshear
5c2fcd02bd
[cleanup] move annotated_signature into its own module inside eradicate
...
Reviewed By: cristianoc
Differential Revision: D4473328
fbshipit-source-id: dc51f87
8 years ago