[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/graphql 3eb2416913 36/56: Make sure 'plain' cons cell k
From: |
ELPA Syncer |
Subject: |
[elpa] externals/graphql 3eb2416913 36/56: Make sure 'plain' cons cell keys are not cons cells themselves |
Date: |
Sat, 29 Oct 2022 13:58:03 -0400 (EDT) |
branch: externals/graphql
commit 3eb2416913d663997053e576450ebdcadb033f27
Author: Sean Allred <code@seanallred.com>
Commit: Sean Allred <code@seanallred.com>
Make sure 'plain' cons cell keys are not cons cells themselves
---
graphql.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphql.el b/graphql.el
index 7b0fb57d83..0d43955c69 100644
--- a/graphql.el
+++ b/graphql.el
@@ -150,7 +150,7 @@ parameter."
(mapcar (lambda (edge) (alist-get 'node edge))
edges))))
;; When we encounter a plain cons cell (not a list), let it pass
- (`(,key . ,(and value (guard (not (consp value)))))
+ (`(,(and key (guard (not (consp key)))) . ,(and value (guard (not (consp
value)))))
(cons key value))
;; symbols should pass unaltered
(`,(and symbol (guard (symbolp symbol)))
- [elpa] externals/graphql 6c4c5abb26 49/56: Remove defunct test/make.el, (continued)
- [elpa] externals/graphql 6c4c5abb26 49/56: Remove defunct test/make.el, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql b64ab8d585 53/56: Do not suggest packaging `examples.el', ELPA Syncer, 2022/10/29
- [elpa] externals/graphql e2b309689f 55/56: Add 'clean' target, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 5ca5f50b5e 56/56: Update MELPA badge to new url, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql d1a8e478b3 21/56: Finish renaming test file, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 98f9131b27 29/56: Use graphql-encode instead of removed graphql--encode, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 32933981a9 32/56: Add support for specifying GraphQL lists using Lisp vector syntax, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 8d45c98e9f 24/56: Run tests on Travis, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 57a3dfe5bf 33/56: Correct capitalization, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql b3db1ff740 34/56: Response form should mirror input form when using macros, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 3eb2416913 36/56: Make sure 'plain' cons cell keys are not cons cells themselves,
ELPA Syncer <=
- [elpa] externals/graphql d71e6b218c 39/56: Require subr-x for thread-last in examples.el, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 8b29e7e335 41/56: Fix emacs build on CI, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 093c761981 43/56: Switch to the real Emake, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 4338f9b280 44/56: Fix checkdoc and package-lint errors, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 4a6e055723 46/56: Test 26.1 on CI, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql ea85c2b32b 47/56: Allow makefile to be run locally without duplication, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql a9ab8d7186 50/56: Fix version check, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql 672dd9ebd7 51/56: Release version 0.1.1, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql c16c8e9a1b 52/56: Add badges, ELPA Syncer, 2022/10/29
- [elpa] externals/graphql d2bb248d2c 54/56: Use new version of Emake, ELPA Syncer, 2022/10/29