Konstantin Scheglov

Results 222 comments of Konstantin Scheglov

I will also open a question issue for `package:watcher`, if it is not supposed to work, I'd like to know this for sure. https://github.com/dart-lang/watcher/issues/114

For me this seems to work reliably for fast `pubspec.yaml` changes. https://dart-review.googlesource.com/c/sdk/+/203821

We have now checks for changes that happen during analysis contents creation to `pubspec.yaml` files. But only for these files - nothing for other files, such as `analysis_options.yaml`. "No subsequent...

Well, the issue is that it this feature not only has not been implemented in analyzer yet, its [specification](https://github.com/dart-lang/language/pull/991) has not been finished yet :-)

I see that `*_MD5Sink.updateHash` allocates millions on `_Mint` objects, which causes GC, and probably slow performance. I compute MD5 of a fairly small list of bytes, and MD5 computation takes...

I think we should model everything as a file at the end. We cannot analyze a document that lives in nowhere. Even if a URI would let us to read...

I have to repeat myself. At the end we can model everything as a file system, as a `ResourceProvider` implementation. We already have three - physical one that talks to...

We can always generate a `GUID` or another long random value that collides with a very low probability.