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 2021/03/31 06:41:28 UTC

[GitHub] [netbeans] JaroslavTulach commented on pull request #2843: Use JSON parser to understand java.mx.projects.

JaroslavTulach commented on pull request #2843:
URL: https://github.com/apache/netbeans/pull/2843#issuecomment-810814643


   mx has a [special support](https://github.com/graalvm/mx/blob/945d88f1ea536db91aaa10d78304a78a2dc91542/mx_javacompliance.py#L58) for parsing `17-loom` version. NetBeans and VSNetBeans Code extension have to support such format as well otherwise `suite.py` files using such specification aren't going to be analysed correctly. Moreover a6eb9e9 adds robustness by falling back to `8+` compliance if the value cannot be parsed by currently known means.
   
   CCing @gilles-duboscq and @dougxc


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

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