[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/websocket bcbd5258b2 040/114: Add note to windows users
From: |
ELPA Syncer |
Subject: |
[elpa] externals/websocket bcbd5258b2 040/114: Add note to windows users for functional tests. |
Date: |
Wed, 15 Feb 2023 20:58:58 -0500 (EST) |
branch: externals/websocket
commit bcbd5258b2fd14e12e9a8c9d89cc2d727b5a8da0
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>
Add note to windows users for functional tests.
Specifically, Windows users need to have gnutls DLLs in the emacs
bin directory in order for the functional tests to work.
---
websocket-functional-test.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/websocket-functional-test.el b/websocket-functional-test.el
index 9bab87b399..1bbd190d9e 100644
--- a/websocket-functional-test.el
+++ b/websocket-functional-test.el
@@ -96,6 +96,8 @@
(when (>= (string-to-int (substring emacs-version 0 2)) 24)
(message "Testing with wss://echo.websocket.org")
+ (when (eq system-type 'windows-nt)
+ (message "Windows users must have gnutls DLLs in the emacs bin
directory."))
(setq wstest-ws
(websocket-open
"wss://echo.websocket.org"
- [elpa] externals/websocket 8604982b12 112/114: Merge pull request #79 from vritser/main, (continued)
- [elpa] externals/websocket 8604982b12 112/114: Merge pull request #79 from vritser/main, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 8c366e8f3d 018/114: Merge branch 'same-origin-fix', ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 69a377a537 021/114: Bring ping behavior in line with RFC, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket b7a1907b8c 024/114: Add port number when non-default to Host header., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 25c07dece5 030/114: Fix parsing of HTTP status line, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket fca0561430 032/114: Fix copyright and author info., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 9fec6e28ef 014/114: Merge pull request #34 from legoscia/permit-non-numeric-port, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 5a965add21 017/114: Merge branch 'close-testing-fix', ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 542c6fec74 025/114: Add support for cookies handling for ws clients., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 6b43f7525f 031/114: Add test for fragmented header, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket bcbd5258b2 040/114: Add note to windows users for functional tests.,
ELPA Syncer <=
- [elpa] externals/websocket d407c0ad0f 041/114: Update version to 1.6., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 8f55a95698 042/114: Fix indentation., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket f94d43b97c 046/114: Prevent emacs from asking users about killing server process on exit, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket fbd9e2263d 047/114: Merge pull request #47 from alpha22jp/master, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket a9b8e74fa1 048/114: Update version to 1.8, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket f7f7ad6d45 052/114: when nowait, delay handshake after process move to open status, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 13520c8baa 054/114: add documentation for nowait, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 4ca406fb96 060/114: Merge branch 'custom-headers', ELPA Syncer, 2023/02/15
- [elpa] externals/websocket b3a0153c0b 063/114: remove long line lambda, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket e9d148fbb6 064/114: Merge pull request #52 from yuya373/fix-nowait, ELPA Syncer, 2023/02/15