all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob b871d30cfacf67c004acd00564da7d73c7cf7c8c 397 bytes (raw)
name: test-custom.el 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
(dotimes (i 256)
  (let ((ht (aref hash-tables i)))
    (dotimes (j 16)
      (unless (eq (/= 0 (logand (lsh 1 j) i))
                  (gethash (lsh 1 j) ht))
        (error "hash table corruption at table %S, bit %S" i j)))))

(aref hash-tables 17)
;; #s(hash-table size 3 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (1 t 0 t 16 t))

(gethash 1 (aref hash-tables 17))
;; nil

debug log:

solving b871d30cfa ...
found b871d30cfa in https://yhetil.org/emacs/CAOqdjBd1qR4=BQrCjrXjoh1VFLFpDKdmYqHih1MuxpEZYG6FXA@mail.gmail.com/

applying [1/1] https://yhetil.org/emacs/CAOqdjBd1qR4=BQrCjrXjoh1VFLFpDKdmYqHih1MuxpEZYG6FXA@mail.gmail.com/
diff --git a/test-custom.el b/test-custom.el
new file mode 100644
index 0000000000..b871d30cfa

Checking patch test-custom.el...
Applied patch test-custom.el cleanly.

index at:
100644 b871d30cfacf67c004acd00564da7d73c7cf7c8c	test-custom.el

(*) 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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.