Summary: The reactive mode is not currently supported for Java Buck projects. Print a clear error message to avoid confusion. Using `--reactive` with Buck projects is crashing. When using reactive, the backend crashes because it tries to find the `.start` file in `infer-out` whereas Infer saves the analysis artifacts next to the generated classes following the `-d` options with Buck so that they can be cached. Pointing the backend to the right Infer out would not help as this directory will be blown up as soon as the files are modified. Reviewed By: sblackshear Differential Revision: D3901005 fbshipit-source-id: d8dcbcemaster
parent
bd0215a826
commit
acbb59c1f9
Loading…
Reference in new issue