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
fca0c2bf2fa003b143172b6f46b0f9acd7ffa539 authored over 10 years ago
cf2b5b7d34d3305ba9bf2c49a14ca70fd4e065ce authored over 10 years ago
I still have no idea what causes this problem, but at least people won't see
the error anymore.
2e3811642b2467c0c61bc71ed7f07b59a6ce1e8a authored over 10 years ago
8a5edc9cac44850d10792d90abac86b5fcab181b authored over 10 years ago
15b17b6351382863e11f46e81d3041820ae6f93d authored over 10 years ago
711e426a5dee5d4c6b72532ea1e27b0c2bb88588 authored over 10 years ago
f3337e7dec5a5a2cef9d554855560469a7d1d470 authored over 10 years ago
732198918498a6df1c1869b4258d22eb65d32e18 authored over 10 years ago
[Fix #615] Allow error/stacktrace display without middleware.
c38e8bc222fc020db0d5d386a8b366d5f3535e62 authored over 10 years ago...again.
944f525c776486e6af84a6ef1e25eea1367eae35 authored over 10 years ago8052d6690e2a93ed0aed97476d4845e01dd50df5 authored over 10 years ago
This way it will respect the *print-length* setting of the main session.
This also fixes #454.
69fce18c6fc9f3eaace761cd9fa0d03c3ba92d64 authored over 10 years ago[Fix #597] Don't process incomplete messages unless sure
112550d2e33204ae4b5882a54170b76ff2d5f5d2 authored over 10 years agoProbably also fixes the related #586.
3bbfa2c3e564d7e75c10bf6a81bf2685a904217a authored over 10 years agoproduce stacktrace buffer even when cider-popup-stacktraces is nil
e6bfe3b9fe1d3d88f3ced23557ac099c16cf549b authored over 10 years agobbd4e68969bc933604f91ef9ec936caa5a85303f authored over 10 years ago
Display compiler's error location in stacktrace.
d4f54c901e3f495766d9a1c9cd4db1b8ba214ed9 authored over 10 years ago
`clojure.lang.Compiler$CompilerException`s carry the reader location of
the error, but not much ...
Update README and CHANGELOG for stacktrace enhancements.
5871b07bfb9cc35771e9bc034fb7460499503d4c authored over 10 years ago11275356b2d4c6415e3f5a1a28388260da8e2b70 authored over 10 years ago
[Fix #569] Present stacktrace frames for all causes.
60674f3e6ca20c3616e7d576829b5cf37431c434 authored over 10 years ago0f7ed0c36c547117399c38ba9ad3354d01f05dc8 authored over 10 years ago
a32221710497e328b5dc6c133cf6bd169a6b0626 authored over 10 years ago
f7201f16d8e3773baa7ad272088f8e435ed940b0 authored over 10 years ago
b0cd13f5b37aab4505689179245492f25a97dded authored over 10 years ago
Move generally useful functions to cider-util.
19af27c600b3dca5a7786c8178dd0295037af3ae authored over 10 years ago016c6cf1ea66552602a96afb9cba53c429a018d3 authored over 10 years ago
Make sure the file name in the stacktrace matches that of the current buffer.
27ecce4541886ca3f98591cbf222166d9f15bc74 authored over 10 years agob1db3aa9df511946201fff4cddb3a1c2b2028ccd authored over 10 years ago
5e23b8dc4d54159c3f24f3f1318833df9fc28ec2 authored over 10 years ago
9efba48bf0099b87b2a0c0d1558a4de859428408 authored over 10 years ago
4e8ec7d2b3f01a59207c4efb0998010b67d46978 authored over 10 years ago
4d1ea2effcd1d99435b0051a0b74d706cfc813b6 authored over 10 years ago
7fc95c5aa7bded15dfaf7d9f78e89c4d88898f7d authored over 10 years ago
894e445fa7128b0d932e82e5c6083ccfb6083f5c authored over 10 years ago
Fix `cider-company-location`.
3658fe2ad8bc43d8550bb0aab01c0216190b28d2 authored over 10 years ago
Extract buffer creation logic from `cider-jump-to-def-for` and friends, so
said buffers can be p...
4c573f50544eb41bfa56a83a7be600afba7f7251 authored over 10 years ago
36e948b70ad1ed70781e24c3c16c51e07129d1ef authored over 10 years ago
4f1f41b9c2f2ac958ac435b33368cb73bdcee5db authored over 10 years ago
a8934f330fa4c4103a9ff74b570bdc5f200c66ad authored over 10 years ago
8c1c7a2b14f3cae0ff5db5f138fc6360df7a8972 authored over 10 years ago
Add `cider-prefer-local-resources` to README.
ad014c98627a48d1f0f01375516ce3381e30bbcb authored over 10 years agoAlso, update an outdated docstring.
cd07302d62edef351a541387b2fd37fdf92cb49f authored over 10 years ago[Fix #552] Load resources from jar/zip files efficiently.
2d93c7d7d98cc92703b8323872b3cec079219cc5 authored over 10 years ago
Rename `cider-use-local-resources` to `cider-prefer-local-resources` and
set default value to ni...
Instead of loading the entire `.jar` file into a buffer, just
extract the single resource to be ...
994fac07aa13afea00d350fd7940b1512a0250ee authored over 10 years ago
Fix showing documentation with company-doc-buffer.
6d349c26a43b77f796b2ecc48bb09e89c9c3ba77 authored over 10 years agoUpdate company-doc-buffer to use new doc fn.
Extract doc buffer creation logic from cider-doc-l...
9f195a6487fb9f36e27aa43b558e4f3b4324d2be authored over 10 years ago82fed6929e9bca36093d28f5bd151f4b943c4765 authored over 10 years ago
[Fix #593] Fix error with no symbol at point
b1c2d774a05d6ed1b224411954ffd5dbe2238a18 authored over 10 years agoc3252809aa0e0297396ef690f4fc9da0098b1df2 authored over 10 years ago
Turns out the `thing-at-point' NO-PROPERTIES argument was introduced in Emacs 24.4.
a4c65cd02b66f348ff3b2bf2b7220993f2e47465 authored over 10 years agoremoved extra brackets which broke cider-jack-in
38fda6cd4b51c8c5ff2df24e33477b26c76eab42 authored over 10 years ago752274f0ad86445bde61d1ceb3a873337e9a7d75 authored over 10 years ago
91b1edbea66dc7b054d7024658ec2b3a995b2903 authored over 10 years ago
39d8cab65593302ad98541f7f799946f760a40cd authored over 10 years ago
ded8a7460858a104c97651447e013928b13ba210 authored over 10 years ago
4f3b6a70855df32ae1a6abe6ddc69e75ebc0f107 authored over 10 years ago
d1b2edbe350c56e2daec947deb248ea190496660 authored over 10 years ago
a6646d5b17854d15b1e15affa9507cd70de1fe4b authored over 10 years ago
57c9eaf51c66ca5388c37774636563797718f958 authored over 10 years ago
9de1c02098e2db3de795b788ae37f1f6cd15d4bb authored over 10 years ago
d6cc5ff2c162623b35e8876ad5bb6a9005a68ee8 authored over 10 years ago
2b13d9a92d41e7b0896a2f2e4b2e609c611c01c4 authored over 10 years ago
4c13856bf69f649a1d8a991a6d9bbda92622a613 authored over 10 years ago
d6b588d483fa50142b233e12ae1d5662bc73c062 authored over 10 years ago
Add documentation viewer.
5c91a6f0560174015ebd2ba1e2a8c53964fbf9cf authored over 10 years agoUpdate doc mode.
Update doc mode comments, clean up code.
Placate the CI build.
Use 'fill-col...
18592040a1f8c00458f7e49dcc2f18e75f4a0e93 authored over 10 years agoUpdate 'method' -> member' to support updated Java info.
a109c4462b85bc6f776abe64fb4d21aadce3580d authored over 10 years ago0e5fab834a2da4e9e4ae845eaa54997cd02e1928 authored over 10 years ago
3362245be5adcbc45aad532e8d44a6e055603407 authored over 10 years ago
This was done to reflect properly nREPL's terminology.
2420a74c59aa8053b59ec256c9098d91f43826ce authored over 10 years agofix typo (set vs setq)
e183be1088de996a5cb9026bbab07d44162d9d81 authored over 10 years ago014c553b676ef02dc32265a6973f51f9866fd8ba authored over 10 years ago
5e1d5e36dc865060853ac770fa94d590afcbc07f authored over 10 years ago
ff0a4dd22b6cdb2b2e80bd6d86bae37f39551e32 authored over 10 years ago
e5f4634ff59373cce9876315250756f935dab3b1 authored over 10 years ago
nrepl-bdecode-buffer did not handle negative integers.
c261763ea48d853a7add23e6fe4af5712d6ecc0d authored over 10 years agoDon't drop *out* on cider-interactive-eval-print
3563498eda63f4bb53e97dc98579ea1c488c52ac authored over 10 years ago
The use of `cd` is redundant as let-binding `default-directory` has
the same effect anyways.
This threw a silent (and therefore nasty) bug that froze the repl when a large
stack trace conta...
641940960024bd67c4dc71e2439f698c8de42587 authored over 10 years ago
51b05febd255871be0ec129a6b24707800d6822d authored over 10 years ago
ce7e4f9224e7bcb35df63ffdda6c525a61e80087 authored over 10 years ago
b8a0878d1eb6087e0ff29c64269d8970b1a709e3 authored over 10 years ago
dc257d61b7e03ef315828552014d6e628d33932b authored over 10 years ago
3600a269d65dac8203e16d09abafb7d1fd0af47f authored over 10 years ago
Disable electric-indent on stacktrace more cleanly.
d0157b5486b520a768d130d21ea82bac3afec2d2 authored over 10 years ago65acdd0886f014b76a3c78af766d3c89ce31eeb9 authored over 10 years ago
Enable toggling of the 'all' filter on stacktraces.
78f7343e1979143c394dbaeec7e03b2ca64c5c50 authored over 10 years agoPrint *out* to the repl buffer just like in cider-interactive-eval.
aa31ab8da30a3e98f3ede636997b111243163d90 authored over 10 years ago2a712c3b10c565c4500d8a07a407ab19b15e8d58 authored over 10 years ago
Disable electric-indent-mode on stacktrace buffer.
b0c46bee75b9a11e5d6c1196f28157ead0b22506 authored over 10 years ago941bc9daa8aace26346cfc24df36cf2c064867ec authored over 10 years ago
The eldoc for ambiguous Java methods is now generated by combining the signatures
of all matchin...
Prevent error on 'jump' when symbol is not resolved.
02b76120dba614c45ebf886b257d09cc2bd3c2c2 authored over 10 years ago2f67b5ad9c9396eef7ab96ffed2d6057febde718 authored over 10 years ago