Yuriy Nasretdinov

Results 28 comments of Yuriy Nasretdinov

Not sure what values do these tests add, especially the last one where all the contents are commented? The "race" tests don't seem to be testing that the results have...

What is the purpose of this pull request :)?

You mean that you are not able to connect to kittenhouse, right? The only reason for this happening once in 1-2 hours that I can think of is that kittenhouse...

> refactor nodes that can contain the only concrete type of child node Yes, that would be great although I doubt there will be a lot of nodes of this...

The file that takes 22 seconds to parse: https://github.com/WordPress/WordPress/blob/master/wp-includes/sodium_compat/src/Core32/Curve25519.php

Also, from Laravel empty project (after being installed via `composer create-project --prefer-dist laravel/laravel blog`): ``` > ~/go/bin/noverify -allow-checks=none -debug-parse-duration=1s . 6179 ms 2020/09/17 16:48:05.752932 built without version info (try using...

This file should be very close to the one from Laravel: https://github.com/sebastianbergmann/phpunit/blob/master/src/TextUI/TestRunner.php

Ok, so what is the reason why it spends so much time there? There is no clear reason why the types map should become so big.

I suggest that you mark these files explicitly. Because libs can do some weird stuff like defining constants, registering shutdown functions, etc that do not cause immediate side-effects and that...