Nikita Popov
Nikita Popov
I wonder whether it would make sense to create a release from the current master branch before merging this.
> @nikic I just saw that you released version 5.1.28 on pecl, but the release isn't available on GitHub yet… Oops, fixed.
Is this actually useful to you if it does not include ClassMethod?
A way to include ClassMethod would be to give this a `getStmts(): array` method, where ClassMethod can convert null to []. I think having a method makes more sense than...
Yes, Rust 1.91 is LLVM 21.
> So it seems like the way forward is to emit minimumnum + nsz instead of minnum. What is currently preventing us from doing so? I believe minimumnum has some...
I don't understand what you mean here. Aren't all the necessary DLLs on the page you linked?
This sounds like useful information to provide. As it requires a full recursive traversal of the body, this probably has to be via a visitor that adds an attribute?
PHP-Parser 5 uses a different way to handle operator precedence in the pretty printer, and it doesn't interact with formatting preservation properly :/
This looks pretty tricky. Previously responsibility for printing the parentheses was with the parent node, now it's with the child. Which only works properly if the child is printed without...