Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/nrepl/nrepl
A Clojure network REPL that provides a server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments.
https://github.com/nrepl/nrepl
094f30c3bba77f47a5b9ebde7f2e9f54d7293c64 authored over 6 years ago
768a5b2066a1160d47252180de0265d61b764430 authored over 6 years ago
Now the version parts are numbers, instead of strings.
7319ec97e11ed3f5b7833b50b0c840706080f617 authored over 6 years ago
This added pretty no value, so we're better off without it. Ideally
down the road we should find...
031586cc39fa8308bac2e66b4339bbe1bd788d50 authored over 6 years ago
Seems at some point nREPL had some built-in pretty-printing
functionality, but that's no longer ...
44fd9b36cbcf771033ca8a2680678e5ebe1e7f2c authored over 6 years ago
1f4d9d4ce119ce3632d8d176e174e463d2a37008 authored over 6 years ago
clojure.tools.nrepl -> nrepl.core
clojure.tools.nrepl.* -> nrepl.*
That's the final outstandi...
61ab0d9c62860581bad70dda0184a55b5b82b9b1 authored over 6 years ago6542d4d413bee024c90c9932d4cc6f42cf9a14d9 authored over 6 years ago
8428621a5d3a576aa46e27788d2609e4240d90d3 authored over 6 years ago
cbeecf6756fcae117e3bce6dd89e80b903be98fb authored over 6 years ago
; should be used for inline comments only.
e43c4de5dae05d5da78587b5ae32033fe836f9ee authored over 6 years ago40ecf02203242a042d042568360d236861691bcc authored over 6 years ago
9107676b4062386fde60d84e4478117021c2481c authored over 6 years ago
d5337c11829e76a3edb79908561e3a6c36ba5d16 authored over 6 years ago
44521a1b879761ada7dbea36283f891f71f4066d authored over 6 years ago
144093363252633a534deef64143001405a1269b authored over 6 years ago
90db7f9b36a35fa9fff8691a1e121e284ab5fdf4 authored over 6 years ago
a62347f6401a075fd34e9f7122c023866d63a42e authored over 6 years ago
This change is not strictly related to the PR that I'm implementing,
but it makes all the tests ...
Signed-off-by: Александар Симић <[email protected]>
Fix for :status :done
The original patch wa...
61b012dec040bab4580e7827aabf48d1707d59af authored over 6 years ago
Test for the case when running just "op" "eval" with no "code"
provided.
Added the info about the bugfixes to session & interruptible-eval
middlewares
ca489752a0a5e9ed0ed80a95dbf1c17e00992503 authored over 6 years ago
063e6abae5ad3b0c039f1c8bd012d029a46f3c2f authored over 6 years ago
nrepl/nrepl is the same as simply nrepl.
20134cefc069d0d087aa9b880554e3223a003c8b authored over 6 years ago9dd71a4dba97562e0aa1a00b1b1b10f83220e399 authored over 6 years ago
Went through all the ns declarations and tried to follow the
recommended best practices for ns r...
b63debd37c107d2ff0ed36c5103a3bf1af0e0383 authored over 6 years ago
f9209f091550480f8655775e452424162f42627e authored over 6 years ago
No one will be affected by this as no one is really using cider/nrepl
yet.
After thinking for a...
f10a9a98f85256b4126a9170dd3de2cfeb0cffb5 authored over 6 years agoThis time is the last time! I promise! :-)
0bc6c662bb4e1cdc592aed2f85fcdff9e90b41f0 authored over 6 years ago521aa4795b1da949e990b2c05d516c2bcb62e8c0 authored over 6 years ago
db9b7c511dfd34b46edd0e06b24029d63eb11da1 authored over 6 years ago
9509815050fde45c1e88a0a1946addc502b0e797 authored over 6 years ago
46380a980b58dbf134928029c118042b564ff761 authored over 6 years ago
3ab6c1f02a5db0067849f3ca49cd55242aa9340d authored over 6 years ago
2c9e7c883a0e74e4e5637680b0073ce608716a53 authored over 6 years ago
ac8f6bba9f2b40ff4eef3e9015c905d38b2baa87 authored over 6 years ago
459ed52c56fdc1c80576bf79f9cd921e0a295028 authored over 6 years ago
40a4a3efb1f652ef225022ab815aa9c68198173c authored over 6 years ago
e72434f46e96f675aa9fb9f0a850ec8d26a8d88d authored over 6 years ago
1558f70ce7cad217a9021d980460081bb9104d0a authored over 6 years ago
Not only was it not being used, it had the :reason part outside the
disable-warning config section
Reorganised the require so that it makes Eastwood happy
32aff2d9e8b2712f4f6abd17e2758ddc97522bef authored over 6 years agoI've done this in order to suppress a warning from Eastwood
3620ede677838475287b436412ccfb12f9886320 authored over 6 years ago
Removal of whitespace and blanklines. Not intentional but my editor
picked it up when saving.
G...
16fbdab8bc44c8a9ca95e0354b283add4c78a68a authored over 6 years agoRan lein cljfmt fix as that is one of the steps in the CI run.
It was mostly just indentation i...
f80e763e77f9a943e8d0ad2557ae9aaa5e09db6f authored over 6 years agoAdded # in front of doall.
Added additional ';' in front of a comment so that it's indented
nic...
But adding it to the ignore config of eastwood so that if it needs to
be removed it'll be easier.
The main reason for implementing this is because eastwood was warning
on the two issues:
* src/...
5987435ed197f5b2e2ccbe9bac1b09deb7ca222c authored over 6 years agoEastwood warning:
src/main/clojure/clojure/tools/nrepl/middleware.clj:151:29:
local-shadows-var...
Eastwood error:
src/main/clojure/clojure/tools/nrepl/transport.clj:42:49:
local-shadows-var...
And to prevent it from issuing warnings
f5fa25918952f5ed1179812bc09f07718271b83c authored over 6 years agoSwitched to assert here as per Eastwood's documentation
bb13e37c8b687db24eb859749139733fb166b4b1 authored over 6 years ago
This way it's more consistent with piggieback project so when it comes
to removing/fix it, it ca...
cljfmt changed the order of the namespace arguments.
Cleaned it up so that the name of the ns g...
c812c3f25c19956799944f095b530b69f98646a9 authored over 6 years ago
There are two while functions within clojure.tools.nrepl-test which
macroexpand to an if clause ...
Eastwood error:
src/main/clojure/clojure/tools/nrepl/middleware/interruptible_eval.clj:145:9:
u...
Reorganised the namespace declaration so that Eastwood would not
complain
2fd2824751bfe455b1d50245adadc019952ab262 authored over 6 years ago
c68d495e04134ce0cafb36ac240cd3c4347dc3da authored over 6 years ago
5ad3a0e5dafeb424867de9fe6c6ff869a7496979 authored over 6 years ago
e2249a3391c519a7e591ed0fccf98b9da0d0748b authored over 6 years ago
eda17a543251bdc6316cff5ec1aaa77d541d46ad authored over 6 years ago
9115ed59202679aa1f5c1a5c7b4293c415c806c2 authored over 6 years ago
c8f956b6c78382f6f13d0ee5d1b25ccc54d25248 authored over 6 years ago
Basically they are the same as orchard's now.
e625bd8ca4466eb7f9a00ef9f8b5ff5e2209e822 authored over 6 years ago67bba0767a65e9ffff5f9a5749701bc1839835a7 authored over 6 years ago
9e8faf77f0225e5c68cd00e8242144666b570ff7 authored over 6 years ago
c497d10c4bf3b01a124312fcc2216494215ba818 authored over 6 years ago
16afef09fcd6ba7a02622b835d31d8899f6d6ffd authored about 7 years ago
f68ea4385401b715cb3a7f7f9c9d6a6cc9306f94 authored about 7 years ago
b5a810a57d578084028e9179765548fee063eaa1 authored about 7 years ago
b2b25b1624bfad18c39b4606519b019a4b158beb authored about 7 years ago
7ea538c81a82e91b9aaf34af0ef56f51810e9874 authored about 7 years ago
155b535eb2380c92f63df462f1fe4c4af64a1f11 authored about 7 years ago
Instead, we reverse the disablement in travis via an all-tests profile.
1d92237188654cb5a070a2bf605c44f6bc721e6c authored about 7 years ago94cb264d8f7e56f9747a5bf69e3c92b0bbd74aa7 authored about 7 years ago
e827949f7c505b98b29dd7540f5a56b161c7ea73 authored about 7 years ago
da9ac4f9bc573929a0ae40ed6f2b91df346b1444 authored about 7 years ago
69e1568829c82fff40a77c7013c223470bc39340 authored about 7 years ago
9cc4cfe5fee7886d9cf79ee2b0394d58839425ac authored about 7 years ago
5c6c22365eeb9d9d8fd5d8672a0c94e48fdf9128 authored about 7 years ago
36fa4d676a132ddbac9be0c7caa7dec00bee5ce7 authored about 7 years ago
d304deece4d0542c0e6ac94c863977c508c8b100 authored about 7 years ago
36c77ddb03f2499f8b95701148a73d6d809b081d authored about 7 years ago
a70eda31ef24559fb87a2321be7e0c39bb2038d7 authored about 7 years ago
5ae3423558e37b7712351d0ed61a08a5361fec44 authored about 7 years ago
* pom.xml reconstituted
* non-authoritative project.clj added
0333ce9b582d8027b62c89e8a5b489b7748b004e authored about 7 years ago
90b794488e2883972e7cb4f11db8f6ef167b6c71 authored about 7 years ago
Current version is 0.2.12, README had 0.2.11.
00d302844f7531069ad1b7f5264a73df723ba2a8 authored about 7 years agoSpotted by @Grahack -- thank you!
79c849b7272160b7da2e3a8ba42db81e51182014 authored about 7 years ago1e3dcc8b42ec645f2633d034a65b8beff72df127 authored about 7 years ago
7cf61983834cdb919a6c6d2fed5d4b98e6833103 authored about 7 years ago
cfd179b63d99e4e6ec165cee24f3d143aa9a03ee authored about 7 years ago
607e68d57f3c2652f4307fc64fbe88da9162689c authored about 7 years ago
e03670d2c14ef854e5c2410e640a49bc0e8f8f86 authored about 7 years ago