bug#31088: Use '@' as version number separator in guix output

2018-05-09 Thread Ludovic Courtès
Hey Chris, Chris Marusich skribis: > I've committed this as ede121de426f9c56820852888a0b370f0ccbce49 on the > master branch. If anything breaks on Hydra or elsewhere, please don't > hesitate to revert it. Awesome, thank you! Ludo’.

bug#31088: Use '@' as version number separator in guix output

2018-05-08 Thread Chris Marusich
Hi everyone! I've committed this as ede121de426f9c56820852888a0b370f0ccbce49 on the master branch. If anything breaks on Hydra or elsewhere, please don't hesitate to revert it. l...@gnu.org (Ludovic Courtès) writes: >> diff --git a/NEWS b/NEWS >> index 2c898e65f..9769bfc87 100644 >> --- a/NEWS

bug#31088: Use '@' as version number separator in guix output

2018-05-01 Thread Ludovic Courtès
Hello Chris, Thanks for digging into this. Chris Marusich skribis: > From 67165c95ff9b52b7ae34d7c07778138548013ccd Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Sun, 8 Apr 2018 16:51:42 -0700 > Subject: [PATCH] guix: Separate the package name and version with "@", not > "-". > > * g

bug#31088: Use '@' as version number separator in guix output

2018-04-10 Thread Chris Marusich
Hi, Here's a new version of the patch. The only change is: I modified the tests (tests/graph.scm and tests/profiles.scm) so that they also use the package-full-name procedure's new #:delimiter keyword argument when necessary. I intended to do that from the start, but I forgot. Alex Kost writes

bug#31088: Use '@' as version number separator in guix output

2018-04-10 Thread Alex Kost
Chris Marusich (2018-04-09 23:38 -0700) wrote: [...] > Because I changed the package-full-name procedure, this also fixes the > package names in other places, such as graphs produced by "guix graph". I recall there was some discussion about 'package-full-name' in the past but I remember nothing a

bug#31088: Use '@' as version number separator in guix output

2018-04-10 Thread Pierre Neidhardt
Thank you very much for the hard work! -- Pierre Neidhardt We totally deny the allegations, and we're trying to identify the allegators. signature.asc Description: PGP signature

bug#31088: Use '@' as version number separator in guix output

2018-04-09 Thread Chris Marusich
Hi Pierre and Mathieu, Thank you for the bug report, Pierre! Mathieu, can you take a look at the patch I've attached to this email? It should fix this bug, but since you made similar changes in the past, I'd value your feedback. Pierre Neidhardt writes: > Would it be possible to separate the

bug#31088: Use '@' as version number separator in guix output

2018-04-07 Thread Pierre Neidhardt
At the moment it seems that there is no syntactic different between the name and the version number in the output of Guix. The other day I tried to extract the version number of package dependencies with "everything after the last '-'", until I stumbled on the following: > guix package -