Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

nREPL

A common foundation for Clojure Tooling
Collective - Host: opensource - https://opencollective.com/nrepl - Website: https://nrepl.org - Code: https://github.com/nrepl

Add a note about nREPL 0.4 compatibility

github.com/nrepl/piggieback - ed1a4055742e4e81fbe5d6531dbb0bf4bc4316b4 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update the README

github.com/nrepl/piggieback - e068a8a2ed8ec0046fdcb27f8098da76c554f5d2 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.3.8

github.com/nrepl/piggieback - 8e9c7846367ceb189a0987c74a8b3f434c107003 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix broken support for tools.nrepl

Some typos are much worse than others...

github.com/nrepl/piggieback - adcf1e8335148bf050852ffcb5b0c399ee7972a9 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.3.7

github.com/nrepl/piggieback - 834eea46c63a8574de7efdac58d54a2a2a34b8ae authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add compatibility with nREPL 0.4

Support with tools.nrepl is kept for now with the assumption
that tools.nrepl namespaces would b...

github.com/nrepl/piggieback - 2f38ab2a7cf84061fc1a744c9a8e91660b3c3ac9 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Improve a bit the documentation of nREPL messages

github.com/nrepl/nrepl - 21d757af3993386a3a808a25dd4c6cf593cfd407 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix a broken heading

github.com/nrepl/nrepl - 7eb0e55c015dff4256b18b89c96319dbdee8037e authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix indentation

github.com/nrepl/nrepl - e84e8b4ba6aff52eed60be9506650ec435800ca5 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Don't hardcode the host in run-repl

github.com/nrepl/nrepl - 4ee6e4b72a6a93dbae991824bc66120cb861e74d authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update the changelog

github.com/nrepl/nrepl - 9372b15ea808b4d444d5674b2199f61827c2d911 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Ensure a newline is printed after colored values in the built-in REPL

github.com/nrepl/nrepl - 8d787dba70f726bf6bd3eb5490da05e4de6034ab authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add --bind and --help options to the cmd line interface

github.com/nrepl/nrepl - 8b9f0304b25cbb9331b7d67f000b796d1f7b5dd9 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Improve code style

github.com/nrepl/nrepl - d5d1b45a66b2d851c11ce040f4583eb667b59a01 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add some instructions for CIDER users

github.com/nrepl/lein-nrepl - b71925d4a78a7472747964908d13db79db2ce2d2 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.1.1

The only change is that the plugin now depends on nREPL 0.4.3.

github.com/nrepl/lein-nrepl - a02bfdb9b8aaa348a2867ea03a23ddb269007848 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Tweak a docstring a bit

github.com/nrepl/nrepl - e93ac78b9d23122b16679eff9a79c2ad2f69e389 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Remove unused function

github.com/nrepl/nrepl - 210dfbf35a9e28493658c888516a582db323ca28 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Refer to nREPL consistently in the messages

github.com/nrepl/nrepl - 45ea699dd8992027bbd7bf0181dcee2d42b07cc2 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Remove an obsolete backport

github.com/nrepl/nrepl - 0f456f8570432281bd9e51d7792dce1d273e9a82 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

github.com/nrepl/nrepl - 58dcc3bb90bb3ae13ee6663478b0879e8b50d7c4 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Bump the development version

github.com/nrepl/nrepl - 09e9b4aea7a1b8ebcc5f0250b397c86b26a8bc39 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.4.3

github.com/nrepl/nrepl - 3eab01b02880f9d1a2ddeec2ff0457cda7c8bafa authored over 6 years ago by Bozhidar Batsov <[email protected]>
Display the Java version when using the built-in cmd client

github.com/nrepl/nrepl - 2fc545132b86ffaccbfcc208f16740c9e165506b authored over 6 years ago by Bozhidar Batsov <[email protected]>
Display connection info when starting the built-in cmd client

It has exactly the same format as the info displayed by `lein repl`
and `boot repl`.

github.com/nrepl/nrepl - 87a462cc16b717f821b58118dbee4a6122563051 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Don't deref the server object

That's related to the previous commit. The server object is now
a simple record. The deref was j...

github.com/nrepl/nrepl - 2100bfbb838cab64dc240c7f4596f4978e4ff217 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Remove a bit of legacy code

This was needed for https://dev.clojure.org/jira/browse/NREPL-51 and
https://dev.clojure.org/jir...

github.com/nrepl/nrepl - f23eb7f280c63f45d06bc1a6004c7b76a14a7709 authored over 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #28] Echo back missing ns during eval

Previously you'd only get an error that a ns is missing,
but no mention of the name of that name...

github.com/nrepl/nrepl - e77945a70f68989f69e955eef9e6cbe75cedacf4 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update the changelog

github.com/nrepl/nrepl - 157d2d24f7de048eb8296a9fedd842d5d24c92e4 authored over 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #16] ThreadPoolExecutor constructor is now created with corePoolSize = 1 instead of 0 (#36)

I think we have a rather logical, expected, and flexible behavior now:

1. When the session is...

github.com/nrepl/nrepl - 14bcf7f0b536d820d4546f622ebc9df575fba791 authored over 6 years ago by Dragan Djuric <[email protected]>
Remove some legacy compatibility code

github.com/nrepl/nrepl - 8502f1c93451de6672e2a545c3bfd3a3c64a79c0 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix a few more comments

github.com/nrepl/nrepl - 338d47a5d4eb40a046acb994ca875a283ad55d1e authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix a bunch of comments

github.com/nrepl/nrepl - f171c43379b77d6af08374c516ef713277ba1897 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add a temp favicon until we settle on some permanent logo

github.com/nrepl/nrepl - c2738f25d21be8e0f2cf35cb59fd1b3149e27474 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Modernize a couple of defs

github.com/nrepl/nrepl - a18dc73f90175ad479cf75607518e03acaa0ef66 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Extend a bit the instructions about hacking on nREPL

github.com/nrepl/nrepl - d36d22cccf495e9fb6683cb5bee0f19f9f6cf75b authored over 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #90] Add a missing require to a README example

github.com/nrepl/piggieback - 7d8a2ab5bd8831d63c5b065e583bd384c8063286 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.1.0

github.com/nrepl/lein-nrepl - 464446f2d5cf44ce6f8e031ce8765af82287b00e authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add @arrdem to the team page

github.com/nrepl/nrepl - a65bd09132a56c1b73ab5306b0b1a2a3ffc71ef8 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix a couple of typos

github.com/nrepl/nrepl - e3d4445d5eabcc4fbcd4e4c9ad0b19ef1cd88c5c authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add @SevereOverfl0w to the team page

github.com/nrepl/nrepl - 546dfefafea1c4c85ccd5150e227460a8b26a737 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Don't refer to tools.nrepl as the "official" nREPL

This can confuse users, so it's better to simply refer to it as the
"contrib" nREPL.

github.com/nrepl/nrepl - f09d28d6db581c54159c990f29749a46ceacf4b9 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update the history a bit

github.com/nrepl/nrepl - 05811335f19b65c8cf0be6d14ca643efaa3fb6c1 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Kill a debug println

github.com/nrepl/lein-nrepl - 366bbeaa551d0d2011dd2d1094cc6e928bc13c47 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Bump the nREPL dep to 0.4.2

github.com/nrepl/lein-nrepl - 0e1f826f12ce8f76d5183d4732691ac929823747 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Make it work with `eval-in-project`.

Most probably, the previous version was missing the dependency on this plugin when starting nREP...

github.com/nrepl/lein-nrepl - f35483d0f25a57e2083d51b7e66d1dd06274c538 authored over 6 years ago by Juraj Martinka <[email protected]>
Bump the development version

github.com/nrepl/nrepl - 71ed22f3d912c96ffbbbd2789e6d874709340eee authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add a section on using the built-in client and hot-loading stuff

github.com/nrepl/nrepl - 620f82e53fd50cf291dde1936586f47f37ea796c authored over 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.4.2

github.com/nrepl/nrepl - 0116a86f30b0dd3ab981e0c5179b66539bf3e752 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add constant DCL across evalutions

This allows for modifications to that classloader which persist across
evaluations.

Testing can...

github.com/nrepl/nrepl - aea4aeab51e8444514cb3d1a5c1d388d866102f7 authored over 6 years ago by Dominic Monroe <[email protected]>
Initial commit

github.com/nrepl/lein-nrepl - b6c24addb799bac6eaba6946b26b2c33895aa7f2 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Simplify a bit of code by using deref with timeout

github.com/nrepl/nrepl - a099234ff10da7bbefab99bf104e62e310cdf351 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Remove a couple of version checks in the tests

Those are no longer needed now that we're targeting newer Clojure
releases.

github.com/nrepl/nrepl - b6ac11c64bb290db66c6cd6321f663ea743295bf authored over 6 years ago by Bozhidar Batsov <[email protected]>
Rename a test file

github.com/nrepl/nrepl - 01be217fe875d37a958ee81889751ea0eac47c8a authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add a troubleshooting stub

github.com/nrepl/nrepl - 289b4d7fe395556aa1eff2fcdfae40ecbe8bb8de authored over 6 years ago by Bozhidar Batsov <[email protected]>
Extend the FAQ a bit

github.com/nrepl/nrepl - 7abe342924549c4ff7abd6047d1abd50020e111e authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add some basic documentation for sessions

github.com/nrepl/nrepl - 7fdbcb10b8e56bf09322f8325b7cb07f4b6e0b81 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add a tip about monitoring nREPL message exchange

github.com/nrepl/nrepl - a4a10ee372bd9b06845442dd2816d3ef00e65591 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Try to revive the "Server Response" section of the docs

Seems it was never updated after the transition between nREPL 0.1 and
0.2. It still needs a lot ...

github.com/nrepl/nrepl - 8672b80ed1f509975cff85759cac1e0a2f3a2b5f authored over 6 years ago by Bozhidar Batsov <[email protected]>
Extend the 3rd party middleware section a bit more

github.com/nrepl/nrepl - c58a0434512425304ebb3582fdf242db0d827834 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Mention shadow-cljs in the manual

github.com/nrepl/nrepl - e719859585f5cb39977e45a0adb1a7cf81b156cd authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add a mention of sayid

github.com/nrepl/nrepl - 815a9f52e38293c9e0760f672e8864ea20893e60 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix a few links

github.com/nrepl/nrepl - 51dc673d722354eca69e9e554b8650307f9c1eb5 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Extend the "Installation" section of the manual

github.com/nrepl/nrepl - d73baf7f86b31b125daadb094f033e43dd9a1d57 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Clean up the installation section

This info is already available in "Contributing".

github.com/nrepl/nrepl - 7d614bee12d3b0a440d55fd2f082a613a7c6e5cf authored over 6 years ago by Bozhidar Batsov <[email protected]>
Extend a bit the intro of the manual

github.com/nrepl/nrepl - 77804b6a6a3a6d9251bd97815d587a98d05e237f authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add some additional resources to the manual

github.com/nrepl/nrepl - 583f0f0c164bb94eed28144bce32ad08ac4ad7e6 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Mention some notable middlewares

github.com/nrepl/nrepl - 7563c38371a4c1c3b56753966433ee56df0be08d authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add something to the FAQ section

github.com/nrepl/nrepl - 18e8cb3e644fb3ceedb9d3207a37f414afaca6d3 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Restructure the README into a manual

This requires a lot of polish, but I think it's a good step in the
right direction.

github.com/nrepl/nrepl - 18b17a02ec7250bf89a6c7fbc8f330b97f2d3ca0 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add a changelog entry for #34

github.com/nrepl/nrepl - 407a7896fa1da1aa903bb599c9848aeade36c563 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Make sure that we assign zero when port is nil

github.com/nrepl/nrepl - 3597ac197fc679be32b210e56341af7dae79c639 authored over 6 years ago by Andrea Richiardi <[email protected]>
Improve the release management

github.com/nrepl/bencode - 37ec1fcf768a0c004381924a21f733d34d7f92de authored over 6 years ago by Bozhidar Batsov <[email protected]>
Bump the version to 1.0.0

The library is extremely stable at this point. No changes have been
made to it as part of nREPL ...

github.com/nrepl/bencode - 6537f92a4c1d033bd921ffc071b24b7e0cffdd38 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add some basic usage section

github.com/nrepl/bencode - 298f86743e70ed8aeda60877dc102f65c3d64950 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Use TODO annotations consistently

github.com/nrepl/nrepl - ea650496a35c78a62080aa0ec580eeb1c5dbaa71 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Give credit to @kotarak for creating this beautiful piece of code

github.com/nrepl/bencode - b43c2322a9dd3f1664caf63981cabaeb584d6cef authored over 6 years ago by Bozhidar Batsov <[email protected]>
Extend the README a bit

github.com/nrepl/bencode - 1a98f6a3bc2191c0af9319ad1cf65f52db26f287 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add a couple of badges to the README

github.com/nrepl/bencode - e2a9b3af9aad839f8ccb8df2cf7fe6b14e228313 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add Travis config

github.com/nrepl/bencode - cf8027a4bd9398aae4712dfe1a0f0dc5419f6a41 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.3.6

github.com/nrepl/piggieback - 52a92e558d87579e23658b413e6ee2a7f0b24ff6 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Initial commit

That's basically just an extraction of the existing functionality from
nREPL into a reusable lib...

github.com/nrepl/bencode - 8049e1a0ba79a9f65710c0356a6411765bbdf00f authored over 6 years ago by Bozhidar Batsov <[email protected]>
allow repl-options to flow through

when the repl calls repl-env methods, it passes the repl options to the
repl env I mistakenly th...

github.com/nrepl/piggieback - 6f29fe1acb652d903b93631a84101c089f807c20 authored over 6 years ago by Bruce Hauman <[email protected]>
Update the README

github.com/nrepl/nrepl - 094f30c3bba77f47a5b9ebde7f2e9f54d7293c64 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.4.1

github.com/nrepl/nrepl - 768a5b2066a1160d47252180de0265d61b764430 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix the version parsing

Now the version parts are numbers, instead of strings.

github.com/nrepl/nrepl - 7319ec97e11ed3f5b7833b50b0c840706080f617 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix indentation with cljfmt fix

github.com/nrepl/drawbridge - 6a9a8546ac88aaadd82fd15e00d0da2bdbab8ee3 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add cljfmt

github.com/nrepl/drawbridge - c18a75d1f48c04c374b6e6670f2d8360bd0192c4 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update ns declaration

github.com/nrepl/drawbridge - 9feabbe9e4a5a3ea85bdba9d837b265a9b037365 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix comment

github.com/nrepl/drawbridge - 85e2fa85d4de44d049d350efec4fb2f9a8307abc authored over 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.1.1

github.com/nrepl/drawbridge - 1c840db301290a2edcc5f4f3187918758a4d44a4 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix some nREPL namespace references

github.com/nrepl/drawbridge - abae176976211e614d674ddbf31800d4d5b255ad authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add a clojars badge

github.com/nrepl/drawbridge - d09d9916b93181c8d2862380da3c6a7ae4c80730 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Release 0.1.0

github.com/nrepl/drawbridge - 2847af86e883edc881ee16db9e49c8849c3a88ea authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update the README

github.com/nrepl/drawbridge - 0598e25be46a73bd9adb9e26797dc03c45a1b9a2 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update nREPL dep to 0.4

github.com/nrepl/drawbridge - 24d0989ac8286a5b0d2f16553f015997bea68ce3 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Remove :main from project.clj

It was generating a warning on deployment. Likely some legacy that
wasn't removed or something.

github.com/nrepl/drawbridge - 4ed6fa0b94d669de122c277bb86a69136011ce17 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update the clojars config

github.com/nrepl/drawbridge - 49db31f998ac545edc17bbdb5914f9dae4b1a5ab authored over 6 years ago by Bozhidar Batsov <[email protected]>
Change the namespace and the deployment coordinates

github.com/nrepl/drawbridge - 613ce11cc0c590205485d50ee59a12e7ca74f194 authored over 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #11] Don't read the version string from a resource file

This added pretty no value, so we're better off without it. Ideally
down the road we should find...

github.com/nrepl/nrepl - e536bd56c0eed83f77baae5762abcc04479a33fc authored over 6 years ago by Bozhidar Batsov <[email protected]>