Re: [new] devel/rust-analyzer

2023-06-27 Thread Renato Aguiar
"Laurent Cheylus" writes: > Only a little fix to add in your Makefile for WANTLIB (checks with make > port-lib-depends-check): > > +WANTLIB += ${MODCARGO_WANTLIB} m Fixed port attached. -- Renato Aguiar rust-analyzer.tar.gz Description: Binary data

Re: [new] devel/rust-analyzer

2023-06-27 Thread Laurent Cheylus
On Tue, 27 Jun 2023 04:27:40 +, Renato Aguiar wrote: > Sending an updated version of the lang/rust-analyzer port. Now that > rust-src is available it should be fully functional. (port attached) > > rust-analyzer is an implementation of Language Server Protocol for the > Rust programming

[new] devel/rust-analyzer

2023-06-26 Thread Renato Aguiar
Sending an updated version of the lang/rust-analyzer port. Now that rust-src is available it should be fully functional. (port attached) rust-analyzer is an implementation of Language Server Protocol for the Rust programming language. It provides features like completion and goto definition for

Re: [new] devel/rust-analyzer

2023-03-08 Thread Renato Aguiar
"Theo Buehler" writes: >> I needed to install rust-rustfmt package to have successful tests with your >> port. Please add it in BUILD_DEPENDS : > > TEST_DEPENDS? It is actually needed for generating docs during build and also in runtime for the code formatting feature, so I'm adding it to

Re: [new] devel/rust-analyzer

2023-03-08 Thread Theo Buehler
> I needed to install rust-rustfmt package to have successful tests with your > port. Please add it in BUILD_DEPENDS : TEST_DEPENDS?

Re: [new] devel/rust-analyzer

2023-03-08 Thread Laurent Cheylus
Hi, On Sun, 05 Mar 2023 03:43:49 +, Renato Aguiar wrote: > "Laurent Cheylus" writes: > >> Some comments : >> - use MAKE_ENV += CFG_RELEASE=${GH_TAGNAME} (+= instead of a simple =) >> - add WANTLIB += ${MODCARGO_WANTLIB} in Makefile > > Done. > >> Compared to your port, I have also

Re: [new] devel/rust-analyzer

2023-03-04 Thread Renato Aguiar
"Laurent Cheylus" writes: > Some comments : > - use MAKE_ENV += CFG_RELEASE=${GH_TAGNAME} (+= instead of a simple =) > - add WANTLIB += ${MODCARGO_WANTLIB} in Makefile > Done. > > Compared to your port, I have also packaged the user docs for rust- > analyzer : > - patch to concatenate

Re: [new] devel/rust-analyzer

2023-03-03 Thread Laurent Cheylus
On Thu, 02 Mar 2023 07:07:49 +, Renato Aguiar wrote: > I attached a new version addressing comments and updating it to latest > version. Build and tests OK on OpenBSD-current/amd64. I have tested your rust- analyzer port with Neovim and nvim-lsp plugin. Some comments : - use MAKE_ENV +=

Re: [new] devel/rust-analyzer

2023-03-03 Thread Laurent Cheylus
Hi, On Sat, 25 Feb 2023 10:40:48 +0100, Sebastien Marie wrote: > On Fri, Feb 24, 2023 at 05:54:23PM +, Renato Aguiar wrote: >> rust-analyzer is an implementation of Language Server Protocol for the >> Rust programming language. It provides features like completion and >> goto definition for

Re: [new] devel/rust-analyzer

2023-03-03 Thread Edd Barrett
On Sat, Feb 25, 2023 at 10:40:48AM +0100, Sebastien Marie wrote: > Does it is able to run without it ? I think you won't get completions for `std` and `core` without it. -- Best Regards Edd Barrett https://www.theunixzoo.co.uk

Re: [new] devel/rust-analyzer

2023-03-01 Thread Renato Aguiar
"Sebastien Marie" writes: > On Fri, Feb 24, 2023 at 05:54:23PM +, Renato Aguiar wrote: >> rust-analyzer is an implementation of Language Server Protocol for the >> Rust programming language. It provides features like completion and goto >> definition for many code editors, including VS

Re: [new] devel/rust-analyzer

2023-03-01 Thread Renato Aguiar
I attached a new version addressing comments and updating it to latest version. -- Renato rust-analyzer.tar.gz Description: Binary data

Re: [new] devel/rust-analyzer

2023-02-25 Thread Sebastien Marie
On Fri, Feb 24, 2023 at 05:54:23PM +, Renato Aguiar wrote: > rust-analyzer is an implementation of Language Server Protocol for the > Rust programming language. It provides features like completion and goto > definition for many code editors, including VS Code, Emacs and Vim. I am a bit

Re: [new] devel/rust-analyzer

2023-02-25 Thread Stuart Henderson
Also use lower case for the start of COMMENT except for proper nouns -- Sent from a phone, apologies for poor formatting. On 24 February 2023 23:36:53 aisha wrote: On 23/02/24 11:26PM, Hukadan wrote: Le 2023-02-24 18:54, Renato Aguiar a ??crit??: > rust-analyzer is an implementation of

Re: [new] devel/rust-analyzer

2023-02-25 Thread Stuart Henderson
The DISTFILES+= is no longer needed -- Sent from a phone, apologies for poor formatting. On 24 February 2023 23:36:53 aisha wrote: On 23/02/24 11:26PM, Hukadan wrote: Le 2023-02-24 18:54, Renato Aguiar a ??crit??: > rust-analyzer is an implementation of Language Server Protocol for the >

Re: [new] devel/rust-analyzer

2023-02-24 Thread aisha
On 23/02/24 11:26PM, Hukadan wrote: > Le 2023-02-24 18:54, Renato Aguiar a ??crit??: > > rust-analyzer is an implementation of Language Server Protocol for the > > Rust programming language. It provides features like completion and goto > > definition for many code editors, including VS Code,

Re: [new] devel/rust-analyzer

2023-02-24 Thread Hukadan
Le 2023-02-24 18:54, Renato Aguiar a écrit : > rust-analyzer is an implementation of Language Server Protocol for the > Rust programming language. It provides features like completion and goto > definition for many code editors, including VS Code, Emacs and Vim. > > (port attached) > > > -- >

[new] devel/rust-analyzer

2023-02-24 Thread Renato Aguiar
rust-analyzer is an implementation of Language Server Protocol for the Rust programming language. It provides features like completion and goto definition for many code editors, including VS Code, Emacs and Vim. (port attached) -- Renato rust-analyzer.tar.gz Description: Binary data