Files
ale/ale_linters
Oliver Albertini b504eeb094 [python/pyre.vim] Fix pyre persistent behavior (#3895)
It's necessary to provide a `-l` option to pyre with the closest parent
directory containing a `.pyre_configuration.local` file, or simply
change directory (cwd) to the root of the pyre project. Thanks to Ken
Verbosky for the code that fixes this.

Error seen when not using such a solution:

```
1031.473923 on 6: Dropping message 'ƛ Background task unexpectedly quited: Invalid configuration: Cannot find any source files to analyze. Either `source_directories` or `targets` must be specified.
```

Issue with this approach is that if you are editing files under
different projects, the `pyre persistent` process is not re-created for
each file. We have to do `:ALEStopAlllsps` in order for the process to
start with the new working directory.

Co-authored-by: Oliver Ruben Albertini <ora@fb.com>
2021-09-10 12:53:54 +09:00
..
2019-02-06 20:29:58 -02:00
2021-03-30 15:47:59 +09:00
2021-01-23 12:34:36 -05:00
2021-07-25 13:48:12 +09:00
2021-03-19 22:29:06 +00:00
2017-12-20 22:53:03 -06:00
2019-02-02 16:20:14 +01:00
2020-12-23 16:50:45 +01:00
2020-12-12 00:37:14 +01:00
2018-09-04 16:51:18 +01:00
2019-11-07 02:44:56 +09:00
2019-02-02 16:20:14 +01:00
2021-02-18 23:51:11 +09:00
2021-01-22 23:51:29 +09:00
2019-02-02 16:20:14 +01:00
2019-02-02 16:20:14 +01:00
2021-01-23 12:27:55 -05:00
2020-08-28 09:25:40 +01:00
2021-03-15 22:30:22 +00:00
2019-02-02 16:20:14 +01:00
2021-01-23 00:20:11 +09:00
2020-08-06 13:20:54 +01:00
2019-02-02 16:20:14 +01:00
2020-07-10 22:33:37 -04:00