jtulach opened a new pull request, #7011: URL: https://github.com/apache/netbeans/pull/7011
I cannot open [graal/sdk](https://github.com/oracle/graal/tree/2ae0f674a8294da90eb1c2398aa70c8c1c986c74/sdk) project anymore. Turns out that now its [suite.py is using multiline texts](https://github.com/oracle/graal/blame/2ae0f674a8294da90eb1c2398aa70c8c1c986c74/sdk/mx.sdk/suite.py#L1139) and the conversion of `suite.py` to JSON fails to convert that properly. This PR provides a text and a fix to handle such conversion properly. With the fix I am able to open `sdk` as well as `truffle` project without errors. CCing @rschatz, @gilles-duboscq -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
