File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ OK as long as the mutation is not observable. This is achieved by two things:
201
201
- Before a result is stolen, we make sure to eagerly run all queries that
202
202
might ever need to read that result. This has to be done manually by calling
203
203
those queries.
204
- - Whenever a query tries to access a stolen result, we make the compiler ICE so
205
- that such a condition cannot go unnoticed.
204
+ - Whenever a query tries to access a stolen result, we make an ICE
205
+ (Internal Compiler Error) so that such a condition cannot go unnoticed.
206
206
207
207
This is not an ideal setup because of the manual intervention needed, so it
208
208
should be used sparingly and only when it is well known which queries might
You can’t perform that action at this time.
0 commit comments