Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/clojure-emacs/cider

The Clojure Interactive Development Environment that Rocks for Emacs
https://github.com/clojure-emacs/cider

cider-prompt -> cider-repl-prompt

0fd123757a910b4a1e8405d9132de194121af5d4 authored over 10 years ago
[Fix #752] Use a fully-qualified let in pretty-printing

97e39c110e3ef25972c4f7b2c0999fe74e7ddf77 authored over 10 years ago
Refactor a bit the REPL buffer init

d249e4b796268226c128e1374c78cf31d54369a3 authored over 10 years ago
[Fix #751] Correct some incorrectly merged code

521ee96cbc9c453ecb1fb0fff07a5c6dacb38475 authored over 10 years ago
[#741] Use (cider-current-ns) when requesting completion candidates

44a0d0804de8539b467acfb346abca6f5e20cc74 authored over 10 years ago
Merge pull request #729 from vitoshka/repl-connections

Use repl buffer as connection buffer

2ecad8227940ec63300a42ef9ba5b633aaea1179 authored over 10 years ago
Use repl buffer as connection buffer

Ancillary changes:

- new functions `nrepl-start-client-process' and `nrepl-start-server-proc...

09dcec951125300274eea6e0b5f591be1d57bb5e authored over 10 years ago
Make it possible to disable completion candidates annotations

d29fe308566e37f0a8a465f4cdd38a992254a036 authored over 10 years ago
Replace a usage of cl-plusp

b58ba0ac546fc6a4c9228cb18f552067741a060d authored over 10 years ago
Merge pull request #743 from r0man/no-popup-on-success

Only show cider-test-report buffer on test failures.

1dbc4090f0ea1a0a45e96a3840c76af830c69120 authored over 10 years ago
Only show cider-test-report buffer on test failures.

This PR doesn't show the *cider-test-report* on successful tests anymore. Most
people will close...

94496e4b14ea5149812ca91a4ad4d7ce1785cdf2 authored over 10 years ago
Fix changelog

f6786c248c8ea1ab0a410d42be9e862148b94c5b authored over 10 years ago
[Fix #744] Restore the ability to customize the command invoked by cider-jack-in

71e7de4769520d10f94326e12d7846e5d74bf8ee authored over 10 years ago
Merge pull request #738 from hugoduncan/feature/add-print-level-to-stacktrace

Add a cider-print-level defcustom

00c8cb96fafa2d68a6a707c800bcde037c55a86d authored over 10 years ago
Add a cider-stacktrace-print-level defcustom

Controls the depth of printing of a stacktrace cause's data. Can be used to
prevent circular da...

2142ee5cfe1d2164ed07c98957c41563cbe51199 authored over 10 years ago
Simplify a bit of completion code

f528d502bf5af36864bdeaff356c8e80bdfce07f authored over 10 years ago
Merge pull request #717 from r0man/stop-moving-point

Don't move point when clearing or highlighting test results

7b7601b69d8ac3c008e1c51d6ef379ead59b16e5 authored over 10 years ago
Don't move point when clearing or highlighting test results

When running tests with cider-test failing tests are highlighted in the source
files, or if test...

c442e8133a78625f611fa9ca523d5a892f31963e authored over 10 years ago
Modify when test report success message is shown.

c8e9dd1c02636002c910895ba419e4bb584765ee authored over 10 years ago
Fix a small problem with the middleware compatibility check

0f7dcd3c65ed19556b709508a24119c627317d07 authored over 10 years ago
Correct compatibility check

1e5c9e7144627d224b3a4d5d55eb987210d99513 authored over 10 years ago
[Fix #739] Require clojure.tools.namespace.repl before using it

1ec623c8619952514690726c6930e4286f45152a authored over 10 years ago
[#671] Check middleware compatibility asynchronously

8709927172db6c0d82b94f6a83bd159733d6dcdd authored over 10 years ago
[#671] Retrieve Java version from nREPL's describe session

37b5bfb847f7ec323f45c276656c37f91bcbb3ff authored over 10 years ago
Get Clojure and nREPL versions from describe-session's response

917ccc250d2ac98e52dba1e569a2cb941beba33f authored over 10 years ago
[Fix #671] Remove problematic :init-ns related code

c654e7796abf2437ab0b9810b0c9fbd106311a8d authored over 10 years ago
Merge pull request #735 from juergenhoetzel/cygwin

Cygwin support

8194945ecb5ee9dffac18039a8d0b5848f20fc71 authored over 10 years ago
Add Cygwin support. Refs #735

`cider-from-nrepl-filename-function` and
`cider-to-nrepl-filename-function` are used to translat...

0b89cd248b5a188c9a64de1a700e9eb4a62b9030 authored over 10 years ago
Simplify a bit of code

11fc6b36c550beee2507e1090ce3f430ef74708b authored over 10 years ago
Merge pull request #737 from juergenhoetzel/fix-cider-jump-to

cider-jump-to: Always jump to absolute line number

55ca53abb099b857dc8674d791473fbb73455999 authored over 10 years ago
Remove non-interactive use of goto-line, refs #737

f9b4b541429ef14a2957b42e364d2600da8afbce authored over 10 years ago
cider-jump-to: Always jump to absolute line number, refs #737

Fixes invalid line offsets, when the buffer was already visited and the current
line number posi...

8df584e278627891824135cb9dae48de1a16d867 authored over 10 years ago
Refine cider-locate-def

It now goes to the start of a matched definition.

a92b52f295163b3c3044769a8522d61386af8104 authored over 10 years ago
[#631] Workaround for missing var metadata

Interactively evaluated var definitions lack metadata, so we can't
easily navigate to them. To w...

7bb9b5f8aaa059757528f6e62152b4ab75ffbba9 authored over 10 years ago
[#693] Correct the logic for interactively eval-ed defs lookup

4426647b61608dce1790ec28ebb08182a53d350e authored over 10 years ago
Derive stacktrace-mode from special-mode

3ef54cc303ae01933c506b7a9661a82762618408 authored over 10 years ago
[#693] Add a changelog entry

0e89f3949809343630de82dffb8b83d92220ffb6 authored over 10 years ago
Merge pull request #693 from vitoshka/stack-nav

Find source locations even when clojure doesn't report them.

21b1b8f0aa360d68ec971662b33e1386385af71c authored over 10 years ago
Find source locations even when clojure doesn't report them.

Also, enhance `cider-jump-to` to accept the char location.

a8d084a1f1c1f74815cb0329df31bb9fb36f9f26 authored over 10 years ago
Display an error message on sync request timeout

863d55de2b6618e5df52f7268c4f5dad0069d118 authored over 10 years ago
Add prefix arg support to cider-clear-compilation-highlights

d09589232de18b8d4e27bd3f467752aa744ad0ec authored over 10 years ago
Add prefix arg support to cider-quit

Passing a prefix arg to the command will suppress the confirmation
prompt.

2fb187ccf2d486ef13a28eeead8572cb9b56cb81 authored over 10 years ago
Minor comment changes

0a2c4494afae55f74f85f8511856cacddf67d297 authored over 10 years ago
Fix a docstring

56d44b16674c7c8f8fde2099816dd9d660e7c22c authored over 10 years ago
[Fix #728] Restore the clearing of compilation highlights on interactive eval

95f8d4ab5895c02bf2ff28e36c9328fa0d102f38 authored over 10 years ago
Remove the unused alternative fontification functions

5d2388a3083a4b6de9fc585d230db6e2b9bcde9b authored over 10 years ago
Remove unused local variable

3e5a73b1ffb631b5e4352c17d8ec4810a34a020a authored over 10 years ago
Fix error message

3a5ba6adcc10605b7c17d31fe4b5dceb9340f7d6 authored over 10 years ago
Remove some code duplication

0d1153c3fa1921c21282d69b2196121d226f2dcc authored over 10 years ago
Fix a docstring

b110e522e32776b9728a9bb1465f6a3aa3291def authored over 10 years ago
Extract a bit of duplicated code

26e3d763e928b721bc486f30af493a4dc9fe0475 authored over 10 years ago
Trim the final newline of interactive (err) output

This removes the annoying blank line that's constantly inserted between the
output and the REPL ...

5e9148fb84ebed0798f1e1168892e09aa7a7f056 authored over 10 years ago
Font-lock properly error messages in the REPL resulting from interactive evaluation

b3d9ed25a5444e8d16a50ec88a0ca7c547615320 authored over 10 years ago
[Fix #652] Prevent eldoc from clobbering an error message in the minibuffer

de48de4024423d86870137911732ed40b985d7a2 authored over 10 years ago
Add a missing deprecation alias

ccab66bf6ce976b97213171968e555c7f1bed412 authored over 10 years ago
[Fix #698] Provide an interactive command for clearing compilation highlights

a87756ad266c155d35a534173a31bb9033ff01c6 authored over 10 years ago
Use a single mode line construct for cider-mode-line

Multiple constructs break minor mode menus, see
https://github.com/flycheck/flycheck/issues/365#...

2c08112f3658745add5d6f8f8ebb293a85e1e7a7 authored over 10 years ago
Add a docstring to cider-annotate-symbol

5a411d3daa5d0f029e058672b9c4b8e75af0f86e authored over 10 years ago
[#671] Don't try co complete if not connected

1bb3835421a65891617a00cf3af629fd1e919bc1 authored over 10 years ago
Fix a docstring

800fbaae5a3dc365f4cce40bb8eded7ad7f9b358 authored over 10 years ago
loop -> cl-loop

fd4fda6fcda6a17b314bd0af1a4fcb977095f494 authored over 10 years ago
Remove a redundant require

126e34c7426a3b62eac9fd453d222a54e5bc33b4 authored over 10 years ago
Remove a redundant function alias

f516443f543b408c2bcebda75cebdc40a14f0399 authored over 10 years ago
Merge pull request #718 from hugoduncan/feature/fix-cl-macs-require

Fix loading of cider-stacktrace.el

28bfabaacb0b9285dff614fc82f884ab861972c7 authored over 10 years ago
Add requires to cider-stacktrace

cider-stacktrace was not loading correctly due to missing requires on
cider-util and cider-client.

82478caa6ca449fb2c816dedff9e3f2d85cd229b authored over 10 years ago
Remove assert in cider-util.el

c5f3ceb68836437812ea5a11e391078395c7353a authored over 10 years ago
Document the release policy

b394977bc2c286032c5723cfdc14b71997e2af29 authored over 10 years ago
Minor changes

2ea95211039d97da6ef03857da10ba4ad0c9b993 authored over 10 years ago
Mention PayPal donations in the contributing section

9bbe4a1c23ecaddc3677020d3495cf5aad3abc59 authored over 10 years ago
Add a missing dot

0ce9ba654101f7132c13c48a6c032035abd0dd2a authored over 10 years ago
Merge pull request #721 from hugoduncan/feature/add-undef

Add cider-undef with C-c C-u binding

213f7611a1253a2b86157957c5a4775dfcb95d59 authored over 10 years ago
Add cider-undef with C-c C-u binding

Adds an undef command for removing a symbol from the current namespace.

9dcabcb89063dff12d550f8565e7db73712172de authored over 10 years ago
Add Paypal donate button

9ce851285576752b7dac72adbb003942ee07754e authored over 10 years ago
Inline a redundant function

000a0b0120a6fdd9c1f7307dadd9c210ccf9b99a authored over 10 years ago
Merge pull request #716 from flexibeast/refcard

First pass at a CIDER quick reference card.

1c7bfed675410a36b1b5bc7fd11238bb6b95b577 authored over 10 years ago
Created CIDER quick reference card.

d05271ea9456d1eefe3d3954bff608a2c410fc4a authored over 10 years ago
[Fix #705] Rework macroexpansion namespace display logic

30d60b1ada9d28f432ef8fd406958467a9f5e49d authored over 10 years ago
Minor presentation changes

eabf404487df32dd73fd11a83d8b90a916b6c420 authored over 10 years ago
Mention completion-at-point annotations

e82ad25fe3244c90050a4c7b19459c6e3a097641 authored over 10 years ago
Merge pull request #708 from vitoshka/nrepl-refactor

Refactoring and documenting nrepl

618ec0adf14f6b8e7c364eef279949f2bea5fc49 authored over 10 years ago
Refactor and document nrepl-client.el

Refactor:

- general code and documentation cleanup
- use -- convention for internal funct...

19a5e7f14be29ebc93b0fb79bf3e1cedd32c83b9 authored over 10 years ago
Merge pull request #710 from alexrobbins/patch-1

0.7.0 isn't a snapshot any more, update example profile.

77a8501f8bc9cf6855501f2ba21d28d4d6aee4c9 authored over 10 years ago
0.7.0 isn't a snapshot any more.

Drop SNAPSHOT from example user profile.

b65fd3f707200a6cfaeec423d3943723962750cb authored over 10 years ago
[Fix #704] Annotate completion candidates

35054b45b92fcd88c96fd5ce636ea62a04014e96 authored over 10 years ago
Start the 0.8 dev cycle

aaede576f8e5fa880610556c3b85e8f66968380c authored over 10 years ago
Update the changelog

f2d420d89c58da91097b1e7a11691febe11da307 authored over 10 years ago
Release 0.7.0

950c38ab1637a228041bc7804716a520ba52b0fc authored over 10 years ago
Refactor a bit the grimoire code

de77b59ee86c83b457fa49c6df47a6fc9247d725 authored over 10 years ago
Update cider-docview-mode's lighter

ec2ae0de1dc42dfee2c6c0c5b434031a75c0e42e authored over 10 years ago
Update company-mode section

544dab00c9098ca357e2cccdcf4b26f4ec6f6c6b authored over 10 years ago
Update ac-cider reference

80331d4bd55d467ffca250dd10b5f56e7131edc2 authored over 10 years ago
Merge pull request #691 from vitoshka/doc-map

Create cider-doc-map and add "\C" versions of the keys when it makes sense.

e67b04e2701805d60624b5a795a616a4b4618eb9 authored over 10 years ago
Add cider-doc-map/menu and refactor cider-doc- into cider-doc-mode- prefix

99dbdbd01906e97f6f8939ccf85666b1eb3ebb27 authored over 10 years ago
Merge pull request #690 from vitoshka/truename

Three related patches on error handling.

6c39b349750264407cad5b8cd48c286f87a44738 authored over 10 years ago
Delete error overlay on modification

fdfc40b8bd53e9b3e86f08aaa2af8dbd7510a820 authored over 10 years ago
Implement auto-jumping to error locations

480ba2f3d5571fe8cbc35bb9aa0ef4edd64acfc8 authored over 10 years ago
Merge pull request #697 from hugoduncan/feature/no-info-on-empty-string

Don't make info request for empty symbol

74d47ef5a5787a736464905577c1fe791e49fdf6 authored over 10 years ago
Don't make info request for empty symbol

When the symbol is an empty string, don't request info on it.

d9bc05d03060e8b63127a29b8f94043840b0091a authored over 10 years ago
Use truename consistently in highlighting compilation errors

Fixes (scan-error "Unbalanced parentheses") when the compiled file is
simlinked.

37fb62b1e8b6a49c161d9e3edc6537d01edcd030 authored over 10 years ago
Update the Clojure version requirement

2c281dd5116c4eb1f7097d76cca8775c1dd53fbc authored over 10 years ago