Re: Improving importers best investment for growing gnu/packages/

2022-05-02 Thread zimoun
Hi, On Tue, 29 Mar 2022 at 10:50, Brendan Tildesley wrote: > Therefore I'm working on making use of > https://github.com/rust-lang/crates.io-index to fully import base definitions > all required crates rather than pulling metadata from the internet with each > refresh. >From my point of

Re: Improving importers best investment for growing gnu/packages/

2022-03-29 Thread Liliana Marie Prikler
Am Dienstag, dem 29.03.2022 um 10:50 +1100 schrieb Brendan Tildesley: > On 25/3/22 18:05, Paul Alesius wrote: > > Rust analyzer is a language server for the Rust programming > > language. > > > > I've tried to produce a patch for the latest version, and it has > > probably hundreds of

Re: Improving importers best investment for growing gnu/packages/

2022-03-29 Thread Brendan Tildesley
On 29/3/22 19:01, Maxime Devos wrote: Brendan Tildesley schreef op di 29-03-2022 om 10:50 [+1100]: For example grepping build files it can be determined if pkg-config is used and add it to inputs. an index of .pc files can automatically detect and add the inputs a package is most likely

Re: Improving importers best investment for growing gnu/packages/

2022-03-29 Thread Maxime Devos
Brendan Tildesley schreef op di 29-03-2022 om 10:50 [+1100]: > For example grepping build files it can be determined if pkg-config is used > and add it to inputs. an index of .pc files can automatically detect and add > the inputs a package is most likely looking for Not sure what the cargo

Improving importers best investment for growing gnu/packages/

2022-03-28 Thread Brendan Tildesley
On 25/3/22 18:05, Paul Alesius wrote: Rust analyzer is a language server for the Rust programming language. I've tried to produce a patch for the latest version, and it has probably hundreds of dependencies that need to be updated. [...] I'd suggest that a Guix package for rust-analyzer is