matthiasblaesing commented on PR #5567: URL: https://github.com/apache/netbeans/pull/5567#issuecomment-1455092679
@vieiro as a temporary fix the changes to the ergonomics tests look fine. I have a set of papercut fixes, I'd like you to have a look at: Full source tree: https://github.com/matthiasblaesing/netbeans/tree/rust Changes: - https://github.com/matthiasblaesing/netbeans/commit/8e7143d7c606474deb0d2f82864d883201b74ea2 You already noticed, that the files show up in rat check (though that should only be run with a clean source tree). The idea here is to remove the file after generation. - https://github.com/matthiasblaesing/netbeans/commit/1eb7c784a05605f2bf9cc75187adabf5c3917e27 I think having the reference to the original grammar files, the changes are based on, might help in the future, to be able to reapply changes onto new variants. - https://github.com/matthiasblaesing/netbeans/commit/dfd9e14b519c78dbebf0725ddfba3e3924db8034 IDE ergonomics can turn on features if it finds indications, that the user wants to open a supporter project. This adds support for Cargo.toml as basis. - https://github.com/matthiasblaesing/netbeans/commit/5fa12d488bbc112fd3bea66b1cb809788e01e750 I noticed a big warning on NetBeans start. The contents of the mimeresolver lookup is expected to be fully ordered. The rust mimeresolver is missing a position. I derived it by looking for a hole in my running IDE configuration, which is pretty much "everything on". Feel free to pull the changes into your tree and also to squash them. -- 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
