I know, I wrote that sentence! :) I mention it here for awareness and maybe reuse some of the code... :)
On Mon, Feb 13, 2023 at 7:50 PM László Kishalmi <laszlo.kisha...@gmail.com> wrote: > It says: It is recommended to rewrite/migrate the plugin to ANTLR4 and LSP. > > On Sun, Feb 12, 2023 at 11:08 PM John Kostaras <jkosta...@gmail.com> > wrote: > > > Hello there. There has already been something about Rust > > <https://cwiki.apache.org/confluence/display/NETBEANS/Rust+plugin> > > (written > > in JavaCC). > > > > Ioannis. > > > > > > On Sun, Feb 12, 2023 at 10:18 AM Antonio <anto...@vieiro.net.invalid> > > wrote: > > > > > Thanks Michael! > > > > > > D'oh! My intents to add Rust to the NetBeans core (very much as in the > > > Linux kernel case) have been detected! :-D > > > > > > Latest commits solve these issues, though (and add new bugs). > > > > > > Next challenge: Cargo workspaces [1]. > > > > > > Cheers, > > > Antonio > > > > > > [1] https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html > > > > > > On 12/2/23 9:03, Michael Bien wrote: > > > > for others who want to give it a try: I had to fix two things to make > > > > the build pass: > > > > - removed references of RustPackage in org.openide.nodes.Node > > > > (probably a happy coding accident) > > > > - had to create this folder: > netbeans/rust/rust.project/test/unit/src > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org > > > For additional commands, e-mail: dev-h...@netbeans.apache.org > > > > > > For further information about the NetBeans mailing lists, visit: > > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > > > > > > > > >