Paul Buschmann
Paul Buschmann
@cristianoc I added the resolved `project_root` and `bsb_project_root` to the default config. They where empty strings before.
Nice 🥳 I could swear that the static checker previously ran without having to explicitly `make reanalyze`.
> Also, has it been tested on some rewatch project? I only tested the initial version of this PR while I had it based on the v11 branch. Currently my...
> @Bushuo this will need backporting to v11 anyway so if you want you could do a PR on top of this that just backports this to v11 and try...
@cristianoc @zth I assumed `FindSourceFile.ml` `cmt cmt_annots` would always return an absolute path, allowing it to be used for both `output_file` and `output_file_relative`. However, this only seems true for v12,...
I made some changes and now it also seems to work on v11. Could you please take a look again?