You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/09/19 23:32:36 UTC

[GitHub] junichi11 opened a new pull request #889: [NETBEANS-946] PHP 7.3 support (Flexible Heredoc and Nowdoc Syntaxes)

junichi11 opened a new pull request #889:  [NETBEANS-946] PHP 7.3 support (Flexible Heredoc and Nowdoc Syntaxes)
URL: https://github.com/apache/incubator-netbeans/pull/889
 
 
   Implement Flexible Heredoc and Nowdoc Syntaxes.
   - Fix ASTPHPScanner and PHP5ColoringLexer to provide support for new syntaxes
   - Remove some existing unit tests because we won't provide support for the old syntax any longer
   - Show errors in PHP73UnhandleError when PHP version less than 7.3 is chosen
   - Add unit tests for the lexers, the parser, and the formatter
   
   **NOTE**: Allow mixing spaces and tabs as indentation because the lexer would be complex if we handle it as errors there.
   
   Move unit test data for "Function Call Trailing Commas" and "List Reference Assignment" to the php73 directory.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists