This repository was archived by the owner on Dec 29, 2022. It is now read-only.
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Allow to use AnalysisLoader dynamically with AnalysisHost #1375
Open
Description
Originally created by @Xanewok (rust-dev-tools/rls-analysis#149):
Currently the AnalysisHost<L: AnalysisLoader>
can use the provided generic loader internally, via Vec<rls_data::Analysis>
or from a single directory.
Per #988 (comment) it'd be good to be able to also reload the data using the AnalysisLoader dynamically (to not require manual data deserialization, when these are not necessarily in the same directory).