1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-08 07:20:28 -08:00
emacs/test/lisp/erc/resources/base
F. Jason Park 50b134c4dc Don't recurse in erc-server-delayed-check-reconnect
* lisp/erc/erc-backend.el (erc-server-delayed-check-reconnect): Run
`reschedule' function on a timer to avoid growing the stack when
calling `delete-process'.
* lisp/erc/erc-common.el (erc--favor-changed-reverted-modules-state):
Fix `pcase' condition so that changing an option to its standard value
does not earn a "STANDARD" label in Customize if that value differs
from the saved one.
* lisp/erc/erc.el (erc-open-socks-tls-stream): Reword doc string.
* test/lisp/erc/erc-tests.el (erc--with-dependent-type-match)
(erc--with-dependent-type-match): Remove useless tests (bug#71178).
* test/lisp/erc/resources/base/reconnect/unexpected-disconnect.eld:
Await phantom EOFs and PINGs to somewhat account for a race that can
result in a failure when running the suite in parallel with -jN.
* test/lisp/erc/resources/erc-scenarios-common.el
(erc-scenarios-common--print-trace): Set `debug-on-error' to t
so that errors in timers always trigger test failures.
;; * test/lisp/erc/resources/base/assoc/reconplay/foonet.eld:
;; Timeouts.
;; * test/lisp/erc/resources/base/upstream-reconnect/soju-barnet.eld:
;; Timeouts.
;; * test/lisp/erc/resources/base/mask-target-routing/foonet.eld:
;; Timeouts.
;; * test/lisp/erc/resources/join/network-id/barnet.eld: Timeout.
2024-06-05 11:58:44 -07:00
..
assoc Don't recurse in erc-server-delayed-check-reconnect 2024-06-05 11:58:44 -07:00
auth-source Add format-catalog entry for unknown chan mode in ERC 2024-05-08 17:11:26 -07:00
channel-buffer-revival
display-message
flood
gapless-connect
local-modules
mask-target-routing Don't recurse in erc-server-delayed-check-reconnect 2024-06-05 11:58:44 -07:00
modes
netid
query-participants Reuse old query buffers for reassumed nicks in ERC 2024-05-27 16:39:18 -07:00
reconnect Don't recurse in erc-server-delayed-check-reconnect 2024-06-05 11:58:44 -07:00
renick Reuse old query buffers for reassumed nicks in ERC 2024-05-27 16:39:18 -07:00
reuse-buffers Add format-catalog entry for unknown chan mode in ERC 2024-05-08 17:11:26 -07:00
send-message
upstream-reconnect Don't recurse in erc-server-delayed-check-reconnect 2024-06-05 11:58:44 -07:00