We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8a315 commit a440a23Copy full SHA for a440a23
docs/_docs/internals/best-effort-compilation.md
@@ -11,6 +11,9 @@ It is composed of two experimental compiler options:
11
* `-Ywith-best-effort-tasty` allows to read Best Effort TASTy files, and if such file is read from the classpath then
12
limits compilation to the frontend phases
13
14
+IMPORTANT: These options are meant to by used by an IDE and should never be used on the user side, in the project definition.
15
+This is why they are hidden behind a private `-Y` option specifier.
16
+
17
This feature aims to force through to the typer phase regardless of errors, and then serialize tasty-like files
18
obtained from the error trees into the best effort directory (`META-INF/best-effort`) and also serialize semanticdb as normal.
19
0 commit comments