You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by "matthiasblaesing (via GitHub)" <gi...@apache.org> on 2023/04/19 20:16:03 UTC

[GitHub] [netbeans] matthiasblaesing commented on pull request #4795: Use frgaal compiler to compile NetBeans

matthiasblaesing commented on PR #4795:
URL: https://github.com/apache/netbeans/pull/4795#issuecomment-1515323754

   So that I don't forget it at a later time: I veto this change on the grounds, that it makes the project impossible to compile with javac (at time of writing there is usage of `if($var instanceof $type $newlyBoundVariable){}`, added ).
   My understanding of the project is to write an IDE/Platform based on the Java language, with its reference implementation OpenJDK. I refuse to accept, that we rely on javac fork, that could vanish anytime, instead on the reference compiler as distributed by the JDK.


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