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 2022/03/23 13:24:48 UTC

[GitHub] [netbeans] snipershady opened a new issue #3839: Netbeans 13, does not support PHP 8.1 Enum

snipershady opened a new issue #3839:
URL: https://github.com/apache/netbeans/issues/3839


   ### Apache NetBeans version
   
   Apache NetBeans 13
   
   ### What happened
   
   Netbeans identify this Enum with Syntax Error
   
   
   ```
   enum Suit {
       case Clubs;
       case Diamonds;
       case Hearts;
       case Spades;
   }
   ```
   
   or 
   
   ```
   enum Status: int
   {
   	case ConversationStarted = 0;
   	case PresentationRequested = 1;
   	case InvitorRequested = 2;
   	case ConversationEnded = 3;
   }
   ```
   
   ### How to reproduce
   
   Write a new enum in a project based on PHP 8.1
   
   ### Did this work correctly in an earlier version?
   
   No
   
   ### Operating System
   
   Debian 11
   
   ### JDK
   
   openjdk 11
   
   ### Apache NetBeans packaging
   
   Apache NetBeans provided installer
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
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


[GitHub] [netbeans] neilcsmith-net commented on issue #3839: Support PHP 8.1 Enum

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #3839:
URL: https://github.com/apache/netbeans/issues/3839#issuecomment-1076413282


   NetBeans does not support all features of PHP 8.1 yet.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
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


[GitHub] [netbeans] neilcsmith-net commented on issue #3839: Support PHP 8.1 Enum

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #3839:
URL: https://github.com/apache/netbeans/issues/3839#issuecomment-1076448665


   @KacerCZ well, that issue is marked closed.  Can you open an issue for remaining PHP 8.1 features here?  Otherwise we're just going to be closing duplicates even more often! :smile: 


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
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


[GitHub] [netbeans] KacerCZ closed issue #3839: Support PHP 8.1 Enum

Posted by GitBox <gi...@apache.org>.
KacerCZ closed issue #3839:
URL: https://github.com/apache/netbeans/issues/3839


   


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
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


[GitHub] [netbeans] KacerCZ commented on issue #3839: Support PHP 8.1 Enum

Posted by GitBox <gi...@apache.org>.
KacerCZ commented on issue #3839:
URL: https://github.com/apache/netbeans/issues/3839#issuecomment-1076434674


   Duplicate of #3614.
   
   PHP 8.1 support is tracked at https://issues.apache.org/jira/browse/NETBEANS-5599
   Not all features are implemented in NetBeans 13.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
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