summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* finalise changelog for 0.18.0+dfsg-1 uploaddebian/0.18.0+dfsg-1archive/debian/0.18.0+dfsg-1Sean Whitton2018-09-08
|
* add lein build-dep (for test suite)Sean Whitton2018-09-08
|
* add elpa-sesman build-depSean Whitton2018-09-08
|
* Commit Debian 3.0 (quilt) metadataSean Whitton2018-09-08
| | | | [dgit (6.11~bpo9+1) quilt-fixup]
* Commit Debian 3.0 (quilt) metadataSean Whitton2018-09-08
| | | | [dgit (6.11~bpo9+1) quilt-fixup]
* update README.DebianSean Whitton2018-09-08
|
* changelogSean Whitton2018-09-08
|
* Merge tag 'v0.18.0+dfsg' into wip/masterSean Whitton2018-09-08
|\ | | | | | | DFSG-clean upstream version 0.18.0
| * DFSG-clean upstream version 0.18.0Sean Whitton2018-09-08
| |
| * Release 0.18.0Bozhidar Batsov2018-09-02
| |
| * Bump the auto-injected piggieback depBozhidar Batsov2018-08-31
| |
| * [Fix #2413] Prompt if a session with the same parameters already existsVitalie Spinu2018-08-30
| |
| * [Fix #2425] Implement "pending-cljs" REPL typeVitalie Spinu2018-08-30
| | | | | | | | | | | | - Uninitialized cljs REPLs now have "pending-cljs" type - TYPE argument of `cider-repls` can be now a list - `cider-map-repls` maps only over functional (non-pending) REPLs
| * Add doc/auto/ to .gitignoreVitalie Spinu2018-08-30
| |
| * [Fix #2418] Don't overwrite explicitly supplied params in connect-sibling-xyzVitalie Spinu2018-08-30
| |
| * Fix linter on Emacs develVitalie Spinu2018-08-30
| |
| * Add a missing autoload cookieBozhidar Batsov2018-08-28
| |
| * Fix the name of the boot nrepl-server taskBozhidar Batsov2018-08-26
| |
| * Fix a testBozhidar Batsov2018-08-25
| |
| * [Fix #2427] Handle properly multiple project typesBozhidar Batsov2018-08-25
| | | | | | | | | | | | | | There were two problems fixed in this commit: * `default` has to be a string for completing-read to work * completing-read returns a string, but we need a symbol
| * Fix quoting in a listBozhidar Batsov2018-08-22
| | | | | | | | | | Oh, well - this is really embarrassing and I should probably start running the tests locally. :-)
| * Fix a testBozhidar Batsov2018-08-22
| |
| * Shuffle around some testsBozhidar Batsov2018-08-22
| |
| * Fix some testsBozhidar Batsov2018-08-22
| |
| * Fix the build tool detectionBozhidar Batsov2018-08-22
| |
| * Fix indentationBozhidar Batsov2018-08-22
| |
| * Make the project-type a symbolBozhidar Batsov2018-08-22
| | | | | | | | | | | | | | | | That's more in line with Emacs conventions. This commit also changes config values that used to be strings to symbols, but also preserves backward compatibility in cases so users changed the defaults.
| * Add a todo about cider-jack-in-default's current position in the codeBozhidar Batsov2018-08-22
| |
| * [Fix #2424] Fallback to lein on jack-in when clojure is missingBozhidar Batsov2018-08-22
| | | | | | | | | | | | The Clojure CLI tools are not available on Windows yet, so for them `clojure-cli` is a poor default. Now we set the default in a dynamic fashion.
| * Rename cider-default-repl-command to cider-jack-in-defaultBozhidar Batsov2018-08-22
| |
| * Don't be super specific about certain dep versionsBozhidar Batsov2018-08-18
| |
| * Bump the required clojure-mode versionBozhidar Batsov2018-08-18
| |
| * Remove comment aware toplevel defun codedan sutton2018-08-18
| | | | | | | | | | | | | | This code has migrated to clojure-mode and is now installed such that `end-of-defun` and `beginning-of-defun` are aware of comment forms. As such CIDER no longer needs to special case them and can just navigate as usual.
| * [Fix #2421] Use the right version comparison functionBozhidar Batsov2018-08-17
| | | | | | | | | | Otherwise when you're on the minimum required version you'd get a warning.
| * [Fix #2419, Fix #2414] Bump sesman versionVitalie Spinu2018-08-17
| |
| * Add a test that killing a REPL buffer removes it from the listMikhail Gusarov2018-08-16
| |
| * Update cider--close-connection testMikhail Gusarov2018-08-16
| | | | | | | | | | | | The test assumed that any buffer added to a session will be returned, which is no longer true, as only buffers that can be mapped to a type are returned now.
| * [Fix #2415] Filter out killed buffers in `cider-repls`Mikhail Gusarov2018-08-16
| | | | | | | | | | If a REPL buffer is killed manually it will leak out of `cider-repls` for .cljc files, so make sure `cider-repls` only return live REPL buffers.
| * Fix the message displayed when cider-nrepl is not present at allBozhidar Batsov2018-08-16
| |
| * Remove a default return valueBozhidar Batsov2018-08-16
| |
| * [Fix #2411] Don't show warnings when the middleware versionBozhidar Batsov2018-08-16
| | | | | | | | | | | | | | requirements are met I forgot to flip the order of the arguments here when I changed the code to also include a missing version check.
| * Add issue template metadataBozhidar Batsov2018-08-16
| |
| * Use multiple issue templatesBozhidar Batsov2018-08-16
| |
| * [Fix #2417] Fix a typoBozhidar Batsov2018-08-16
| |
| * Emit a different warning if cider-nrepl is not presentBozhidar Batsov2018-08-15
| |
| * [Fix #2401] Correctly pass dynamic vars to cider--update-jack-in-cmdVitalie Spinu2018-08-13
| |
| * Update a few references to the legacy tools.nreplBozhidar Batsov2018-08-12
| |
| * Improve a bit the "Up and Running" section of the manualBozhidar Batsov2018-08-12
| |
| * Restore the C-c C-p and C-c C-f keybindingsBozhidar Batsov2018-08-08
| | | | | | | | | | | | | | Seems more people were relying on those than I originally expected. :-) Vox populi, vox dei!
| * Add a tip about cider-load-buffer-and-switch-to-repl-bufferBozhidar Batsov2018-08-06
| |