cider (0.19.0+dfsg-4)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.23.0+dfsg-2 > 0.19.0+dfsg-4
- Git: https://salsa.debian.org/emacsen-team/cider
-
- Branch: master
- Path: debian/changelog
- Repo size: 4079616
- Browser: https://salsa.debian.org/emacsen-team/cider
- Last scan: 2024-10-11 02:26:12+00
- Next scan: 2024-10-16 16:29:00+00
- Debian changelog in Git:
cider (0.23.0+dfsg-2) UNRELEASED; urgency=medium
* Drop emacs25 from Enhances (package does not exist in bullseye).
-- Nicholas D Steeves <sten@debian.org> Wed, 28 Jul 2021 19:23:38 -0400
- This branch is 57 commits ahead of tag archive/debian/0.19.0+dfsg-2
- Git log:
commit de5add8024ec1085cd2ce469a35072441bf32782
Author: Nicholas D Steeves <nsteeves@gmail.com>
Date: Wed Jul 28 19:23:47 2021 -0400
Drop emacs25 from Enhances (package does not exist in bullseye).
commit 9cffda74ee75dc402c3db500ecb41ffd337c503b
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Sat Dec 7 17:51:43 2019 -0700
Commit Debian 3.0 (quilt) metadata
[dgit (9.9~bpo10+1) quilt-fixup]
commit 6561c5863b4cc94351e2fe412cbca517c37454f8
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Sat Dec 7 17:51:36 2019 -0700
Update copyright years
commit bc2a8e5b5d5eab054f8d90a13dba26f331629333
Merge: 62c3cb9 644cf06
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Sat Dec 7 17:44:18 2019 -0700
Merge tag 'v0.23.0+dfsg'
DFSG-clean upstream version 0.23.0
commit 62c3cb90fe3f0c1b97a5c52476b8433fab4a368f
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Sat Dec 7 17:42:06 2019 -0700
Revert "Update to nrepl 0.6.0 / cider-nrepl 0.21.0"
This reverts commit 2f3122fa05e65823d8db2d304b64995d25f60791.
Revert in preparation for merge.
commit 644cf06d8a3d2a34531906c9e51b3c6591fbf19c
Author: Sean Whitton <spwhitton@spwhitton.name>
Date: Sat Sep 8 10:24:00 2018 -0700
DFSG-clean upstream version 0.23.0
commit ce42702154709ef5d991e2732511c50d69de256c
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Tue Oct 8 14:47:12 2019 +0300
Release CIDER 0.23 ("Lima")
commit b932f20c866e7e8186f56561f62861a03f01a3a3
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Tue Oct 8 12:30:34 2019 +0300
Suggest adding a global keybinding for the cider-selector
commit 278e35351d979b9a002fd715176fcc54d3627663
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Tue Oct 8 12:26:45 2019 +0300
Bump the injected piggieback
commit b2464665d84189456b9e4cf1360d55d099511d28
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Mon Oct 7 22:04:20 2019 +0300
Add a command for refreshing the ClojureDocs cache
commit a131791c9fccfa5bcda0aaaf8a088e3ec9f7fd98
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Mon Oct 7 20:57:49 2019 +0300
Fix a couple of typos
commit 2be1584b51622528b0d213ac68d1dfbecc9cd048
Author: dan sutton <danielsutton01@gmail.com>
Date: Sun Oct 6 11:00:05 2019 -0500
Fix tests for figwheel-main init form
commit 5f17d0a3c7d8ccf224a5b4cf63e3994d98c4ada5
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sun Oct 6 15:33:42 2019 +0300
Improve some documentation
commit e8485727079e4490b400660b76c5e8f64a48a72e
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sun Oct 6 15:29:09 2019 +0300
Tweak the changelog
commit 0cb5daa42d6abeeb283b13f20342c1034a9f9b6d
Author: dpsutton <dan@dpsutton.com>
Date: Sun Oct 6 07:23:30 2019 -0500
Translate paths when `cider-path-translations` alist is set (#2606)
If you connect to a running docker image, often the source is mounted
in the docker image. This breaks navigation as rather than navigating
to "/home/me/projects/foo/src/ns.clj" it believes the file is
"/src/ns.clj". This allows rewriting of these prefixes so the
locations can map back to the local filesystem.
commit b58a33244dabc08c56c09ab8373f9276e3b4c392
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sun Oct 6 14:24:58 2019 +0300
Add a section on project-specific configuration to the manual
commit 81bbe2895dc262e633591a6b4d627e2ef9688299
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sun Oct 6 14:08:45 2019 +0300
Fix a keybinding reference is the docs
commit 985bc6d088ce2cf73fa03461d9a5c0eacb3302a6
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sun Oct 6 13:26:12 2019 +0300
Tweak the changelog
commit fd1f62e42c6d0e055e9531fcd762a5012cbe492b
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sun Oct 6 13:25:03 2019 +0300
[Fix #2721] Handle properly symbols ending in `.` (e.g. `SomeRecord.`)
Now `cider-symbol-at-point` simply rejects the trailing dot.
commit ef2ba92fcd17662b907dfcb4fa26dbb292a9792b
Merge: 0593267 22302a9
Author: Nicholas D Steeves <nsteeves@gmail.com>
Date: Sat Oct 5 11:53:00 2019 -0400
Merge remote-tracking branch 'origin/dk-update-maintainer'
commit 6f0f25b2305bf10175c8dbfebb39c123d75322f9
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sat Oct 5 13:22:51 2019 +0300
Add a basic README for the refcard
commit 76cc2cbbd0d91064da1ac7b9a0d296165339be18
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sat Oct 5 13:17:08 2019 +0300
Update the refcard
commit 4ca944ff3b7c263aad68e2874634092bb20ccbd3
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sat Oct 5 13:11:15 2019 +0300
Fix the links to the refcard in the manual
commit 2325d99690e4b9a263022cc1bb621be2c048f030
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sat Oct 5 13:08:20 2019 +0300
Move the refcard outside the legacy manual directory tree
commit d2a5b5ad7a32372785109a909852c1e68bfb4761
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sat Oct 5 11:56:39 2019 +0300
Fix the RTD build
commit 22302a9fa5e3bf23a362aeecf42fa1b328f7a774
Author: David Krauser <david@krauser.org>
Date: Fri Oct 4 13:56:40 2019 -0400
Update maintainer email address to debian-emacsen@lists.debian.org
commit 86b4372e386d0e788a301f6e1adcf94ffba02eef
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Fri Oct 4 12:28:23 2019 +0300
Redirect legacy manual pages to docs.cider.mx
commit 1bc7bdca7ff2d15174faafb5ef57a31fe58e4e14
Author: krathdog <kdrath@gmail.com>
Date: Wed Oct 2 22:37:45 2019 -0700
[Fix #2698] Infer available figwheel builds automatically
This commit also expands the documentation for working with figwheel.
commit 03c0a23bf031a5f7a70c7876a26df7d9a1a596c4
Author: dickmao <7578770+dickmao@users.noreply.github.com>
Date: Thu Oct 3 01:27:04 2019 -0400
Implement a workaround for an expired elpa key (#2722)
The elpa key expiration has wrought havoc among elisp repos that actually conduct proper testing, proving yet again that no good deed goes unpunished.
See also: https://github.com/nextcloud/docker/pull/687#issuecomment-472481276
commit 26adbdfe56307f96c2233627ecf8b0ab4954cae5
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Wed Oct 2 20:13:50 2019 +0300
Fix a :package-version property
commit cc003836480bd34ee419655dccf9c6c3ba20cd97
Author: Robert Krahn <robert.krahn@gmail.com>
Date: Wed Oct 2 19:12:29 2019 +0200
Add cider-enhanced-cljs-completion-p flag (enabled by default) to make suitable cljs-completions optional (#2717)
See also #clojure-emacs/cider-nrepl/648
commit 5fe24dfaa0a8d5415cb6c0e23c5c0d09038b7c82
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Wed Oct 2 19:43:29 2019 +0300
Bump the required middleware version
commit b4beca6e53c284ec8a7d520d6b493272dccee9e0
Author: John Stevenson <john@jr0cket.co.uk>
Date: Sun Sep 29 18:26:18 2019 +0100
Add clj-kondo section
A brief section in additonal packages about flycheck-clj-kondo package and clj-kondo linter
commit cc52e696e3647229f4075c90f267c33d0940757f
Author: yuhan0 <qythium@gmail.com>
Date: Mon Sep 23 18:12:15 2019 +0800
Document new `cider-result-overlay-postiion` configuration
commit c6f463d3e024a206bca7ae7b732f6163abb0e6d7
Author: yuhan0 <qythium@gmail.com>
Date: Sat Sep 21 18:33:52 2019 +0800
Add config for position of inline evaluation and debugger overlays
commit c3c903adaa85d33c3935c7483f6d6c8c8ce73c41
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Mon Sep 23 10:39:28 2019 +0300
[Fix #2572] Make it possible to a start a one-off ClojureScript REPL without defining a new REPL type
commit 91e4767027f48867ae9bf6dd2ea208b96fafbf86
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Mon Sep 23 10:18:59 2019 +0300
Remove a misplaced error message when doing clojuredocs-lookup
commit 94a0fa538c907ce7890d72ccf425ad87cd431056
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Mon Sep 23 10:06:32 2019 +0300
Bump the development version
commit a1b5b215ba5a410f843825df58e6d513265c55b2
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sun Sep 22 12:29:02 2019 +0300
Tweak some markup
commit 2421179dbc17885d6002b3de1d49bca46a88904f
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sat Sep 21 23:06:07 2019 +0300
Tweak the changelog
commit c624de59ed6a9a50d1f06a3c3934818b76244cd3
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sat Sep 21 12:23:02 2019 +0300
Document cider-selector
commit a89a87ac7e7dead2ab507608f0056c0408c1bbd7
Author: Matthew Carter <m@ahungry.com>
Date: Sat Sep 21 04:58:27 2019 -0400
Improve the cider-selector handling of some edge cases (#2711)
This commit adjusts cider-selector handling with the following benefits:
- If the selector is run outside of an active sesman-session, it will
still find the REPL when the REPL selector is chosen (it will fallback to the most recently visited REPL).
- If the selector is run while a window is visible, it will switch to
that window (focus) as opposed to giving a "No such buffer" message.
commit b2449eca413c5800b0239588c5d4345d8381eff6
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Fri Sep 20 11:50:01 2019 +0300
Tweak a couple of error messages
commit 02631c9998591f48e18489197326c4edd395abb6
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Fri Sep 20 11:47:46 2019 +0300
[Fix #2715] Update the shadow-cljs presence check
The ns we used to check for got removed recently.
commit 774d5c48e496b9156d61e673f065570423e58a65
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Fri Sep 20 11:46:46 2019 +0300
Fix the changelog
commit 9ce7a2d5d3f33c82c5211e77dfe04e6b6181e3ff
Author: jgerman <jeremy.german@gmail.com>
Date: Wed Sep 18 08:52:10 2019 -0400
[Fix #2705] Ignore patch coordinates during middleware check (#2708)
commit 15c4ef0aca4d709e70a70f556a8dfb3ff6a49497
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Wed Sep 11 22:17:04 2019 +0300
Bump the required cider-nrepl
commit 18bb5e12bfff4196de4102b5abce226dcd7d4b9a
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Wed Sep 4 16:46:28 2019 -0300
Tweak some wording
commit b747a12d3a74588d7bf369003e668df4e112a620
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Tue Sep 3 15:39:03 2019 -0300
Update the documentation version
commit 78f0dd502da5851f8f03d46eeef0ae4d9e9e4428
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Tue Sep 3 13:09:31 2019 -0300
Bump the required cider-nrepl version
commit 9925729badb89444db28d29f356e2742546aa924
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Tue Sep 3 13:08:17 2019 -0300
Bump the development version
commit 6ceda18a9e48cecb21dfea3729d11d83430eef2d
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Tue Sep 3 09:02:40 2019 -0300
Update the changelog
commit e6d8eb31f0f54fd324687acb424709c1b90b018b
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sun Sep 1 14:48:53 2019 -0300
Switch back to cider-nrepl 0.22.0
Something's wrong with clojars and I can't push cider-nrepl 0.22.1 there now.
commit 8a1262dae8f86f03fa2ec0abdbced10ff7e5ee1e
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sun Sep 1 07:56:25 2019 -0300
Release 0.22
commit 94cb9a22610ce5b3211551c0b2ca1059a379ca20
Author: jhacksworth <jhacksworth@gmail.com>
Date: Mon Aug 26 16:52:34 2019 -0400
Fix two typos in misc_features.adoc
The keybindings when referring to the prefix and double-prefix arguments to `cider-ns-refresh` appear to be typos.
commit 0c99b0718e1825d020115e0da736ddbcecabb910
Author: Dale Sedivec <dale@codefu.org>
Date: Sat Aug 31 16:03:24 2019 -0500
Fix docstring for cider-mode-menu
commit 3a68ccec0e7c9476691bd57798fa83d6f12ed1fa
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sun Sep 1 07:46:57 2019 -0300
Update the codename