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

Tweak a comment

f8fa1a0b5a2bd36d31c55620dbbfe88a35566566 authored almost 5 years ago
Switch back to master

7666a4d9d0895053e33a5764db1b006198a69195 authored almost 5 years ago
Release 0.7.0

a12a07a08f2d1e900b56e46b0d37ed9d310c1a0d authored almost 5 years ago
[Docs] Fix broken double quotes

4822949836cc3526df77bf34cac757bf7cf1534e authored almost 5 years ago
[Docs] Improve some wording in the Alternatives section

c80e5ab970b2e0174b3ac24f11f209b4c5517411 authored almost 5 years ago
[Docs] Fix broken table

057bdd6c444d749e3713b7d390811198a95c7d0c authored almost 5 years ago
Fix a typo

fa3790fbe0744a3c9a20501389a0503826c60afa authored almost 5 years ago
Add a missing link

516aeca0c0a62b13d610f78a6cdc1bfd1e391167 authored almost 5 years ago
Fix a couple of broken double-quotes

3ae1bdadf36a2b2b97419a00eb7161687e876210 authored almost 5 years ago
[Docs] Add a section dedicated to nREPL's alternatives

895ae4f85f362be1385798b62384b1d17c6eba86 authored almost 5 years ago
Fix a typo

0b68028c3d9214c3b41502bd65e62b8834c72185 authored almost 5 years ago
[Docs] Extend the License page

5bc112f14416f870f7dec7938441522e6f73ead7 authored almost 5 years ago
Update the copyright years

865de0032e55db2aec53467a0945428baa190de8 authored almost 5 years ago
Add :read-cond option for `eval`. (#178)

Allow to pass reader-conditional options, so that reader
conditionals can be processed in highe...

b55791b3c9f1d9eaf4af31f92170eda877a0e57a authored almost 5 years ago
[Docs] Update the compatibility matrix

663f698051e31aeee8e575de01425806c60c91a5 authored almost 5 years ago
Tweak a heading

a5da3f5f70a3f78b117adc17cb2d503dea4d7257 authored almost 5 years ago
Tweak a few changelog entries

15f42120f2b074605ccd2701a08418137b0ea23a authored almost 5 years ago
Release 0.7.0-beta1

a1aa2d4026ae4e81a6d8d76436dfbc0d326750e6 authored almost 5 years ago
Tidy docstring to indent/wrap like surrounding text

151102df3088f7da6702bd162fc56af99dd7c5e6 authored almost 5 years ago
Fix broken cross reference link

816e80dbb5831e473f3cef57e0f541271c3d68ff authored almost 5 years ago
Update the doc on how sessions work (#172)

5b82d1ade2f30e5ae263bf06e8d4016cbbee1760 authored about 5 years ago
Consolidate the sideloader code into one ns (#173)

This commit also removes some dead interrupt code.

1cc9baae631703c184894559a2232275dc50dff6 authored about 5 years ago
Release 0.7.0-alpha3

f189b4c07579f8b6752f2e385e52c3680c2e1d60 authored about 5 years ago
Tweak the name of session threads

a913288e699bc52406d1408947ca58d99a4e119e authored over 5 years ago
Add OpenJDK 13 to the CI matrix (#170)

8d3cd373c736e498be5d828d4eafe8e570697173 authored over 5 years ago
Tweak some wording

90fa2f7683591dbba4fc93594aae6410fb56526c authored over 5 years ago
Fix the telnet server functionality (#169)

While looking at #126, I noticed that the TTY server is broken. Turns out this happened in #135 ...

8f612d4a33c4b1c47d9381f3b63858cea5e82ccb authored over 5 years ago
Allow suppressing ack message when using nrepl.cmdline

This commit adds a `--verbose` command line option, and only displays the ack
message if this fl...

be37e0ebd13c2d341bf6a7bcd5735da45b78f909 authored over 5 years ago
Document how to embed nREPL in a Java application (#166)

f762a5f6ab84e16e945d35e6a021225eb45b6af3 authored over 5 years ago
Reverting previous attempt to fix this issue

b1efe79170d90f67ec31141f152acced37e0d034 authored over 5 years ago
Reinstating the test for interrupting a large streamed print

ea31dcbc87eaba930c1195ef0ca956e4512f4ccb authored over 5 years ago
Note #132 being fixed in Changelog

88394dcf2ce2e5a02e4389e6aa0b736ca1dbf94d authored over 5 years ago
[Fix #158] Improve the way session threads are interrupted (#163)

222454828c92b599db1b41dfbef1c934a9816c06 authored over 5 years ago
Update the changelog and make a small correction in the docs (#164)

8d92e039d676ce68b1416fbaa69e4deccd6361a3 authored over 5 years ago
Add the "Building Clients" page to the menu

3386a430f13b00937395053c33b8dfd8602ba75f authored over 5 years ago
Release 0.7.0-alpha2

9bbc88434e9d15fab9f53916ea3d5d65d4aa9fbe authored over 5 years ago
Removing the :done response to sideloader-start

1ac77e81ae5c5df6dd87e1f634d445467f5f4bb6 authored over 5 years ago
Having the sideloader respond `:done` after start

0479ccac881ec1ed7ec00b91bcd73abec70d0d74 authored over 5 years ago
Fixing the test after re-basing

94f985a2d1b361fac4d851f18c1de0abd4505a10 authored over 5 years ago
Bind LOADER in a safe + smart fashion

fbb9f12bd707cdfd0a6679966e732be6df1e585d authored over 5 years ago
Add sideloader (see #97)

cf32053dedb749577a182ce3f4da7746e00949da authored over 5 years ago
Adding documentation on the sideloader

fdcee96d59ad7ec3e051e7371babb0ecb17471c6 authored over 5 years ago
Expanding tests. Deal with the no-resource situation

1547eacc2f5e1c2331e185c4fe92927cdf6faea2 authored over 5 years ago
[Fix #140] Add spec for messages (#161)

5aca552d2081ef2f7f0410ce18f2436efd7f30e0 authored over 5 years ago
Skip a flaky test (#160)

cdd688f22e65580e9b52d9a8def9ad42a530914a authored over 5 years ago
Tweak some markup

58ade13708c03f5f2a71d0a1989d7807efef2e7a authored over 5 years ago
Fix a heading

21a82340ffa6a43ae7d6d0f8f79f2317826b9dfb authored over 5 years ago
[Fix #152] Kill session threads when closing sessions (#153)

108215fa3499037a549daf551cb8a7cf02012e2a authored over 5 years ago
Fix a typo (#159)

0afcafb82b45b21b380c200fc88ca55a4687f70e authored over 5 years ago
Add docstring for default-middlewares (#156)

973a6ea1c84e5585de2e82bf9a411eb42a149bc2 authored over 5 years ago
Remove lein-sysutils

We no longer have tests that are Java version dependent.

21a3200a5dee737efa0dca7529cd2b69b41c7644 authored over 5 years ago
Add my PayPal to FUNDING.yml

15c95cb7dba7643c0ba0e3cc5666bbe8478cf4a4 authored over 5 years ago
Fix broken cross references in documentation

Some page references are broken and point back to the current page.
Some of the page cross refer...

ae30a201632dcbb5dc765207802a655d1e5523d2 authored over 5 years ago
Bump the version to 0.7.0-alpha1

c7672e4ca191536b52926319cbb5c4d69a2c28fb authored over 5 years ago
Denote when the edn transport was added

b616bb11c06efdccc82a69ae7c4ce8dc27470608 authored over 5 years ago
Tweak a couple of changelog entries

26b710a3ae093fc3b1151153210e58831ea69f63 authored over 5 years ago
Fix a few typos

d384d9dac79e200dab1c075802317abd0d5be436 authored over 5 years ago
Fix the build instructions for the docs site

043134f292bf67a50d12580e75ac709550542583 authored over 5 years ago
Fix some markup

69c8fae2d71807e234a69821bed5b26d3e5fa68b authored over 5 years ago
Improve the instructions for working on the manual

3d3fe4a8c39b5e91819af169ce5a74ff57c7c5f2 authored over 5 years ago
Create FUNDING.yml

e98913318eee50ab118d3d0ce1b972e9a3424d5f authored over 5 years ago
Bump the min-lein-version

84880481202f1e3e00a6df211d81fff5bacd9b7a authored over 5 years ago
Delete an obsolete file

This was a leftover from the time when the docs were hosted
on Read The Docs.

ce4ec59de723c98233bfd994466c4f73949022b4 authored over 5 years ago
Fix a typo

c2c05a48f513901ffd4b5923f6071d5be633fa3a authored over 5 years ago
Update the link to Weasel

7514a27dc2d14df043e7a80a4557d445b8dec9d3 authored over 5 years ago
Mention midje-nrepl in the docs

e45e18e35b6b05ef90b7a387a7b56c53f50067d1 authored over 5 years ago
[Fix #138] Stringify op names internally (#139)

This makes official the decision that op names (e.g. `eval`) should always be strings. It's a re...

2b432c859c5a98b6e8c97338315bfaab2961641b authored almost 6 years ago
Move all stringification into bencode encoder itself (#137)

Now bencode handles maps with keywords and symbol as keys. Previously,
a wrapper had to handle ...

598467a8b6033b7c8756bfa9bf57359b0e50986a authored almost 6 years ago
Fix the changelog headings

e5255c904cee7023f0195365c0fa4c3167642592 authored almost 6 years ago
Tweak the changelog

2c6512806382d296d2cbc1b74f14b9eab8677fcc authored almost 6 years ago
Add some basic documentation for the new EDN transport

aeb7fa8db04491301cd63019ffc31af64066108c authored almost 6 years ago
Bump the dev version to 0.7.0-SNAPSHOT

9ef4a042a88b5526c378671cfe3e6643fc7bd99b authored almost 6 years ago
[Fix #60] Add an EDN transport (#135)

The EDN transport simplifies
the lives of all the clients that can handle more easily EDN (comp...

ff7fdab5fe37e6d8d587ff7062fae33699b60ea1 authored almost 6 years ago
Add a compatibility matrix

cae095a2688effed2d1b6e29b38d33727af9d351 authored almost 6 years ago
Clean up the CI a bit (#133)

Here we tackle the following:

* Add junit output
* Remove code cloverage
* Restore TEST_SEL...

9da9b7ec6b45de7da6de29a20b026029f03ac97b authored almost 6 years ago
Remove .travis.yml

b440cc4907e2dc2da93686b579529d742f97b5a3 authored almost 6 years ago
Add some notes on compatibility

3ca5af8dc22750684bb4488bf1566ae47cb687ad authored almost 6 years ago
Tweak a bit the changelog section

10feb956b2498d724b647d4279c3d346c6bdd516 authored almost 6 years ago
Switch to CircleCI (#131)

de607ef542da520beff52c15f97a139eec3485cf authored almost 6 years ago
Bump the copyright years

Seems I've also killed some trailing whitespace.

aaea192c376a67c789c147b769bd26bca42be0dc authored almost 6 years ago
Add Acid.nvim to the list of clients

Fixes nrepl/nrepl.org#4.

6ca76fb138f3300706981081d002d76bf3d045bd authored almost 6 years ago
Version 0.6.1-SNAPSHOT

7721f2f8910faa00a278b52d608a1a6781c2fe0e authored almost 6 years ago
Update ops.adoc

ca0210734f42a245672ac5e5c797d7326bd52030 authored almost 6 years ago
Release 0.6.0

752d627057877379a46f0ca259a88a02cc58a5e4 authored almost 6 years ago
Update the changelog

81b22e9fc6c413820ea7a374435dd4e59a89435c authored almost 6 years ago
[Fix #108] Refactor the command-line API for reusability (#116)

The API is still experimental and subject to changes in later releases. We also have to improve ...

176bde8688ee7f09106679e4b7313cdf3abf48fc authored almost 6 years ago
Merge pull request #128 from cichli/caught

Add middleware for handling evaluation errors

054be705c057d352c4eddfceb68fc0c0c17e25aa authored almost 6 years ago
Add nrepl.middleware.caught and nrepl.middleware.print to ops.adoc

9144fbb74d59f08ccd4bb70aa72cd1514f29598c authored almost 6 years ago
Add middleware for handling evaluation errors

6155ce12471fee45cdd4e86410b1011dea7c939b authored almost 6 years ago
Handle interrupts of ephemeral sessions

754a73c1512bf9255769b6dca1dedfa49f69e882 authored almost 6 years ago
Move interrupt handling to session middleware

99bffa7e202c8d05d52e4f4cbd7c8e8b70bc57bb authored almost 6 years ago
Bump lein to 2.8.3 in Travis

4a39dca39885e43d8579a593fd68d97a2e518ad3 authored almost 6 years ago
Remove unnecessary laziness

The chunking behaviour of map was causing the interrupt tests to fail
intermittently. Use the tr...

c99280bbf9078e5b3f96a7ec23f89ea2425b9a4e authored almost 6 years ago
Code style

ec9d176dea2f166ac1a521f5bdeef6d5e4a7884f authored almost 6 years ago
Bump the Cloverage dep

It seems 1.0.13 was pushed mistakenly.

188a1a27fcdf397720040cdf24470aeaea7e4081 authored almost 6 years ago
Merge pull request #118 from cichli/streamed-printing

New print middleware

e982a8a45ec2975222ca8e0127df347e9c1e1c81 authored almost 6 years ago
Add dynamic vars for configuring the print middleware at the REPL

2ddf5361bdb740cb463c4679fbafb67565a70174 authored almost 6 years ago
Fix race condition in tests

7da239a578869ba014872efa65996766aa2bc4db authored almost 6 years ago
Add quota option to print middleware

431042c6f9e7964f3e1e84409cb42a8a0a347685 authored almost 6 years ago
Add nrepl.middleware.print

Revert "Extend the pprint documentation"

This reverts commit b4de7a7f25a2444c6d149b165aa8939917...

a9d6d6ef3695ca2fb6396439e52cc6a16b8da086 authored almost 6 years ago