Re: IRC freenode issue

2018-08-03 Thread Nils Gillmann
Amirouche Boubekki transcribed 2.2K bytes: > Le ven. 3 août 2018 à 00:15, Ricardo Wurmus a écrit : > > > > > Clément Lassieur writes: > > > > > There seems to be an issue with #guix: I can't join anymore. The error > > > is: > > > > > > Cannot join channel (+i) - you must be invited > > > > I

Re: Web interface pushed

2018-08-03 Thread Ricardo Wurmus
Hi Tatiana, > Now I would like to add some more features to the interface to enhance it > further. Am I right that now I should again organize my changes as a new > separate branch? You are welcome to use a new branch that is based on the current “master” branch. While it is not necessary to h

Re: core-updates schedule

2018-08-03 Thread Mark H Weaver
Hi Efraim, Efraim Flashner writes: > Does core-updates currently address bug 31974, aka 'phases should return > #t or actually fail'? Thanks for the reminder. I just pushed a fix for this to core-updates, commit 82230603ce06de7aa3e4aef2fa093a6dbf0ef8df. Mark

Re: Extracting a reachability path out of a (package) DAG

2018-08-03 Thread Chris Marusich
Hi Björn! Björn Höfling writes: > gvpr -f markpath.g -a "ex 64168128 64167936" < qt-thing/qt.package.dot >>qt-acw.dot > > This extracts (ex) the path (sub-DAG) to the two seed nodes and outputs > it in a new graph. This result is quite compact with only 12 nodes (attached). > > [...] > > Hope th