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/10/06 11:54:58 UTC

[GitHub] [netbeans] junichi11 opened a new pull request, #4741: Fix the formatting for the textual operators(`AND`, `OR`, `XOR`i) #4635

junichi11 opened a new pull request, #4741:
URL: https://github.com/apache/netbeans/pull/4741

   #4635 
   
   - `WHITESPACE_BEFORE_BINARY_OP` and `WHITESPACE_AFTER_BINARY_OP` are added to `&&` and `||`
   - There is the problem if we add them to `AND`, `OR`, and `XOR`
   - See: https://bz.apache.org/netbeans/show_bug.cgi?id=240274
   - e.g. if they are false, `copy($old,$new) or die("error");` -> `copy($old,$new) ordie("error");`
   - Instead, add `WHITESPACE_AROUND_TEXTUAL_OP` as a new token


-- 
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] tmysik merged pull request #4741: Fix the formatting for the textual operators(`AND`, `OR`, `XOR`) #4635

Posted by GitBox <gi...@apache.org>.
tmysik merged PR #4741:
URL: https://github.com/apache/netbeans/pull/4741


-- 
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] tmysik commented on pull request #4741: Fix the formatting for the textual operators(`AND`, `OR`, `XOR`) #4635

Posted by GitBox <gi...@apache.org>.
tmysik commented on PR #4741:
URL: https://github.com/apache/netbeans/pull/4741#issuecomment-1272250195

   @junichi11 Sure, whenever :)
   


-- 
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] junichi11 commented on pull request #4741: Fix the formatting for the textual operators(`AND`, `OR`, `XOR`) #4635

Posted by GitBox <gi...@apache.org>.
junichi11 commented on PR #4741:
URL: https://github.com/apache/netbeans/pull/4741#issuecomment-1270745278

   @tmysik Could you please have a look at this when you have time? If there is no problem, let's merge it. Thanks!


-- 
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] junichi11 commented on pull request #4741: Fix the formatting for the textual operators(`AND`, `OR`, `XOR`) #4635

Posted by GitBox <gi...@apache.org>.
junichi11 commented on PR #4741:
URL: https://github.com/apache/netbeans/pull/4741#issuecomment-1272158824

   @tmysik Thank you for your review!


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