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

Fix a description

fca0c2bf2fa003b143172b6f46b0f9acd7ffa539 authored over 10 years ago
Update copyright years

cf2b5b7d34d3305ba9bf2c49a14ca70fd4e065ce authored over 10 years ago
[Fix #583] Avoid trying to decode the contents of the REPL buffer

I still have no idea what causes this problem, but at least people won't see
the error anymore.

1cd91506898fb99475458be3676cd373aed087d5 authored over 10 years ago
Minor refactoring

2e3811642b2467c0c61bc71ed7f07b59a6ce1e8a authored over 10 years ago
Remove unused no-repl-p param

8a5edc9cac44850d10792d90abac86b5fcab181b authored over 10 years ago
Create the REPL buffer after we have the session's description

15b17b6351382863e11f46e81d3041820ae6f93d authored over 10 years ago
Don't show version mismatch warning if cider-nrepl is not installed at all

711e426a5dee5d4c6b72532ea1e27b0c2bb88588 authored over 10 years ago
Add missing newline between welcome banner and version mismatch warning

f3337e7dec5a5a2cef9d554855560469a7d1d470 authored over 10 years ago
Adjust docstring

732198918498a6df1c1869b4258d22eb65d32e18 authored over 10 years ago
Merge pull request #620 from jeffvalk/master

[Fix #615] Allow error/stacktrace display without middleware.

c38e8bc222fc020db0d5d386a8b366d5f3535e62 authored over 10 years ago
[Fix #615] Allow error/stacktrace display without middleware.

...again.

944f525c776486e6af84a6ef1e25eea1367eae35 authored over 10 years ago
Move entry to proper changelog section

8052d6690e2a93ed0aed97476d4845e01dd50df5 authored over 10 years ago
[Fix #607] Don't eval pprint code in the tooling session

This way it will respect the *print-length* setting of the main session.

This also fixes #454.

69fce18c6fc9f3eaace761cd9fa0d03c3ba92d64 authored over 10 years ago
Merge pull request #616 from vitoshka/nrepl-filter

[Fix #597] Don't process incomplete messages unless sure

112550d2e33204ae4b5882a54170b76ff2d5f5d2 authored over 10 years ago
[Fix #597] Don't process incomplete messages unless sure

Probably also fixes the related #586.

3bbfa2c3e564d7e75c10bf6a81bf2685a904217a authored over 10 years ago
Merge pull request #603 from vitoshka/on-error

produce stacktrace buffer even when cider-popup-stacktraces is nil

e6bfe3b9fe1d3d88f3ced23557ac099c16cf549b authored over 10 years ago
[Fix #602] Parsimonious configuration of the stacktrace display

bbd4e68969bc933604f91ef9ec936caa5a85303f authored over 10 years ago
Merge pull request #612 from jeffvalk/master

Display compiler's error location in stacktrace.

d4f54c901e3f495766d9a1c9cd4db1b8ba214ed9 authored over 10 years ago
Display compiler's error location in stacktrace.

`clojure.lang.Compiler$CompilerException`s carry the reader location of
the error, but not much ...

428f36ebffc2ce2d3ca0a51370020b208f75ba6c authored over 10 years ago
Merge pull request #611 from jeffvalk/master

Update README and CHANGELOG for stacktrace enhancements.

5871b07bfb9cc35771e9bc034fb7460499503d4c authored over 10 years ago
Update README and CHANGELOG for stacktrace enhancements.

11275356b2d4c6415e3f5a1a28388260da8e2b70 authored over 10 years ago
Merge pull request #610 from jeffvalk/master

[Fix #569] Present stacktrace frames for all causes.

60674f3e6ca20c3616e7d576829b5cf37431c434 authored over 10 years ago
[Fix #569] Present stacktrace frames for all causes.

0f7ed0c36c547117399c38ba9ad3354d01f05dc8 authored over 10 years ago
[#609] Clarify information about cider-nrepl dependency

a32221710497e328b5dc6c133cf6bd169a6b0626 authored over 10 years ago
Extract cider-string-join helper

f7201f16d8e3773baa7ad272088f8e435ed940b0 authored over 10 years ago
[Fix #609] Mention the exact cider-nrepl version that has to be installed

b0cd13f5b37aab4505689179245492f25a97dded authored over 10 years ago
Merge pull request #608 from jeffvalk/current

Move generally useful functions to cider-util.

19af27c600b3dca5a7786c8178dd0295037af3ae authored over 10 years ago
Move generally useful functions to cider-util.

016c6cf1ea66552602a96afb9cba53c429a018d3 authored over 10 years ago
[#598] Handle mismatching file names in error highlighting

Make sure the file name in the stacktrace matches that of the current buffer.

27ecce4541886ca3f98591cbf222166d9f15bc74 authored over 10 years ago
Make it possible to select the error buffer via cider-select

b1db3aa9df511946201fff4cddb3a1c2b2028ccd authored over 10 years ago
Display middleware version in connection info

5e23b8dc4d54159c3f24f3f1318833df9fc28ec2 authored over 10 years ago
Add a couple of missing spaces

9efba48bf0099b87b2a0c0d1558a4de859428408 authored over 10 years ago
Some work in progress on a more efficient way to fontify a region as Clojure code

4e8ec7d2b3f01a59207c4efb0998010b67d46978 authored over 10 years ago
[Fix #553] Warn if there's a version mismatch between CIDER and cider-nrepl

4d1ea2effcd1d99435b0051a0b74d706cfc813b6 authored over 10 years ago
Report cider-nrepl's version on REPL start

7fc95c5aa7bded15dfaf7d9f78e89c4d88898f7d authored over 10 years ago
Issue a warning when all the required nREPL ops are not supported

894e445fa7128b0d932e82e5c6083ccfb6083f5c authored over 10 years ago
Merge pull request #604 from cichli/fix-cider-company-location

Fix `cider-company-location`.

3658fe2ad8bc43d8550bb0aab01c0216190b28d2 authored over 10 years ago
Fix `cider-company-location`.

Extract buffer creation logic from `cider-jump-to-def-for` and friends, so
said buffers can be p...

f5b721acdce536180d0126357bd90770aacb135e authored over 10 years ago
Prevent whitespace-mode from interfering with clojure font-locking in the REPL buffer

4c573f50544eb41bfa56a83a7be600afba7f7251 authored over 10 years ago
Fix a docstring

36e948b70ad1ed70781e24c3c16c51e07129d1ef authored over 10 years ago
Fix an incorrect comment

4f1f41b9c2f2ac958ac435b33368cb73bdcee5db authored over 10 years ago
[Fix #554] Set cider-auto-select-error-buffer to t by default

a8934f330fa4c4103a9ff74b570bdc5f200c66ad authored over 10 years ago
Use defvar-local

8c1c7a2b14f3cae0ff5db5f138fc6360df7a8972 authored over 10 years ago
Merge pull request #600 from jeffvalk/master

Add `cider-prefer-local-resources` to README.

ad014c98627a48d1f0f01375516ce3381e30bbcb authored over 10 years ago
Update README and CHANGELOG.

Also, update an outdated docstring.

cd07302d62edef351a541387b2fd37fdf92cb49f authored over 10 years ago
Merge pull request #599 from jeffvalk/master

[Fix #552] Load resources from jar/zip files efficiently.

2d93c7d7d98cc92703b8323872b3cec079219cc5 authored over 10 years ago
[Fix #589] Don't prefer local paths over tramp by default.

Rename `cider-use-local-resources` to `cider-prefer-local-resources` and
set default value to ni...

71e015ace64e341ad95348be695c54fbfa6a19b5 authored over 10 years ago
[Fix #552] Load resources from jar/zip files efficiently.

Instead of loading the entire `.jar` file into a buffer, just
extract the single resource to be ...

7a63d2bec3c8b765b7d86cf35c8530dafd6461b0 authored over 10 years ago
Fix indentation

994fac07aa13afea00d350fd7940b1512a0250ee authored over 10 years ago
Merge pull request #596 from cichli/fix-company-doc

Fix showing documentation with company-doc-buffer.

6d349c26a43b77f796b2ecc48bb09e89c9c3ba77 authored over 10 years ago
Fix showing documentation with company-doc-buffer.

Update company-doc-buffer to use new doc fn.

Extract doc buffer creation logic from cider-doc-l...

9f195a6487fb9f36e27aa43b558e4f3b4324d2be authored over 10 years ago
Add a couple of unit tests for cider-symbol-at-point

82fed6929e9bca36093d28f5bd151f4b943c4765 authored over 10 years ago
Merge pull request #595 from johnwalker/fix-593

[Fix #593] Fix error with no symbol at point

b1c2d774a05d6ed1b224411954ffd5dbe2238a18 authored over 10 years ago
[Fix #593] Fix error with no symbol at point

c3252809aa0e0297396ef690f4fc9da0098b1df2 authored over 10 years ago
[Fix #593] Restore compatibility with Emacs 24.3

Turns out the `thing-at-point' NO-PROPERTIES argument was introduced in Emacs 24.4.

a4c65cd02b66f348ff3b2bf2b7220993f2e47465 authored over 10 years ago
Merge pull request #591 from cpoile/extra-brackets

removed extra brackets which broke cider-jack-in

38fda6cd4b51c8c5ff2df24e33477b26c76eab42 authored over 10 years ago
removed extra brackets which broke cider-jack-in

752274f0ad86445bde61d1ceb3a873337e9a7d75 authored over 10 years ago
Add a todo related to #580

91b1edbea66dc7b054d7024658ec2b3a995b2903 authored over 10 years ago
Show the full message in case of decode errors

39d8cab65593302ad98541f7f799946f760a40cd authored over 10 years ago
[Fix #580] Don't check for the lein command presence on remote hosts

ded8a7460858a104c97651447e013928b13ba210 authored over 10 years ago
Further simplify cider-symbol-at-point

4f3b6a70855df32ae1a6abe6ddc69e75ebc0f107 authored over 10 years ago
Simplify cider-symbol-at-point

d1b2edbe350c56e2daec947deb248ea190496660 authored over 10 years ago
Small doc fixes

a6646d5b17854d15b1e15affa9507cd70de1fe4b authored over 10 years ago
[Fix #590] Disable electric-indent in the inspector

57c9eaf51c66ca5388c37774636563797718f958 authored over 10 years ago
Remove some redundant lets

9de1c02098e2db3de795b788ae37f1f6cd15d4bb authored over 10 years ago
More sensible decode error message

d6cc5ff2c162623b35e8876ad5bb6a9005a68ee8 authored over 10 years ago
Code style

2b13d9a92d41e7b0896a2f2e4b2e609c611c01c4 authored over 10 years ago
Improve connection message a bit

4c13856bf69f649a1d8a991a6d9bbda92622a613 authored over 10 years ago
Increase the default size of nrepl-message-buffer-max-size

d6b588d483fa50142b233e12ae1d5662bc73c062 authored over 10 years ago
Merge pull request #585 from jeffvalk/doc-mode

Add documentation viewer.

5c91a6f0560174015ebd2ba1e2a8c53964fbf9cf authored over 10 years ago
Add mode for presenting documentation.

Update doc mode.

Update doc mode comments, clean up code.

Placate the CI build.

Use 'fill-col...

18592040a1f8c00458f7e49dcc2f18e75f4a0e93 authored over 10 years ago
Merge pull request #584 from jeffvalk/master

Update 'method' -> member' to support updated Java info.

a109c4462b85bc6f776abe64fb4d21aadce3580d authored over 10 years ago
Update 'method' -> member' to support updated Java info.

0e5fab834a2da4e9e4ae845eaa54997cd02e1928 authored over 10 years ago
Fix broken tests

3362245be5adcbc45aad532e8d44a6e055603407 authored over 10 years ago
Rename nrepl-log-events to nrepl-log-messages

This was done to reflect properly nREPL's terminology.

2420a74c59aa8053b59ec256c9098d91f43826ce authored over 10 years ago
Merge pull request #579 from dpathakj/master

fix typo (set vs setq)

e183be1088de996a5cb9026bbab07d44162d9d81 authored over 10 years ago
fix typo

014c553b676ef02dc32265a6973f51f9866fd8ba authored over 10 years ago
Don't swallow errors silently in nrepl-net-process-input

5e1d5e36dc865060853ac770fa94d590afcbc07f authored over 10 years ago
Refine integer matching regexp

ff0a4dd22b6cdb2b2e80bd6d86bae37f39551e32 authored over 10 years ago
[#577] Add a test for decoding negative integers

e5f4634ff59373cce9876315250756f935dab3b1 authored over 10 years ago
Merge pull request #577 from violahs/master

nrepl-bdecode-buffer did not handle negative integers.

c261763ea48d853a7add23e6fe4af5712d6ecc0d authored over 10 years ago
Merge pull request #571 from fredericksgary/print-out

Don't drop *out* on cider-interactive-eval-print

3563498eda63f4bb53e97dc98579ea1c488c52ac authored over 10 years ago
[Fix #578] Simplify nREPL boot command

The use of `cd` is redundant as let-binding `default-directory` has
the same effect anyways.

b919e337fe146dc9b57a06fcddd6c0ba16a341de authored over 10 years ago
nrepl-bdecode-buffer did not handle negative integers.

This threw a silent (and therefore nasty) bug that froze the repl when a large
stack trace conta...

54ada4b91700b75618b9d8b5115df4b55eb66e20 authored over 10 years ago
Add REPL support for beginning-of-defun and end-of-defun

641940960024bd67c4dc71e2439f698c8de42587 authored over 10 years ago
Fold redundant cider-load-file-op function

51b05febd255871be0ec129a6b24707800d6822d authored over 10 years ago
Simplify a bit Javadoc handling code

ce7e4f9224e7bcb35df63ffdda6c525a61e80087 authored over 10 years ago
Replace Marmalade with MELPA Stable in the installation instructions

b8a0878d1eb6087e0ff29c64269d8970b1a709e3 authored over 10 years ago
Remove redundant completion dispatch function

dc257d61b7e03ef315828552014d6e628d33932b authored over 10 years ago
[Fix #574] Correct the pretty print menu entry

3600a269d65dac8203e16d09abafb7d1fd0af47f authored over 10 years ago
Merge pull request #573 from jeffvalk/master

Disable electric-indent on stacktrace more cleanly.

d0157b5486b520a768d130d21ea82bac3afec2d2 authored over 10 years ago
Disable electric-indent on stacktrace more cleanly.

65acdd0886f014b76a3c78af766d3c89ce31eeb9 authored over 10 years ago
Merge pull request #570 from jeffvalk/master

Enable toggling of the 'all' filter on stacktraces.

78f7343e1979143c394dbaeec7e03b2ca64c5c50 authored over 10 years ago
Don't drop *out* on cider-interactive-eval-print

Print *out* to the repl buffer just like in cider-interactive-eval.

aa31ab8da30a3e98f3ede636997b111243163d90 authored over 10 years ago
Enable toggling of the 'all' filter on stacktraces.

2a712c3b10c565c4500d8a07a407ab19b15e8d58 authored over 10 years ago
Merge pull request #566 from jeffvalk/master

Disable electric-indent-mode on stacktrace buffer.

b0c46bee75b9a11e5d6c1196f28157ead0b22506 authored over 10 years ago
Make stacktrace a major mode; disable electric-indent in it.

941bc9daa8aace26346cfc24df36cf2c064867ec authored over 10 years ago
[Fix #563] Don't prompt for method class to generate eldoc

The eldoc for ambiguous Java methods is now generated by combining the signatures
of all matchin...

93ff47491a506092b584a4f130b52a173f70b810 authored over 10 years ago
Merge pull request #567 from jeffvalk/jump-fix

Prevent error on 'jump' when symbol is not resolved.

02b76120dba614c45ebf886b257d09cc2bd3c2c2 authored over 10 years ago
Prevent error on 'jump' when symbol is not resolved.

2f67b5ad9c9396eef7ab96ffed2d6057febde718 authored over 10 years ago