emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/request f3a5b43: Cask rapprochement


From: ELPA Syncer
Subject: [nongnu] elpa/request f3a5b43: Cask rapprochement
Date: Sat, 10 Apr 2021 18:57:10 -0400 (EDT)

branch: elpa/request
commit f3a5b4352e9f444ace2a332939abff504b573887
Author: dickmao <none>
Commit: dickmao <none>

    Cask rapprochement
    
    I heard it's under new management.  See commits c076219 c92102f.
---
 .github/workflows/test.yml | 10 +++++-----
 request.el                 |  1 -
 tools/melpazoid.sh         |  2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8a4b165..5a13bf0 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
     - uses: actions/cache@v1
       with:
         path: ~/.cask
-        key: cask-001
+        key: cask-002
 
     - name: paths
       run: |
@@ -84,21 +84,21 @@ jobs:
       run: |
         sh tools/install-cask.sh
         cask link list
-      continue-on-error: ${{ matrix.emacs_version == '24.5' }}
+      continue-on-error: ${{ matrix.emacs_version == 'snapshot' }}
 
     - name: lint
       if: |
         startsWith(matrix.python_version, '3') &&
         startsWith(matrix.emacs_version, '27')
       run: make lint
-      continue-on-error: ${{ matrix.emacs_version == '24.5' }}
+      continue-on-error: ${{ matrix.emacs_version == 'snapshot' }}
 
     - name: test-install
       if: startsWith(matrix.python_version, '2')
       run: make test-install
-      continue-on-error: ${{ matrix.emacs_version == '24.5' }}
+      continue-on-error: ${{ matrix.emacs_version == 'snapshot' }}
 
     - name: test
       if: startsWith(matrix.python_version, '2')
       run: make test
-      continue-on-error: ${{ matrix.emacs_version == '24.5' }}
+      continue-on-error: ${{ matrix.emacs_version == 'snapshot' }}
diff --git a/request.el b/request.el
index 0c3f4ba..9c68f96 100644
--- a/request.el
+++ b/request.el
@@ -274,7 +274,6 @@ as there's already precedent with 
`request-response-header', I
 hew to consistency."
   (let ((raw-header (request-response--raw-header response)))
     (when raw-header
-      raw-header
       (with-temp-buffer
         (save-excursion (insert raw-header))
         (when (save-excursion (request--parse-response-at-point))
diff --git a/tools/melpazoid.sh b/tools/melpazoid.sh
index 3d9e967..354346c 100644
--- a/tools/melpazoid.sh
+++ b/tools/melpazoid.sh
@@ -2,7 +2,7 @@
 
 EMACS="${EMACS:=emacs}"
 BASENAME=$(basename "$1")
-PYTHON=$(which python3.6)
+PYTHON=$(which python3.6 || true)
 PYTHON="${PYTHON:-python}"
 
 if [[ -z $(du -s melpazoid-master 2>/dev/null | cut -f1) ]] || \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]