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

[GitHub] [netbeans] vieiro commented on pull request #5567: Rust

vieiro commented on PR #5567:
URL: https://github.com/apache/netbeans/pull/5567#issuecomment-1450879622

   Well, I think everything should be in place now.
   
   ## Files tabs
   
   We now arrange Rust workspace members (for those projects having workspaces) in a specific node, separated from normal sources. These members can then be opened as normal projects (similar to what we do with Maven modules in Maven Projects)...
   
   ![imagen](https://user-images.githubusercontent.com/564140/222265368-6598c1cb-4274-47ca-83dd-ae648ad81eaa.png)
   
   ... and the Files tab seems to work properly after this change...
   
   ![imagen](https://user-images.githubusercontent.com/564140/222265732-3fd35629-f2b9-4bce-a083-3e6a4e6e4d96.png)
   
   This last commit  has improved nested folding/navigation, and we now detect Rust modules too. Also we partially support dependencies with "git" references (no versions).
   
   ## Things I couldn't reproduce:
   
   * Projects open well in my box even after restarting the IDE.
   * Adding dependencies work well for me in my Ubuntu.
   
   This may be related to detecting the `cargo` in the PATH (we don't currently test for it). We may want to add this path to an Options tab, or use Project configurations so the user can choose a toolchain of her liking, or a combination of the two.
   
   ## interp/token
   
   I've dropped the "interp" and "token" files out of git, as requested, but they still appear as errors in the "rat" report (those files are regenerated after compilation whenever the grammar is changed). It's also somewhat in git status.
   
   
   Let's try to test this new "full" cluster set in cluster.properties, and see what we break.
   
   
   
   


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