vieiro commented on PR #6844: URL: https://github.com/apache/netbeans/pull/6844#issuecomment-2065897463
I think it's better to close this one, after all we'll have to refactor it with the new Antlr/TOML runtimes. Also we'll need to consider: - If we want to open [workspace members](https://doc.rust-lang.org/cargo/reference/workspaces.html) as nested projects (as in this PR, expanding the member nodes) or with different projects (similar to what we do with Maven modules, this PR also supports that in some way). - Let's redo the Cargo.toml API. Cargo.toml files have many capabilities. We will need some sort of "Query API" for Cargo.toml files that makes it easier to add additional queries in the future more easily (queries such as is this a "lib" Cargo.toml? is it a workspace Cargo.toml? If so, how many members does it have? Does it have tests? What are the build dependencies?, etc., etc.). Suggestions are welcome! -- 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
