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

Use the terms printer/print instead of renderer/render

After thinking a bit about this I decided this is more in line with
the existing terminology and...

6f4c780c0d6fc9618aca04fd5a5483b14f84d585 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Tweak the changelog

ed9c45eeaa48b8246e86adae4d23b0ed2e8bf144 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a deprecation warning

f30c438fdf856458e02a5e0077e7521e8e0c1192 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix indentation

44b20f60fde0a3f707f22bbeeae848f5aa782b2f authored about 6 years ago by Bozhidar Batsov <[email protected]>
Make nrepl.version/version-string private

10f67330a0f3230d9f21ed1cfd11744af79bccdd authored about 6 years ago by Bozhidar Batsov <[email protected]>
Use nrepl.version everywhere

e32e40ac7c1328425d819c7a944539f67085c1c8 authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #77] Exit interactive session when input is control-d, exit or quit

6f87d93f96cf2ef2d75151af5e1b9999d5771fee authored about 6 years ago by tijsmallaerts <[email protected]>
Hide the title

e721cbd34a8ca4ce287a0fa518404b06672aeb7a authored about 6 years ago by Bozhidar Batsov <[email protected]>
Try to fix the logo

4301cb53d34752be145e17c6e68e0ccfe552dd66 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add the logo to the manual

95e97a0fd7a358fcc5490fd7478c3008c1491acb authored about 6 years ago by Bozhidar Batsov <[email protected]>
Use version from Leiningen

Inline code from versioneer so it can get version
from Leiningen.

69e39fa44ad625227563a781df56f8557c50aab2 authored about 6 years ago by pfeodrippe <[email protected]>
Add a note about the extraction of nrepl/bencode

51f258c6f955f33887fdc8be204e812ed9045afc authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a link

2d3db8ab333003f94df7745d0e78f8dd77dea73b authored about 6 years ago by Bozhidar Batsov <[email protected]>
Mention "nREPL Redux" in the list of additional resources

68c1bcac0f4386ead5dc009d7842d3e96fa50fff authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the version of the manual accordingly

a5bc623aedacea9bbb6a740d4d675a155512ad94 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update some project metadata

c6e47b7ac47c6faec3e8367db7cfe1c1fac51cb9 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add square and black-and-white logos (#73)

d1ffc7d4e2f8891fd93a874cd25172930700259f authored about 6 years ago by Nikita Prokopov <[email protected]>
Update the deployment credentials

b4ea8ad037e1e823ff2f5fe26963c6366b8daf7b authored about 6 years ago by Bozhidar Batsov <[email protected]>
Replace JDK 9 with JDK 11 in the build matrix

18341ad5b078644d87b1a9e154a2ffa9b15aab16 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Remove the docs deployment task

2582eb8fe5921bc801a8b4661fe7a399cc72333a authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the repo URL

c5365792a32592b2d8c1ca090fd7eb22a9498fab authored about 6 years ago by Bozhidar Batsov <[email protected]>
Bump lein-cljfmt

fca39770303012900472aa43572a4e8472a8473a authored about 6 years ago by Bozhidar Batsov <[email protected]>
Bump lein-cloverage

ddde87af4ea6522c20446b1f8adee8d031640504 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Remove the codox stuff from the setup

They are not really needed now that cljdoc.org exists.

7a00c67847bdc7c78e0e06168470013dfc463411 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Remove unused binding

c46698beb52bfc4cef8359902015b1587a1ad535 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Tweak a docstring

b5387f5ead28725ea185b0543908d0c52148cff2 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Rename the config files

.nrepl/config.edn -> .nrepl/nrepl.edn
.nrepl-config.end -> .nrepl.edn

52aeaad0e00b415bd0337597d97b061c72b33505 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Spell out the use of 127.0.0.1 everywhere explicitly

This avoids some unexpected scenarios where localhost might resolve
to ::1 and some ipv4-only cl...

259bbd2ec424805e9d43b833aab3178f6a54b67e authored about 6 years ago by Bozhidar Batsov <[email protected]>
Make logo in README @2x (#72)

59aa9d34165a30fd0bebeb0189397ce69dbc62f1 authored about 6 years ago by Nikita Prokopov <[email protected]>
Make it possible to start the server via clj with any transport

4f9734b9d4eceae299deaf06caec7d8997fa84be authored about 6 years ago by Bozhidar Batsov <[email protected]>
Introduce the nrepl.config ns

If you have .nrepl-config.edn in the folder you invoke nREPL from
it will take precedence over w...

9129bf62c02536d5b7259b9bc6bd4b52bea157fa authored about 6 years ago by Bozhidar Batsov <[email protected]>
[#56] Bind the server to 127.0.0.1 by default

This avoid a dependency on the order of the localhost records in
/etc/hosts. Normally first ther...

c6b13289c332f403e01fed22fbf0e2d3be53aa93 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Tweak the README layout a bit

36de2081bada24d46474f75eb214ed107cb3ee18 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Show the new logo to the world!

eb883ec4bf7cf6840fad285a2b442a8fd88a61e3 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Logo (closes #30)

32811cde2e0cb4d2c1e6b7c9bd20c22f06505940 authored about 6 years ago by Nikita Prokopov <[email protected]>
[Fix #68] Avoid illegal access warning in set-line! of interruptible-eval

0799465734207b36a1bada9f0ea3ad1ca695e4ee authored about 6 years ago by tijsmallaerts <[email protected]>
Use the right syntax for a literal block

Obviously that's not shell code and I still don't know enough
AsciiDoc. :-)

ff70f1e4cac4ee72cdaba1d95f1216640c84e572 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Touch up the previous commit

ea97142988d30fb2fc2c06f4d493393f239dba79 authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #33] Add ability to change value of *print-namespace-maps*

f3bfecd63c8be20423aebd22207188b818948fc3 authored about 6 years ago by tijsmallaerts <[email protected]>
Tweak a couple of docstrings

7af75975fed81baeebe0de4d8c87f3f96ae81534 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add an article to the list of external resources

4380d466b68b7609fa0feeedf2e193047648df5e authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

3fd005e798359becfe5af8dd0fd8454b2397b39f authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add the Additional Resources section to the main nav

e404317acdbdd1b5a83828eb0ef2f2811c893d70 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add the Troubleshooting section to the main nav

72e9e09b142a9498e1307c1da7eab0444dcc5f45 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Mention more prominently the API docs

2060aed22b1f4b5b55c2537ae536f45f1402f46c authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the cljdoc badge

4a8e5c9c421f3e970723a386d9e9e26558a1b541 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix the Travis badge

7dcbf156ac6234a37748945cf05d180313412f1f authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #56] Bind the server by default to localhost

The previous default `::` was insecure as it's to a large extent
the IPv6 equivalent of 0.0.0.0 ...

3bae5c3a954b828f60eea13538644b5d941ce926 authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #64] Update the cljdoc.edn

f277b32ed37d406e5d86bd36fef062d090b0d595 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the release policy

0062e8293d7b5a5333e68ef8827ea6760f49ac89 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Bump the development version

0220e946731e4a24b75ea0ba6a73c8654e47dc69 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Reorder an improve a bit the server section of the manual

d689af8ead85380695263a416909987abb8615e1 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a broken link

96d87cdac64df497ff61aed57965561bb8f3da63 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Make shell code blocks consistent

7ba7d3fc9530b02b53451e6fddf8a37bfdad404f authored about 6 years ago by Bozhidar Batsov <[email protected]>
Break down the usage section

e4e8166eeb5046a56f8bbcacc6ff9785e7c9a835 authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #12] Implement custom value rendering logic for pr-values middleware (#59)

b8fe7cd3e6c3e75c0321d6dd7008dfcf2f6fce49 authored about 6 years ago by Greg Look <[email protected]>
Fix a heading

692799f42770399b259ec3370bebc499af1d7db6 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

d002c64757d96fba4feb0693eed7cea7632ea3fa authored about 6 years ago by Bozhidar Batsov <[email protected]>
Tweak a bit some code examples

af9cdb8a38b410c8c4f836460022b912f770e723 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a couple of code examples

ecfdf90455c37ba89d58a0d0ed8bdde64e38054f authored about 6 years ago by Bozhidar Batsov <[email protected]>
Extend the documentation on transports

d0c239074c71ac1bfe323c18db822dfaf09bb38c authored about 6 years ago by Bozhidar Batsov <[email protected]>
Improve a bit the formatting and the structure of the installation

page

4d9cd867b35b7ed6bbbc532779c7e4026c80ba40 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix references to version 0.1.x

It didn't really exist. From 0.0.x the version was bumped to
0.2.x after the major redesign that...

6900a963260abc98c16e4b5562f0234ed69b62b6 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix the syntax of a couple of footnotes

bbcdbc88a9320c026bab79a4fb7742ffa186bbfe authored about 6 years ago by Bozhidar Batsov <[email protected]>
Extend a bit the home page

fe3cef641f191b21973e48958e4d72e2a5b4267b authored about 6 years ago by Bozhidar Batsov <[email protected]>
Remove redundant backwards compatibility code

Now that nREPL targets Clojure 1.7 there's no need to check
whether reader conditionals are supp...

6797e59ea7a3a34952fa38bb8b51db63810968a5 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Link to the important design sections

03b540ec6d055c040412d07eabb666d7aeec1b11 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update a bit of documentation pertaining to generating an ops listing

e49539611781b59f4c5b8279807fe73c77d1fcd4 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix some list nesting

76613c5a73fe15cc5fa14f1b01da84d0560f25b8 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Remove unused bindings

55afd74d1acb65139234712c870bb789768d1295 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Use the same alias for nrepl.core everywhere in the codebase

a98b689774174e2ccb9c43f2e543cfd2100f5de8 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add some default project settings for Emacs users

This ensure that everyone is using the same indentation style
and no tabs.

aca5fbe83807d851226d488c47848815c25cea3c authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

01dbc44c2eb4e56d6d0be6cb69f6fd90dd8807f2 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add a footnote

5ac71d7bf80766bf03486a0d663a73c1febaf393 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix some duplication

d6d5b4a1f2ce78147c3617717128069db0370473 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a few headings

bd0f08738bcbca3939eab5589d1cf14bc982e8b6 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Mention vim-iced in docs

d03fd0fbdbd2134f68217f56c17bc55a1cc141ae authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add a missing blank line

4eb8fe7d682c8fee681fab464e596d49a5c0d086 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix link to manual in README.md

e6405f91038faf9156456f60c8902116040afbb9 authored about 6 years ago by tijsmallaerts <[email protected]>
Fix link to history in README.md

20d597bc39c4bfa4846edf8c343edcd6e8a474a1 authored about 6 years ago by tijsmallaerts <[email protected]>
Fix a couple of headings

60a700366a90346df4bdb23594bc2a8341cbf228 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Use Emacs-friendly asciidoc comment syntax

Unfortunately Emacs's adoc-mode doesn't support block comments.

c3462d4a42ff5974b2985b221b5d1c58454b9037 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a heading

b879ab2daed4149ee0c45fa06ccb10d9f75259dc authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a file name

Old habits die hard...

300dc1392cfbd5fcbfbe9d15c5eaf0bf2b2e8b2a authored about 6 years ago by Bozhidar Batsov <[email protected]>
Break down the design page

That will improve the navigation and open up more space to add some examples.

646404a7ebb62869845b4327fffd04c1f15b52c8 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a couple of "typos"

cc50e5fc96ce41858b6af9f345241545c5adcc4e authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix the changelog link

651c1d38725034c688da36be67ec964d6468a345 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Mention the changelog in the PR template

5d158eeb2e65f71bc29a1061cc6c73eb43c4aeea authored about 6 years ago by Bozhidar Batsov <[email protected]>
Continue with the ns cleanup

96eda167a8bd6b2ad7f10dd71efd3e57984831e2 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Clean up middleware ns forms

Removed some unused requires and tried to make the ns forms look
more like the ideal outline her...

19868816a89878f9fc4caf8b08e7ac0bd8c65275 authored about 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #10] Bind *1, *2, *3 and *e in cloned session (#57)

8ad62cb35ce582b10636b844f0dacf0836247117 authored about 6 years ago by Tijs Mallaerts <[email protected]>
Set correct language for shell blocks

These were being misdetected as "nginx" and "css".

6378835bf05b3884237eda8aa34b249bdca90c15 authored about 6 years ago by Dominic Monroe <[email protected]>
Fix tip in design.adoc

9b5dcbcffef28574b43887367d9fb9b8ab05966c authored about 6 years ago by Dominic Monroe <[email protected]>
Fix broken link in the manual

661f0eacd15078606ec607cd0f6ac8839724ab07 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix typo

1e0f323bc831ff8ecbb9a00583a3d2a639ec234d authored over 6 years ago by Dominic Monroe <[email protected]>
Document documentation

5393c31f24c5a5c551eaccd3d40b3fa201ac4327 authored over 6 years ago by Dominic Monroe <[email protected]>
Convert markdown documentation to asciidoc

Convert admonitions

```
perl -0777 -i -pe 's/\!\!\! (\w+)\n([^\^]+?)\n\n/[\U$1\E]\n====$2\n====...

c3298d92b84ddbdfb71fba456e28a553e6cdadf4 authored over 6 years ago by Dominic Monroe <[email protected]>
Update a couple of links to the manual

e0471a6d2d939d734987ea7315e6e13b337333f6 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Expand the status section of the README a bit

535581821dd5b9ef4d5810fe70c16d04e637af65 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add issue and PR templates

463e0c03fd1c90ae75f21018e2f89af68209e41b authored over 6 years ago by Bozhidar Batsov <[email protected]>