-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Showing
67 changed files
with
68 additions
and
68 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-2021 Jeff Valk, Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2014-2022 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-2021 John Andrews, Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2014-2022 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-2021 Juan Monetta, Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2017-2022 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-2021 Kris Jenkins, Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2019-2022 Kris Jenkins, Bozhidar Batsov and CIDER contributors | ||
;; | ||
;; Author: Kris Jenkins <[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-2021 Bozhidar Batsov | ||
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2014-2022 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-2021 Artur Malabarba | ||
;; Copyright © 2015-2022 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.el --- Smart REPL-powered code completion -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2021 Artur Malabarba, Bozhidar Batsov, Vitalie Spinu and CIDER contributors | ||
;; Copyright © 2019-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2015-2022 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-2021 Bozhidar Batsov, Jeff Valk and CIDER contributors | ||
;; Copyright © 2014-2022 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,7 +1,7 @@ | ||
;;; cider-eldoc.el --- eldoc support for Clojure -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2021 Vital Reactor, LLC | ||
;; Copyright © 2014-2021 Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2013-2022 Vital Reactor, LLC | ||
;; Copyright © 2014-2022 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 © 2021 Arne Brasseur | ||
;; Copyright © 2022 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,7 +1,7 @@ | ||
;;; cider-macroexpansion.el --- Macro expansion support -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2012-2013 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2015-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2015-2022 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-2021 Edwin Watkeys and CIDER contributors | ||
;; Copyright © 2014-2022 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2015-2022 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-2021 Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2014-2022 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2021 Jeff Valk, Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2014-2022 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-2021 Jeff Valk, Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2014-2022 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-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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.el --- Xref functionality for Clojure -*- lexical-binding: t -*- | ||
|
||
;; Copyright © 2019-2021 Bozhidar Batsov and CIDER contributors | ||
;; Copyright © 2019-2022 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2013 Tim King, Phil Hagelberg, Bozhidar Batsov | ||
;; Copyright © 2013-2021 Bozhidar Batsov, Artur Malabarba and CIDER contributors | ||
;; Copyright © 2013-2022 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-2021 Tim King, Bozhidar Batsov | ||
;; Copyright © 2012-2022 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-2021 Tim King, Bozhidar Batsov | ||
;; Copyright © 2012-2022 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-classpath-tests.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2012-2021 Tim King, Bozhidar Batsov | ||
;; Copyright © 2012-2022 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-client-tests.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2012-2021 Tim King, Bozhidar Batsov | ||
;; Copyright © 2012-2022 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-clojuredocs-tests.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2012-2021 Tim King, Bozhidar Batsov | ||
;; Copyright © 2012-2022 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-common-tests.el --- -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2012-2021 Tim King, Bozhidar Batsov | ||
;; Copyright © 2012-2022 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,7 +1,7 @@ | ||
;; -*- lexical-binding: t; -*- | ||
;;; cider-connection-tests.el | ||
|
||
;; Copyright © 2012-2021 Tim King, Bozhidar Batsov, Vitalie Spinu | ||
;; Copyright © 2012-2022 Tim King, Bozhidar Batsov, Vitalie Spinu | ||
|
||
;; 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-debug-tests.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2012-2021 Tim King, Bozhidar Batsov | ||
;; Copyright © 2012-2022 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-eldoc-tests.el -*- lexical-binding: t; -*- | ||
|
||
;; Copyright © 2012-2021 Tim King, Bozhidar Batsov | ||
;; Copyright © 2012-2022 Tim King, Bozhidar Batsov | ||
|
||
;; Author: Tim King <[email protected]> | ||
;; Bozhidar Batsov <[email protected]> | ||
|
Oops, something went wrong.