PHP8: Adds support for nullsafe operator#75
Conversation
|
Ugh, sorry that it's so much extra work for you to maintain these parallel branches because of the checked-in generated files. That's something we want to address at some point, but it's hard to find the time. |
|
Are you interested in having commit access to this repo @cfroystad? You're doing great work on this grammar. |
|
No worries, I've encountered worse 🙂 Am I right in assuming the work required to avoid checkin of generated files is more related to release prosess than this repository in particular? I'll rebase come Monday afternoon (Norwegian time, that is). Just to make sure I don't bite over more than I han chew: what would commit access entail? |
I’d propose this: still make changes in PRs, but for PRs like this one, where you can be pretty confident in your solution, just go ahead and merge it after CI finishes green. For PRs where there are new conflicts, or which add a lot of new complexity to the grammar (or a huge amount of states to the parser), keep requesting reviews as you see fit? Of course, No need to change your workflow if you’re already happy with it. I just think for certain PRs, you should feel free to merge them yourself. |
|
That sounds like a good plan! |
|
Ok, sent an invite. |
a1ca138 to
c0b56ec
Compare
RFC
Introduces support for the nullsafe operator
New nodes:
Example:
Is parsed into:
Checklist: