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

   - Embedded toml-java library to parse Cargo.toml files.
   - We open complex Rust projects with nested projects (workspaces).
   - Dropping the previous workspace node.
   - Some other refactoring and cleanups.
   
   Screenshot of an open project:
   - Opened https://github.com/apache/arrow-rs project (a virtual workspace).
   - The "arrow" member (another rust project) can be seen as a nested 
"arrow-rs" subproject and as a top level project.
   
   
![imagen](https://github.com/apache/netbeans/assets/564140/1803d553-fc50-45ac-8973-072f8ff86ad3)
   
   Let's see how our build pipelines work on this PR.
   
   I'm afraid this is quite a big PR, but it requires changes in two modules 
(both cargo-support and cargo-projects), so I thought it could be sent for 
review before it gets bigger.
   
   toml-java uses a highter "antlr4" runtime version, we could either upgrade 
NetBeans' or downgrade toml-java's. 
    


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

Reply via email to