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

Release 0.3.1

github.com/nrepl/piggieback - f0dea89f09e852c941ebf7604b052197ebd304c4 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add a note about the removal of the Rhino support

github.com/nrepl/piggieback - da12380d148d3083553a2e088b6c128ba7925b1e authored over 6 years ago by Bozhidar Batsov <[email protected]>
Bump the nREPL dep

github.com/nrepl/piggieback - f5dbef6fa2cb3eafc435146141c0ad0c38588af9 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Make cljfmt happy again

github.com/nrepl/piggieback - 7115207a6a9f6011c3880151665d6866cfd8e7fd authored over 6 years ago by Bozhidar Batsov <[email protected]>
revert baseline coords

github.com/nrepl/piggieback - 3d3bc78a63194c43393cce27e1a475a57540595d authored over 6 years ago by Bruce Hauman <[email protected]>
remove commented code

github.com/nrepl/piggieback - e92d07eac8e52f633dd06dcbaf43e8606dd573e5 authored over 6 years ago by Bruce Hauman <[email protected]>
get rid of delegating env, no longer needed

github.com/nrepl/piggieback - 1c7ce7ec6591da16629465a600563ebaddf8070b authored over 6 years ago by Bruce Hauman <[email protected]>
correctly initialize repl options

fixes #87

github.com/nrepl/piggieback - 6200cdf4334560b6484d12f4ea31509bfdaeea4c authored over 6 years ago by Bruce Hauman <[email protected]>
Remove support for Rhino and rename cemerick.piggieback to cider.piggieback

github.com/nrepl/piggieback - 08d8ae3cb4c358805be4e9226567453b235c2b73 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update a changelog entry

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

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

github.com/nrepl/piggieback - 2b28c8fb7f249cc62833548aa1e0e6fe6b9b02e4 authored over 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #85] Release 0.2.3

github.com/nrepl/piggieback - 84e74a7c3d9ec56876e5d433c8dc70e281e42321 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add a missing space

github.com/nrepl/piggieback - 7210cc5589be5462bdd44cc1f386da401a00f315 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fixes for eastwood

github.com/nrepl/piggieback - 0c7c3a2737d0f480469a290b24a4199089dd40fe authored over 6 years ago by Neil Okamoto <[email protected]>
Fixes for cljfmt

github.com/nrepl/piggieback - bb08ef957e461caef13d1307f50728af62f8c6d3 authored over 6 years ago by Neil Okamoto <[email protected]>
Expand Travis CI coverage matrix

github.com/nrepl/piggieback - 7f93cdbad2776233d890a952ee088de54420c8a4 authored over 6 years ago by Neil Okamoto <[email protected]>
Fix a typo

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

github.com/nrepl/piggieback - 31ca2169beb7c03309c7fd0b195e0f48570c8227 authored almost 7 years ago by Bozhidar Batsov <[email protected]>
Remove a misplaced paren

github.com/nrepl/piggieback - 5d6325d30284c5ded14f5184b17764be0a1e8194 authored almost 7 years ago by Bozhidar Batsov <[email protected]>
Tweak some ns metadata a bit

github.com/nrepl/piggieback - ae1a6a25b8b183708b4ac09d13825676de5d6894 authored almost 7 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

github.com/nrepl/piggieback - 2a01dd28d4dd1546aa3291d16c3aa22641f80db3 authored almost 7 years ago by Bozhidar Batsov <[email protected]>
Kill some whitespace

github.com/nrepl/piggieback - 14b07761626b5ea0faa5f0bb27bf900192d5d3b6 authored almost 7 years ago by Bozhidar Batsov <[email protected]>
Update the README a bit

github.com/nrepl/piggieback - 6a029bf585b6bb8ddc26a7fb4c73e0173420fb27 authored almost 7 years ago by Bozhidar Batsov <[email protected]>
Update the build status URL

github.com/nrepl/piggieback - ab9148e3a18b7b3f4b9d6d074989aa821eef6d7b authored almost 7 years ago by Bozhidar Batsov <[email protected]>
Merge pull request #80 from bhauman/master

make eval just eval rather than creating a new repl for each one

github.com/nrepl/piggieback - 1c2810fd161022c60d18fcb121b8e1e80f2581b3 authored almost 7 years ago by Bruce Hauman <[email protected]>
flush out and err

github.com/nrepl/piggieback - d2e0850c63a2d3b9a4ba2512ffa8267b9940a09f authored almost 7 years ago by Bruce Hauman <[email protected]>
fix tests

there is still one test failing for rhino

github.com/nrepl/piggieback - 3c82715b872976b1586e0c7012c692db4373159a authored almost 7 years ago by Bruce Hauman <[email protected]>
make eval just eval rather than creating a new repl for each one

fixes #79

github.com/nrepl/piggieback - 52941231086cccab037069360bbb1c6af673a711 authored almost 7 years ago by Bruce Hauman <[email protected]>
added release note corresponding to gh-20

github.com/nrepl/nrepl - 16afef09fcd6ba7a02622b835d31d8899f6d6ffd authored about 7 years ago by Chas Emerick <[email protected]>
status statement

github.com/nrepl/nrepl - f68ea4385401b715cb3a7f7f9c9d6a6cc9306f94 authored about 7 years ago by Chas Emerick <[email protected]>
a little nREPL history

github.com/nrepl/nrepl - b5a810a57d578084028e9179765548fee063eaa1 authored about 7 years ago by Chas Emerick <[email protected]>
maven central deployment confirmed

github.com/nrepl/nrepl - b2b25b1624bfad18c39b4606519b019a4b158beb authored about 7 years ago by Chas Emerick <[email protected]>
[maven-release-plugin] prepare for next development iteration

github.com/nrepl/nrepl - 7ea538c81a82e91b9aaf34af0ef56f51810e9874 authored about 7 years ago by Chas Emerick <[email protected]>
[maven-release-plugin] prepare release nrepl-0.3.0-RC1

github.com/nrepl/nrepl - 155b535eb2380c92f63df462f1fe4c4af64a1f11 authored about 7 years ago by Chas Emerick <[email protected]>
disable tests by default because mvn release plugin's `arguments` option is clobbered by the sonatype oss deployment plugin, making it impossible to disable tests at release-time.

Instead, we reverse the disablement in travis via an all-tests profile.

github.com/nrepl/nrepl - 1d92237188654cb5a070a2bf605c44f6bc721e6c authored about 7 years ago by Chas Emerick <[email protected]>
working deployment script

github.com/nrepl/nrepl - 94cb264d8f7e56f9747a5bf69e3c92b0bbd74aa7 authored about 7 years ago by Chas Emerick <[email protected]>
wrong groupId in "integration" poms

github.com/nrepl/nrepl - e827949f7c505b98b29dd7540f5a56b161c7ea73 authored about 7 years ago by Chas Emerick <[email protected]>
don't push tags before maven release is deployed

github.com/nrepl/nrepl - da9ac4f9bc573929a0ae40ed6f2b91df346b1444 authored about 7 years ago by Chas Emerick <[email protected]>
prepped for 0.3.0 release, drop various vestigial contrib-related bits

github.com/nrepl/nrepl - 69e1568829c82fff40a77c7013c223470bc39340 authored about 7 years ago by Chas Emerick <[email protected]>
com.cemerick/nrepl coordinates

github.com/nrepl/nrepl - 9cc4cfe5fee7886d9cf79ee2b0394d58839425ac authored about 7 years ago by Chas Emerick <[email protected]>
build status badge

github.com/nrepl/nrepl - 5c6c22365eeb9d9d8fd5d8672a0c94e48fdf9128 authored about 7 years ago by Chas Emerick <[email protected]>
"integration" tests for clojure 1.7 - 1.9-beta2

github.com/nrepl/nrepl - 36fa4d676a132ddbac9be0c7caa7dec00bee5ce7 authored about 7 years ago by Chas Emerick <[email protected]>
duplicative mvn invocations

github.com/nrepl/nrepl - d304deece4d0542c0e6ac94c863977c508c8b100 authored about 7 years ago by Chas Emerick <[email protected]>
apparently networking environments exist where ipv6 addresses will resolve, but cannot be bound

github.com/nrepl/nrepl - 36c77ddb03f2499f8b95701148a73d6d809b081d authored about 7 years ago by Chas Emerick <[email protected]>
travis?

github.com/nrepl/nrepl - a70eda31ef24559fb87a2321be7e0c39bb2038d7 authored about 7 years ago by Chas Emerick <[email protected]>
make tests windows-friendly

github.com/nrepl/nrepl - 5ae3423558e37b7712351d0ed61a08a5361fec44 authored about 7 years ago by Chas Emerick <[email protected]>
build bits updated:

* pom.xml reconstituted
* non-authoritative project.clj added

github.com/nrepl/nrepl - 875ead2cd9c12aea283a347d6460ae28511a11cd authored about 7 years ago by Chas Emerick <[email protected]>
NREPL-83: default :bind to ::, fallback to localhost

github.com/nrepl/nrepl - 0333ce9b582d8027b62c89e8a5b489b7748b004e authored about 7 years ago by Chas Emerick <[email protected]>
0.2.13 release notes

github.com/nrepl/nrepl - 90b794488e2883972e7cb4f11db8f6ef167b6c71 authored about 7 years ago by Chas Emerick <[email protected]>
Correct version number

Current version is 0.2.12, README had 0.2.11.

github.com/nrepl/nrepl - 00d302844f7531069ad1b7f5264a73df723ba2a8 authored about 7 years ago by Sean Corfield <[email protected]>
Add " to balance string delimiters

Spotted by @Grahack -- thank you!

github.com/nrepl/nrepl - 79c849b7272160b7da2e3a8ba42db81e51182014 authored about 7 years ago by Sean Corfield <[email protected]>
fix test for Clojure >= 1.8

github.com/nrepl/nrepl - 1e3dcc8b42ec645f2633d034a65b8beff72df127 authored about 7 years ago by Chas Emerick <[email protected]>
eval and load-file use the `file` msg attribute for different things

github.com/nrepl/nrepl - 7cf61983834cdb919a6c6d2fed5d4b98e6833103 authored about 7 years ago by Chas Emerick <[email protected]>
Add support for REPL evaluations that include reader conditionals, NREPL-78

github.com/nrepl/nrepl - 607e68d57f3c2652f4307fc64fbe88da9162689c authored about 7 years ago by Chas Emerick <[email protected]>
impending 0.2.11 release

github.com/nrepl/nrepl - cfd179b63d99e4e6ec165cee24f3d143aa9a03ee authored about 7 years ago by Chas Emerick <[email protected]>
NREPL-59: Tracking source form positions in eval

github.com/nrepl/nrepl - e03670d2c14ef854e5c2410e640a49bc0e8f8f86 authored about 7 years ago by Michael Griffiths <[email protected]>
0.2.10 readme and changes

github.com/nrepl/nrepl - a9dc8e592ea2840e07d8a06ddad9b0f8fb66653a authored about 7 years ago by Chas Emerick <[email protected]>
derp

github.com/nrepl/nrepl - 42b1a4cabad4ece4b5a7b16718e13f00d44a4ceb authored about 7 years ago by Chas Emerick <[email protected]>
Updated Counterclockwise URL, added Cursive entry

(via @asampal)

github.com/nrepl/nrepl - dc846f38ff124b0642039f5e057b2a55e6edc267 authored about 7 years ago by Chas Emerick <[email protected]>
allow evaluation contexts to opt out of pr-values printing of :value slots by setting :printed-value

github.com/nrepl/nrepl - 79e96cd907617d199a4ab91a997634065a7f4b5c authored about 7 years ago by Chas Emerick <[email protected]>
make the key executor/submit bits in interruptible-eval public

github.com/nrepl/nrepl - 4667b1bc9db1c75ddccfab22855133f0eb85ba08 authored about 7 years ago by Chas Emerick <[email protected]>
0.2.9 in README

github.com/nrepl/nrepl - 05644853df834830517204a86479b443432e1887 authored about 7 years ago by Chas Emerick <[email protected]>
typo

github.com/nrepl/nrepl - bae09543afdeb34f3e5d95d4009f04942d00f73f authored about 7 years ago by Chas Emerick <[email protected]>
0.2.9 changelog

github.com/nrepl/nrepl - 3b79fa9a000d000462f17012fdef97195287db1a authored about 7 years ago by Chas Emerick <[email protected]>
use top-level default executor if one is not provided when creating interruptible-eval middleware

github.com/nrepl/nrepl - 2729d7069356b03de56905f8ed2e4ae6bd2c7dbd authored about 7 years ago by Chas Emerick <[email protected]>
0.2.8 README, ops listing

github.com/nrepl/nrepl - c3647e75188f988534ddb5f93a20aaf37086622e authored about 7 years ago by Chas Emerick <[email protected]>
move Transport import after corresponding namespace's :require

github.com/nrepl/nrepl - c58c0a9cbc612f9e31849f0249d2c72a9e20f109 authored about 7 years ago by Chas Emerick <[email protected]>
0.2.8 changelog

github.com/nrepl/nrepl - c146847a48b01b7e9547b20c16bcb70b79469734 authored about 7 years ago by Chas Emerick <[email protected]>
Tweak serversocket configuration:

* enable reuse of serversocket port, NREPL-67
* default bind address to "localhost", not "0.0.0....

github.com/nrepl/nrepl - 20731beb1184c014be57a22808792c537d8d5df4 authored about 7 years ago by Chas Emerick <[email protected]>
document response of `eval` for interruptible-eval middleware

github.com/nrepl/nrepl - e270ddf95f571568756efb6e8f8dc79d9200e7be authored about 7 years ago by Chas Emerick <[email protected]>
elide :ns in load-file responses, as it's always `user`, NREPL-68

github.com/nrepl/nrepl - 6974837753d70007f07413985d23c0fdb2f29201 authored about 7 years ago by Chas Emerick <[email protected]>
Add type hint to remove reflection warning

github.com/nrepl/nrepl - e2ab38890d385ccb1ba78c00e60ecbad990607e0 authored about 7 years ago by Gary Fredericks <[email protected]>
0.2.7 changelog updates

github.com/nrepl/nrepl - 260a893814d2c67a34266b35d581faa4f8b41a4f authored about 7 years ago by Chas Emerick <[email protected]>
allow middlewares to contribute to result of "describe" response via :describe-fn in descriptor, NREPL-64

github.com/nrepl/nrepl - a81cbe4bc2da6c38bae1fe56077eed87418c426e authored about 7 years ago by Chas Emerick <[email protected]>
NREPL-53: Rewrite middleware linearization logic

The conj-sorted function did not properly implement a topological sort,
as demonstrated by the r...

github.com/nrepl/nrepl - a5fc78feec3acaa864b4329deb3dd42e01ba4eb6 authored about 7 years ago by Gary Fredericks <[email protected]>
eliminate reflection warnings

github.com/nrepl/nrepl - dace1fb4065b276ba332fd2dad501db2e1e84f65 authored about 7 years ago by Chas Emerick <[email protected]>
NREPL-70: Add monroe to the list of nrepl clients

Add monroe, with the short description extracted from it's repository.
Also updated the CIDER on...

github.com/nrepl/nrepl - 261bc7450661ad9ab3f6c24aa1c03e1455e3afa3 authored about 7 years ago by Andrew Rosa <[email protected]>
NREPL-72: :ns argument to eval shouldn't affect *ns* outside of the scope of that evaluation

github.com/nrepl/nrepl - 2a691e4db03e1b42829cd464dc690b4f84ef9307 authored about 7 years ago by Chas Emerick <[email protected]>
NREPL-66:

* Don't leave *eval* hanging around in user sessions either
* Add regression test for original i...

github.com/nrepl/nrepl - 25d4575cab5e9ad322849379b2b23d055fd1bc45 authored about 7 years ago by Chas Emerick <[email protected]>
Don't capture *msg* in bindings

*msg* was being captured on print.

github.com/nrepl/nrepl - f70128d5026d51c25016936b36b91ee42bb6d4f6 authored about 7 years ago by Hugo Duncan <[email protected]>
Stop reading stdin when client sends empty stdin

Otherwise any attempts to signal EOF are just no-ops.

github.com/nrepl/nrepl - 9996edb2e1fbcfd15ace6c7518c649ae7424f669 authored about 7 years ago by Colin Jones <[email protected]>
prep for 0.2.5

github.com/nrepl/nrepl - 46b766b8ed8218ba74d99a643c168ceda9118b2e authored about 7 years ago by Chas Emerick <[email protected]>
Add :version-string property to the Clojure version

github.com/nrepl/nrepl - b638d668ff2cf3366e8724b00aea444c7afc8253 authored about 7 years ago by Bozhidar Batsov <[email protected]>
only major/minor/incremental is okay when parsing java.version

github.com/nrepl/nrepl - 924c5e1bba5119517535c2454a52c99b07d4b332 authored about 7 years ago by Chas Emerick <[email protected]>
Extend Java version information

github.com/nrepl/nrepl - ce874fc97d856d2993227a26c2f218b1db584f3d authored about 7 years ago by Bozhidar Batsov <[email protected]>
relax java.version parsing test, print actual results when they're unexpected

github.com/nrepl/nrepl - 73397080068eb6aa8fc801f951eb9b4f26de37b8 authored about 7 years ago by Chas Emerick <[email protected]>
0.2.4 changelog

github.com/nrepl/nrepl - d1897df7e3dcaab65f34b68f6982ca8a5255b80f authored about 7 years ago by Chas Emerick <[email protected]>
Fix a typo and remove some trailing whitespace

github.com/nrepl/nrepl - 36be8e4682cfad19c6a92c5bf28c69f9f7b6119d authored about 7 years ago by Bozhidar Batsov <[email protected]>
eliminate source of thread leak, NREPL-40:

The flailing `future` call is obvious in hindsight. Note that
thread counts (observed via jconsol...

github.com/nrepl/nrepl - 5bbc1fa2ac0679a165ad579b2729d211fdad8f91 authored about 7 years ago by Chas Emerick <[email protected]>
Update session before sending eval response messages.

github.com/nrepl/nrepl - 4e4c27ec4e7272ec569a1baf16f7ae45476dddb8 authored about 7 years ago by Jeff Valk <[email protected]>
Add Java version info to op "describe"'s response, NREPL-57

github.com/nrepl/nrepl - f839f6b5a2bdde7a616b239fbbc0660b13570ddd authored about 7 years ago by Chas Emerick <[email protected]>
clojure.pprint require derp

github.com/nrepl/nrepl - 9602c390b8061060378083443f53fe39ef0ed148 authored about 7 years ago by Chas Emerick <[email protected]>
change socket closing behaviour to accommodate JDK 1.8 changes, fixes NREPL-56

github.com/nrepl/nrepl - bc2520ac0d720c3b9cc62de3726e3e597c60953f authored about 7 years ago by Chas Emerick <[email protected]>
use clojure 1.6 final, add 1.7 snapshot profile

github.com/nrepl/nrepl - 4f5ca5b61e90f9bae510e382230495a573987087 authored about 7 years ago by Chas Emerick <[email protected]>
NREPL-47: Make all deftest names unique

github.com/nrepl/nrepl - 2ce25d5dbd39817feebe5631d4a03ee245f5244c authored about 7 years ago by Andy Fingerhut <[email protected]>
Add CONTRIBUTING.md

github.com/nrepl/nrepl - 8503f54d32f882272d64287eaad7ddd49c99b392 authored about 7 years ago by Sean Corfield <[email protected]>
add super-basic test and documentation for custom eval option, NREPL-50

github.com/nrepl/nrepl - 33814d53f9adb392527e8f6e3f62b96d16b413a4 authored about 7 years ago by Chas Emerick <[email protected]>
Ensure that nREPL server objects can be pretty-printed, fixes NREPL-51

github.com/nrepl/nrepl - 581c37405a4015ef351511e239e1791fe0427142 authored about 7 years ago by Chas Emerick <[email protected]>
NREPL-50: Overridable eval function

github.com/nrepl/nrepl - e0f93076264bc85f3fc8ef388dc74ca359f91362 authored about 7 years ago by Brandon Bloom <[email protected]>