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

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

[nongnu] elpa/cider updated (fc7b92918e -> 5ad3f380df)


From: ELPA Syncer
Subject: [nongnu] elpa/cider updated (fc7b92918e -> 5ad3f380df)
Date: Thu, 8 Dec 2022 10:58:39 -0500 (EST)

elpasync pushed a change to branch elpa/cider.

      from  fc7b92918e Tweak a couple of changelog entries
       new  a4b8ab1e0d Introduce integration tests
       new  b2c3d3ca2d Add changelog entry
       new  30ad2e93c2 Check that client is connected to nREPL server
       new  5ad3f380df Move helper functions to own file, fix test issue with 
client conn


Summary of changes:
 .circleci/config.yml                             |  20 ++
 .codespellrc                                     |   2 +
 .github/workflows/test.yml                       |  52 ++++-
 CHANGELOG.md                                     |   1 +
 Eldev                                            |  36 +++-
 cider-connection.el                              |   2 +
 doc/modules/ROOT/pages/contributing/hacking.adoc |  15 +-
 nrepl-client.el                                  |  92 ++++++---
 test/cider-tests.el                              |  11 +-
 test/integration/integration-test-utils.el       | 114 +++++++++++
 test/integration/integration-tests.el            | 237 +++++++++++++++++++++++
 test/nrepl-client-tests.el                       |  13 +-
 12 files changed, 544 insertions(+), 51 deletions(-)
 create mode 100644 .codespellrc
 create mode 100644 test/integration/integration-test-utils.el
 create mode 100644 test/integration/integration-tests.el



reply via email to

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