-
-
Notifications
You must be signed in to change notification settings - Fork 647
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bozhidar Batsov
authored and
Bozhidar Batsov
committed
Jan 11, 2025
1 parent
0ad73b2
commit e330674
Showing
81 changed files
with
92 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-apropos.el --- Apropos functionality for Clojure -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2014-2024 Jeff Valk, Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors | ||
;; | ||
;; Author: Jeff Valk <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-browse-ns.el --- CIDER namespace browser -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2014-2024 John Andrews, Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2014-2025 John Andrews, Bozhidar Batsov and CIDER contributors | ||
|
||
;; Author: John Andrews <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-browse-spec.el --- CIDER spec browser -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2017-2024 Juan Monetta, Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2017-2025 Juan Monetta, Bozhidar Batsov and CIDER contributors | ||
|
||
;; Author: Juan Monetta <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-cheatsheet.el --- Quick reference for Clojure -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2019-2024 Kris Jenkins, Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2019-2025 Kris Jenkins, Bozhidar Batsov and CIDER contributors | ||
;; | ||
;; Author: Kris Jenkins <[email protected]> | ||
;; Kato Muso <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-client.el --- A layer of abstraction above low-level nREPL client code. -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2013-2024 Bozhidar Batsov | ||
;; Copyright © 2013-2025 Bozhidar Batsov | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-clojuredocs.el --- ClojureDocs integration -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2014-2024 Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-common.el --- Common use functions -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2015-2024 Artur Malabarba | ||
;; Copyright © 2015-2025 Artur Malabarba | ||
|
||
;; Author: Artur Malabarba <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-completion-context.el --- Context parsing -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; Artur Malabarba <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-completion.el --- Smart REPL-powered code completion -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; Artur Malabarba <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-connection.el --- Connection and session life-cycle management for CIDER -*- lexical-binding: t -*- | ||
;; | ||
;; Copyright © 2019-2024 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and CIDER contributors | ||
;; Copyright © 2019-2025 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and CIDER contributors | ||
;; | ||
;; Author: Artur Malabarba <[email protected]> | ||
;; Bozhidar Batsov <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-debug.el --- CIDER interaction with the cider.debug nREPL middleware -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2015-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
|
||
;; Author: Artur Malabarba <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-doc.el --- CIDER documentation functionality -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2014-2024 Bozhidar Batsov, Jeff Valk and CIDER contributors | ||
;; Copyright © 2014-2025 Bozhidar Batsov, Jeff Valk and CIDER contributors | ||
|
||
;; Author: Jeff Valk <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-docstring.el --- Docstring rendering -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2013-2024 Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2013-2025 Bozhidar Batsov and CIDER contributors | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; cider-eldoc.el --- eldoc support for Clojure -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Tim King <[email protected]> | ||
;; Phil Hagelberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; cider-eval.el --- Interactive evaluation (compilation) functionality -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Tim King <[email protected]> | ||
;; Phil Hagelberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-find.el --- Functionality for finding things -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; Artur Malabarba <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-format.el --- Code and EDN formatting functionality -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; Artur Malabarba <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; cider-inspector.el --- Object inspector -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2013-2024 Vital Reactor, LLC | ||
;; Copyright © 2014-2024 Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2013-2025 Vital Reactor, LLC | ||
;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors | ||
|
||
;; Author: Ian Eslick <[email protected]> | ||
;; Bozhidar Batsov <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-jar.el --- Jar functionality for Clojure -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2022-2024 Arne Brasseur | ||
;; Copyright © 2022-2025 Arne Brasseur | ||
;; | ||
;; Author: Arne Brasseur <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-log.el --- Log inspection functionality for Clojure -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2023-2024 Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2023-2025 Bozhidar Batsov and CIDER contributors | ||
|
||
;; Author: r0man <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; cider-macroexpansion.el --- Macro expansion support -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Tim King <[email protected]> | ||
;; Phil Hagelberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; cider-mode.el --- Minor mode for REPL interactions -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Tim King <[email protected]> | ||
;; Phil Hagelberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-ns.el --- Namespace manipulation functionality -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; Artur Malabarba <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-overlays.el --- Managing CIDER overlays -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2015-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
|
||
;; Author: Artur Malabarba <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-popup.el --- Creating and quitting popup buffers -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2015-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
|
||
;; Author: Artur Malabarba <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-profile.el --- CIDER support for profiling -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2014-2024 Edwin Watkeys and CIDER contributors | ||
;; Copyright © 2014-2025 Edwin Watkeys and CIDER contributors | ||
|
||
;; Author: Edwin Watkeys <[email protected]> | ||
;; Juan E. Maya <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; cider-repl.el --- CIDER REPL mode interactions -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Tim King <[email protected]> | ||
;; Phil Hagelberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-resolve.el --- Resolve clojure symbols according to current nREPL connection -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2015-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2015-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
|
||
;; Author: Artur Malabarba <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-scratch.el --- *scratch* buffer for Clojure -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2014-2024 Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2014-2025 Bozhidar Batsov and CIDER contributors | ||
;; | ||
;; Author: Tim King <[email protected]> | ||
;; Phil Hagelberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; cider-selector.el --- Buffer selection command inspired by SLIME's selector -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Tim King <[email protected]> | ||
;; Phil Hagelberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-stacktrace.el --- Stacktrace navigator -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2014-2024 Jeff Valk, Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors | ||
|
||
;; Author: Jeff Valk <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-test.el --- Test result viewer -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2014-2024 Jeff Valk, Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2014-2025 Jeff Valk, Bozhidar Batsov and CIDER contributors | ||
|
||
;; Author: Jeff Valk <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-tracing.el --- Executing tracing functionality -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; Artur Malabarba <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;; cider-util.el --- Common utility functions that don't belong anywhere else -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Tim King <[email protected]> | ||
;; Phil Hagelberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-xref-backend.el --- CIDER's backend for Emacs' xref functionality -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
;; Artur Malabarba <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-xref.el --- Xref functionality for Clojure -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2019-2024 Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2019-2025 Bozhidar Batsov and CIDER contributors | ||
;; | ||
;; Author: Bozhidar Batsov <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; cider.el --- Clojure Interactive Development Environment that Rocks -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Tim King <[email protected]> | ||
;; Phil Hagelberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; nrepl-client.el --- Client for Clojure nREPL -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Tim King <[email protected]> | ||
;; Phil Hagelberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
;;; nrepl-dict.el --- Dictionary functions for Clojure nREPL -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2024 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2012-2025 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2025 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; | ||
;; Author: Tim King <[email protected]> | ||
;; Phil Hagelberg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-apropos-tests.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Bozhidar Batsov | ||
;; Copyright © 2012-2025 Tim King, Bozhidar Batsov | ||
|
||
;; Author: Tim King <[email protected]> | ||
;; Bozhidar Batsov <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-browse-ns-tests.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Bozhidar Batsov | ||
;; Copyright © 2012-2025 Tim King, Bozhidar Batsov | ||
|
||
;; Author: Tim King <[email protected]> | ||
;; Bozhidar Batsov <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-browse-spec-tests.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2012-2024 r0man, Bozhidar Batsov | ||
;; Copyright © 2012-2025 r0man, Bozhidar Batsov | ||
|
||
;; Author: r0man <[email protected]> | ||
;; Bozhidar Batsov <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;;; cider-classpath-tests.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2012-2024 Tim King, Bozhidar Batsov | ||
;; Copyright © 2012-2025 Tim King, Bozhidar Batsov | ||
|
||
;; Author: Tim King <[email protected]> | ||
;; Bozhidar Batsov <[email protected]> | ||
|
Oops, something went wrong.