From 3dbe0627413e87f3c69df156a10333e121e5f4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Herrmann?= Date: Tue, 25 Aug 2020 17:57:29 +0200 Subject: Update mentions of 'ra_vfs' in architecture doc Adjust the paragraph about `ra_vfs` to point to the `vfs` crate that is used now. --- docs/dev/architecture.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index 6f1377f2f..b5831f47c 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md @@ -138,14 +138,12 @@ offsets and strings as output. This works on top of rich code model powered by An LSP implementation which wraps `ide` into a language server protocol. -### `ra_vfs` +### `crates/vfs` Although `hir` and `ide` don't do any IO, we need to be able to read -files from disk at the end of the day. This is what `ra_vfs` does. It also +files from disk at the end of the day. This is what `vfs` does. It also manages overlays: "dirty" files in the editor, whose "true" contents is -different from data on disk. This is more or less the single really -platform-dependent component, so it lives in a separate repository and has an -extensive cross-platform CI testing. +different from data on disk. ## Testing Infrastructure -- cgit v1.2.3