Konstantin Scheglov

Results 157 comments of Konstantin Scheglov

We use hashes as keys for linked summaries in the file system cache. So, I would also expect that even if we miss a watcher event, when you restart the...

Most probably not, I don't know what to do with this data. What would really help is a repro case, even if it happens only with some probability.

Yes, AFAIK `Navigate | Symbol` in IntelliJ uses its own index.

I'm not sure. I don't write any Flutter code myself, and so don't feel much of this. I can see that such grouping might be useful, especially for data classes,...

Not sure what is the question. The analyzer does report a compile-time error for this example with a local function. We get the context type `void Function()` from the variable...

The protocol between the Dart analysis server (DAS) and IDE is by design eventually consistent, meaning that there periods when IDE and results from DAS are inconsistent, but eventually you...

I have some doubts that this is caused by the analyzer itself. If the code and the highlighting eventually get consistent, this means that the analyzer invalidates and analysis what...

OK, I can reproduce it sometimes. The observation that it takes `10` seconds is the right one, and it makes me think that this happens because of https://github.com/dart-lang/sdk/commit/6de7ea74328ef752a00db3d6b1e8a44d354caea3. There might...

I don't know. If my suspicion is right, there is no need to do bisecting anymore.

I'm not sure how you do these measurements, so I'm using a little expanded script that I used initially to get memory usage statistics for `packages/flutter/lib`. With [CL/256843](https://dart-review.googlesource.com/c/sdk/+/256843) I see...