dantleech

Results 959 comments of dantleech

I don't think you'll get an answer there, but I don't think it's a parser issue. The AST for a 79MB file is the end result and that will be...

You might try rebuilding the index: https://github.com/phpactor/phpactor/issues/2813#issuecomment-3485814055

Right, happy to merge a PR ;)

Wbat's wrong with `--report=aggregate` in such a case? It should be fairly obvious which one is faster? I believe there is an existing issue for adding a `+n%` column on...

I've borrowed this work and made some additional changes in Phpactor's fork here: here: https://github.com/phpactor/tolerant-php-parser/pull/2

thanks - can you explain what this fixes and why?

in what way does it not work? the document formatting functionality works for me in Phactor. Which client are you using?

basically the way it works here is that it deconstructs the `*Params` object into uniqu parameters that are passed to the handler method. So `FoobarParams{one: 1, two: 2)` gets mapped...

This has worked for the past 6 years and I've just tested it with php-cs-fixer on VS code and it's fine: so I'm wondering why it's failing for you.