haidubogdan commented on issue #9034: URL: https://github.com/apache/netbeans/issues/9034#issuecomment-3680978165
Hi @troizet , @junichi11 I want just to inform you that I started to work on the pipe operator support for Php 8.5 . https://github.com/apache/netbeans/compare/master...haidubogdan:netbeans:t_php85 I thought of naming the callable expression node as `CompositionExpression` based on this rfc : https://wiki.php.net/rfc/function-composition. But it's something to be discussed, I'm not that good at naming conventions :) . I hope that by the start of the next year I will be able to prepare a valid pull request. The main remaining things to work on are : formatting, adapting the unit tests and create new unit tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
