aboutsummaryrefslogtreecommitdiff
path: root/doc/htmlxref.cnf
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-07-18 12:40:47 -0300
committerVinicius Monego <monego@posteo.net>2022-08-13 02:34:02 -0300
commit4b88fe049f3a194726dd8f303112efebf2d41f56 (patch)
treee705b9d064d287f218da71c5f72eab00afc44baf /doc/htmlxref.cnf
parentb2ba54d007ecaf05824f60d8e8f2b98e9a927641 (diff)
downloadguix-4b88fe049f3a194726dd8f303112efebf2d41f56.tar.gz
guix-4b88fe049f3a194726dd8f303112efebf2d41f56.zip
gnu: python-wand: Update to 0.6.9.
* gnu/packages/python-xyz.scm (python-wand): Update to 0.6.9.
Diffstat (limited to 'doc/htmlxref.cnf')
0 files changed, 0 insertions, 0 deletions
ph traversal procedures in (guix graph) assume that nodes can be compared with 'eq?', which was not the case for nodes of %REFERENCE-NODE-TYPE and %REFERRER-NODE-TYPE (strings). * guix/scripts/graph.scm (intern): New procedure. (ensure-store-items, references*) (%reference-node-type, non-derivation-referrers) (%referrer-node-type): Use it on all store items. * tests/graph.scm ("node-transitive-edges, references"): New test. Ludovic Courtès 2020-02-05tests: Adjust reverse-bag graph test to recent OCaml changes....This is a followup to 87858bc526a9d577760f55d05a51cb56630f845b. Partly fixes <https://bugs.gnu.org/39374>. Reported by Ellen Papsch <ellen.papsch@wine-logistix.de>. * tests/graph.scm ("reverse bag DAG"): Adjust test to latest OCaml changes. Ludovic Courtès 2019-03-23Merge branch 'staging' into core-updatesMarius Bakke 2019-03-23graph: Add the 'reverse-bag' graph....Suggested by Julien Lepiller. * guix/scripts/graph.scm (%reverse-bag-node-type): New variable. (%node-types): Add it. * tests/graph.scm ("reverse bag DAG"): New test. * doc/guix.texi (Invoking guix graph): Document it. Ludovic Courtès 2018-09-22bootstrap: %bootstrap-inputs: Wrap input lists into thunks....* gnu/packages/bootstrap.scm (%bootstrap-inputs): Change to procedure. Update users; prepares for Mes bootstrap. * gnu/packages/commencement.scm (%boot0-inputs, %boot1-inputs, %boot2-inputs, %boot3-inputs, %boot4-inputs, %boot5-inputs, %boot-6-inputs): Change to procedure. Update users. * tests/builders.scm (%bootstrap-inputs, %bootstrap-search-paths): Make a procedure, filter on package?. Update users. Jan Nieuwenhuizen