unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 05fdc46e2bfe918ffbfdd0f1872f53ce026d3910 687 bytes (raw)
name: gnu/packages/patches/guile-pfds-typofix.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
From 0825c9daa90e1f0517bfe98e465fb5d54ab394ac Mon Sep 17 00:00:00 2001
From: Amirouche <amirouche+dev@hyper.dev>
Date: Wed, 1 May 2019 01:11:51 +0200
Subject: [PATCH] hamts: typofix s/vector/trie/

---
 hamts.sls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hamts.sls b/hamts.sls
index 8746141..a5310d2 100644
--- a/hamts.sls
+++ b/hamts.sls
@@ -307,7 +307,7 @@
 
 (define (fold combine initial vector)
   (define (handle-subtrie trie accum)
-    (vector-fold dispatch accum (subtrie-vector vector)))
+    (vector-fold dispatch accum (subtrie-vector trie)))
 
   (define (handle-leaf leaf accum)
     (combine (leaf-key leaf) (leaf-value leaf) accum))
-- 
2.19.1


debug log:

solving 05fdc46e2b ...
found 05fdc46e2b in https://yhetil.org/guix-patches/141212fdb5356cbf7ad955a70bc26379@hyper.dev/ ||
	https://yhetil.org/guix-patches/efe8b23d1011887a36f65620fd24e514@hyper.dev/

applying [1/1] https://yhetil.org/guix-patches/141212fdb5356cbf7ad955a70bc26379@hyper.dev/
diff --git a/gnu/packages/patches/guile-pfds-typofix.patch b/gnu/packages/patches/guile-pfds-typofix.patch
new file mode 100644
index 0000000000..05fdc46e2b

1:21: trailing whitespace.
 
1:26: trailing whitespace.
 
1:29: trailing whitespace.
-- 
Checking patch gnu/packages/patches/guile-pfds-typofix.patch...
1:31: new blank line at EOF.
+
Applied patch gnu/packages/patches/guile-pfds-typofix.patch cleanly.
warning: 4 lines add whitespace errors.

skipping https://yhetil.org/guix-patches/efe8b23d1011887a36f65620fd24e514@hyper.dev/ for 05fdc46e2b
index at:
100644 05fdc46e2bfe918ffbfdd0f1872f53ce026d3910	gnu/packages/patches/guile-pfds-typofix.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).