Re: Finding versions of packages

2020-12-18 Thread Ludovic Courtès
Hi, zimoun skribis: > On Tue, 15 Dec 2020 at 12:16, Ludovic Courtès wrote: > >> However, doing such composition on a per-package basis and as the >> default way of composing packages is inefficient and, more importantly, >> the resulting compositions may not work. A package written for Python

Re: Finding versions of packages

2020-12-15 Thread zimoun
Hi, On Tue, 15 Dec 2020 at 12:16, Ludovic Courtès wrote: > However, doing such composition on a per-package basis and as the > default way of composing packages is inefficient and, more importantly, > the resulting compositions may not work. A package written for Python 2 > may not work with Py

Re: Finding versions of packages

2020-12-15 Thread Ludovic Courtès
Hi, zimoun skribis: > On Mon, 14 Dec 2020 at 11:38, Ludovic Courtès wrote: > >> However, it might give the false idea that users can pick >> package versions independently (as in: I want esbuild X, GCC Y, and Go >> Z), which is not really the case: packages are interrelated. > > Someone tried t

Re: Finding versions of packages

2020-12-14 Thread zimoun
Hi Ludo, On Mon, 14 Dec 2020 at 11:38, Ludovic Courtès wrote: > However, it might give the false idea that users can pick > package versions independently (as in: I want esbuild X, GCC Y, and Go > Z), which is not really the case: packages are interrelated. Someone tried that on help-guix. The

Re: Finding versions of packages (was: [outreachy] Walk through the Git history)

2020-12-14 Thread zimoun
Hi, Thanks for your inputs. On Sat, 12 Dec 2020 at 22:08, Ryan Prior wrote: > I propose a different approach: the "guix versions" subcommand provides > direct answers to practical user questions. > - What package versions are available? > - How do I use them? > - Which versions are known to be

Re: Finding versions of packages

2020-12-14 Thread Ludovic Courtès
Hi! Ryan Prior skribis: > I propose a different approach: the "guix versions" subcommand provides > direct answers to practical user questions. > - What package versions are available? > - How do I use them? > - Which versions are known to be vulnerable? > - Which have available substitutes? > >

Finding versions of packages (was: [outreachy] Walk through the Git history)

2020-12-12 Thread Ryan Prior
Hi there! I've been following the "guix git" discourse with interest because I know a lot of people who care about pinning packages to specific versions and selecting specific versions of software to install. This constituency currently relies heavily on systems like rvm, nvm, and conda to manage t