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

[Docs] Remove redundant link tags

github.com/nrepl/nrepl - 4063d0f6d308499ab2ab41899362010a1f912507 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Release 0.8.0-alpha3

github.com/nrepl/nrepl - 97a1e4e2986881a39599054fcbe220bcda1d3b90 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Release 0.8.0-alpha2

github.com/nrepl/nrepl - 6e1fe9713ae29f29deb41f17e561c43c740edd37 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Fix symbol lookup for user namespaces

Previously, sym-meta constructed a qualified keyword from the given ns
and sym, then tried retri...

github.com/nrepl/nrepl - 25eff7c4aac4ee7e4fb0f3fd5c44d64bee06dba4 authored over 4 years ago by Eero Helenius <[email protected]>
Fix macro lookup

The :macro meta is a boolean. The Bencode encoder cannot encode
booleans, so we have to turn it ...

github.com/nrepl/nrepl - 4886224add4fef81232a2cd220d4bb6b6501c3cb authored over 4 years ago by Eero Helenius <[email protected]>
Retain file meta when file is not in classpath

By default, the :file meta is the path to the file relative to the
classpath root. However, many...

github.com/nrepl/nrepl - a0976e372e339f03c370f7bec7daed0dd5eccc3f authored over 4 years ago by Eero Helenius <[email protected]>
[Docs] Fix the completions op return value

github.com/nrepl/nrepl - de2f68b624398cb984344a7f1cf143ac287d9769 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Docs] Update a code snippet

github.com/nrepl/nrepl - fe279706858b60d78fd8df4b39febbf4d9729a59 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Docs] Replace Liberapay with GitHub Sponsors

github.com/nrepl/nrepl - a7a2281ecec204bd5d9ae02c2bd15084652796b4 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Release 0.8.0-alpha1

github.com/nrepl/nrepl - 2f64ed3b200efa54065aee62531a8188faf9c670 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Add handling of aliased symbols in the lookup middleware

Take 2. Turns out all I needed was ns-resolve...

github.com/nrepl/nrepl - 78c7e323131c7ae34250742d8eaf0353ed667898 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Revert "Add handling of aliased symbols in the lookup middleware"

This reverts commit cb97ec90670d76ed721a1d8a98607433a74d6d5b.

github.com/nrepl/nrepl - 150f9be05affaf6a18107b00284dae86b1650643 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Replaces a few usages of middlewares with middleware

github.com/nrepl/nrepl - ecfe65021ca87c2895358255e5307ee1698afc04 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Provide more granular var types in the completion candidates metadata

github.com/nrepl/nrepl - 7a0af66e61673aea8640463807b6081c986bbcea authored over 4 years ago by Bozhidar Batsov <[email protected]>
Add handling of aliased symbols in the lookup middleware

github.com/nrepl/nrepl - cb97ec90670d76ed721a1d8a98607433a74d6d5b authored over 4 years ago by Bozhidar Batsov <[email protected]>
Appease cljfmt

github.com/nrepl/nrepl - 18f472f33b18c23f4bb0ef2c99d44d691609ecb8 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Fix load-file return value (#194)

The "Built-in Ops" doc says that load-file returns `*ns*` under the `:ns` key after
successful ...

github.com/nrepl/nrepl - 03e960e3a3840ace74ce5af02e516217cc509b79 authored over 4 years ago by Eero Helenius <[email protected]>
Enable page pagination

github.com/nrepl/nrepl.org - 4545573fa3818e59cefc1667823e345ba3090989 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Revert "Add an example of ~/.lein/profiles.clj configuration (#45)"

This reverts commit 77aa9b4f3506b34dfa14be96872fe1d282bcdad9.

github.com/nrepl/drawbridge - 8c4900c235476f826d922aeae1fd251a252d8b21 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Add an example of ~/.lein/profiles.clj configuration (#45)

github.com/nrepl/drawbridge - 77aa9b4f3506b34dfa14be96872fe1d282bcdad9 authored over 4 years ago by Mike Bohdan <[email protected]>
Update site docs

github.com/nrepl/nrepl.org - e95fa91429a5f09cfe3354fb548047a835f05690 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Add usage examples

github.com/nrepl/bencode - 569e6aeb017af317cd95872bf5056b0ecfa68a5e authored over 4 years ago by Sameer Kolhar <[email protected]>
Rename the complete param to complete-fn for clarity

github.com/nrepl/nrepl - 23361dd2792338310c048df22a5995c80bf4c37d authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Fix #180] Provide a built-in `lookup` op

github.com/nrepl/nrepl - 6291c2ecfc104c19af76d79a3a20fb08c159e97d authored over 4 years ago by Bozhidar Batsov <[email protected]>
Remove migrated tests from core-test

github.com/nrepl/nrepl - b3cddcf3fea8a9dddc18de18de6c8c959e48452e authored over 4 years ago by Shen Tian <[email protected]>
Extracting the print middleware tests into own ns

github.com/nrepl/nrepl - 6ecbc646596ee8c91ac75550b7d998874af8e6aa authored over 4 years ago by Shen Tian <[email protected]>
Update site docs

github.com/nrepl/nrepl.org - c76e08c4899eb5426b22e86ff50c53cc70ca9ee5 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Tweak some wording

github.com/nrepl/nrepl - db46bf712dafc1adc09a8ff01454fd93147c5abb authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Docs] Tweak some wording

github.com/nrepl/nrepl - 665f559037ff171e8772e0c4192e38e618060d43 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Docs] Fix some typos

github.com/nrepl/nrepl - f4555eb06b5fe65519bea84d0418947d49fc8aa9 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Update site docs

github.com/nrepl/nrepl.org - 9eb9707677ab573c8945def96cdb86ac6ecf1cd3 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Fix #155] Document the recommended middleware naming conventions

github.com/nrepl/nrepl - 95be349c3fac7f979121027bdf52c352b37b49c9 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[#144] Add a stub for the best middleware practices documentation

github.com/nrepl/nrepl - 26f757d78b58513aad743f5119fc61c4e9bd3953 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Make test output a bit cleaner

github.com/nrepl/nrepl - a4db591e2352117d1244977c1204baea7e302012 authored over 4 years ago by Shen Tian <[email protected]>
Avoid writing partial messages in the bencode transport

Wrap the write in a helper fn that first writes it to a buffer, and
if successful, send the whol...

github.com/nrepl/nrepl - c9f6991aec061c2ea61eedcaaffb979ec85b0b46 authored over 4 years ago by Shen Tian <[email protected]>
Mention the need to install Node.js to use the Node.js REPL

github.com/nrepl/piggieback - 454f18193cef09426bc3a90a05a04b4fc3200c86 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

github.com/nrepl/bencode - d061e3516e299aabb6aa02b118558b0a6b4d023b authored over 4 years ago by Bozhidar Batsov <[email protected]>
Update site docs

github.com/nrepl/nrepl.org - 54fbd5f7badd76705d50a9691bdb544674246bd5 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Docs] Group together related clients

github.com/nrepl/nrepl - b57b79c0b5e274805a4e38f8c557ccbaab2775fa authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Docs] Mention nrepl-python-client

github.com/nrepl/nrepl - a1e80ee5a80004f7577829b14361b338c4ff9b46 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Docs] Mention Tutkain in the list of clients

github.com/nrepl/nrepl - bb83441224feb3f7a32e34f2c801693af4f4d004 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Docs] Add a note about clients that can manage nREPL's lifecycle

github.com/nrepl/nrepl - 4112640075cc639d3e56347cbe780fb3b0fc0b9a authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Fix #113] Change how we set classloaders to fix hotloading in Lein (#190)

As far as I can tell, the cause is that the combination of using Leiningen in/out of projects, a...

github.com/nrepl/nrepl - 9b480531d7f2df133f42a5a664d95dcbbf6b92c3 authored over 4 years ago by Shen Tian <[email protected]>
[Docs] Update the babashka nREPL URL

github.com/nrepl/nrepl - 2ab5f01cd8538a4d9ee7b24f9cf38c0817d3d960 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Add back read-cond docs (#189)

github.com/nrepl/nrepl - 1c30a63bf0cada7d811e578ea13e8947c497f198 authored over 4 years ago by Shen Tian <[email protected]>
Update site docs

github.com/nrepl/nrepl.org - 6bcf232cf908e90bf4a44ea12a4f7f96749459f4 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Extend the FAQ

github.com/nrepl/piggieback - 197cff04398c460ea58d99fbee5b6ea3e6d37e39 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

github.com/nrepl/piggieback - 483e9e99b47e5f58da975ba5a787dedb79cbb1e2 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Update changelog

github.com/nrepl/nrepl - 933e08b7ef0a66002bf5bf6369088515e1c4b42f authored over 4 years ago by Shen Tian <[email protected]>
Display an error if we attempt to create a tty client

github.com/nrepl/nrepl - 9be6b215d7e74d8fd9f05b07a064fdc012cb5cc0 authored over 4 years ago by Shen Tian <[email protected]>
Update cmdline client to listen to greeting message

github.com/nrepl/nrepl - ff486c1076ccb2a9fb6a66b94cdfd341aef5da78 authored over 4 years ago by Shen Tian <[email protected]>
Update non-LTS java version from 13 to 14. Update docs

github.com/nrepl/nrepl - 773aff8494ed322f3c3175f0dac5926ce565a229 authored over 4 years ago by Shen Tian <[email protected]>
Adding kaocha test runner

github.com/nrepl/nrepl - a3c71a600644545dabb9037ed60fcf970c2f1758 authored over 4 years ago by Shen Tian <[email protected]>
Adding some tweaks to make tests run better with Kaocha. Update docs

github.com/nrepl/nrepl - f269c8673a494186b60450efac31b9950d5ee7a9 authored over 4 years ago by Shen Tian <[email protected]>
Allow loading of extra namespaces along with middleware changes

github.com/nrepl/nrepl - a7e240857bc4fcdd5ee4827c95ec38242385d52a authored over 4 years ago by Shen Tian <[email protected]>
Adding documentation and addressing review changes

Updating docs, including expanding the building clients
section.

- Deprecating the default-midd...

github.com/nrepl/nrepl - aa717e1fa8497f907b66cd411720fc06b9e3307e authored over 4 years ago by Shen Tian <[email protected]>
Adding documentation

github.com/nrepl/nrepl - 76d6b8f6ecf4fb3b8d443734bb59d8d91a802501 authored over 4 years ago by Shen Tian <[email protected]>
Introduce the with-session-classloader macro

github.com/nrepl/nrepl - c3ec4c699e4c9ac439fda822daeb0dda17370c9a authored over 4 years ago by Shen Tian <[email protected]>
Handle unresolved middleware in the loader. Refactor describe test

github.com/nrepl/nrepl - 4eaa6e087f000612966570b8cdf0bbfa29daf405 authored over 4 years ago by Shen Tian <[email protected]>
Adding the dynamic-loader, including tests

Included adding tests both for the middleware, but also an integration
test for using it with th...

github.com/nrepl/nrepl - 38ae1491cd7bdff4fedc222321dc05ba68e811a3 authored over 4 years ago by Shen Tian <[email protected]>
Release 0.5.0

github.com/nrepl/piggieback - 1787210c82dc7e74938e94650d46bdf10d3bbadb authored over 4 years ago by Bozhidar Batsov <[email protected]>
Extend the Design section of the README

github.com/nrepl/piggieback - 289b375e354046cc740a10214ede001a03318e5f authored over 4 years ago by Bozhidar Batsov <[email protected]>
Fix the handling of the completions op

github.com/nrepl/nrepl - 1bf48d9fc922cb77b0557ece290afbfc3f2636ca authored over 4 years ago by Bozhidar Batsov <[email protected]>
Tweak a couple of changelog entries

github.com/nrepl/piggieback - 954a383c6f9aa860b28f83e7ba00cd2e6a84cda2 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Tweak some wording

github.com/nrepl/piggieback - 5c95114883206770044f3f4fe237266a8f2fe64a authored over 4 years ago by Bozhidar Batsov <[email protected]>
Patch up user.clj

github.com/nrepl/piggieback - b8b80235f58bf6785f80e6c7d9df9d7850098bcb authored over 4 years ago by Shen Tian <[email protected]>
Changing docs from nashorn to node

github.com/nrepl/piggieback - be891f587fc3070dca7d7716f8c76268c29f56aa authored over 4 years ago by Shen Tian <[email protected]>
Reformat a test

But also trigger ci

github.com/nrepl/piggieback - 0fdcbbe01865de32ac16234a78a1bf207d7fd7fd authored over 4 years ago by Shen Tian <[email protected]>
Change tests to nashorn

github.com/nrepl/piggieback - 160360803c1e97db5e3ea0a2547ef72cb19b8f89 authored over 4 years ago by Shen Tian <[email protected]>
Add handling for nrepl.util.print/pr

It's a recent addition in nREPL 0.8.

github.com/nrepl/piggieback - a0f496c37eabf818f83a27c2a05922f3808f0a5a authored over 4 years ago by Bozhidar Batsov <[email protected]>
Tweak some wording

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

github.com/nrepl/piggieback - a8345ee71650d61f0042798043bd5aa2e6f24521 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Implement nREPL's pretty printing functionality (#108)

Try to read the ClojureScript evaluation result in Clojure and rely on the nREPL
printing middl...

github.com/nrepl/piggieback - aa037fd013152fac969a161e9cda52f03df062bd authored over 4 years ago by Ákos Kiss <[email protected]>
Update the test matrix (#114)

github.com/nrepl/piggieback - a5d8b25d2bb0e3a5e4c4cf674798cc0a4f8058db authored over 4 years ago by Shen Tian <[email protected]>
[Docs] Improve the structure of the clients listing

github.com/nrepl/nrepl - fa747d3066a7aa80c6689c80d8783a8a35aad981 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Docs] Update the Conjure URL

github.com/nrepl/nrepl - fef2f62fdcdce5e141c2ad9fbc16c80d492f0063 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Fix #174] Document the new completions middleware in the changelog

github.com/nrepl/nrepl - 5d6a2e3d9fafd0e7fda87402bb5b3f90ae7e9411 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Bundle a couple of print functions compatible with the print middleware

github.com/nrepl/nrepl - 770ef5b0c803673ddafba5553db5d5ff9da67fc7 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Update the namespace of the load-file tests

github.com/nrepl/nrepl - 839fbb29602385e07e9f136fd90f2f21f983594f authored over 4 years ago by Bozhidar Batsov <[email protected]>
Rename nrepl.completion to nrepl.util.completion

This adds a bit more structure to the code.

github.com/nrepl/nrepl - e70ec8d729146a2cfe74339b457580cf2d2535b9 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Update site docs

github.com/nrepl/nrepl.org - c14aeed8f6ca49dd34f5b851c372b2997e7645bf authored over 4 years ago by Bozhidar Batsov <[email protected]>
Improve the completion middleware

* Made it possible to provide a custom completion function
* Added a couple of basic middleware ...

github.com/nrepl/nrepl - f269de081ae34c25c3aca7058e3630e43a634f55 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Document eval's optional ns param

github.com/nrepl/nrepl - 74a6403db976cdc42238dfa3933f6cf02b9e780a authored over 4 years ago by Bozhidar Batsov <[email protected]>
Fix a typo

github.com/nrepl/piggieback - 749f0c64c93169680ebca36db105dcf8239b6b05 authored over 4 years ago by Bozhidar Batsov <[email protected]>
README: Add notes about starting CLJS REPL

When I tried to set up a CLJS REPL in Cursive for the first time, I only
followed the instructio...

github.com/nrepl/piggieback - eecf8d5ef425f6fcf6ece96359e714de9756338a authored over 4 years ago by Richard Möhn <[email protected]>
Fix eval docs typo

github.com/nrepl/nrepl - f97a23370ecebc976498b25da46cb69918b88b0b authored over 4 years ago by Alan Chan <[email protected]>
Fix indentation

github.com/nrepl/nrepl - ac717b6f1799ba2941c82fd1f9247bcd27999015 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Improve the completion test

github.com/nrepl/nrepl - a231108a7f5b934e60eb0279d17670267ebf3ef6 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Fix a couple of issues with Java method completions

* :candidates -> :candidate
* There were duplicates in the list of methods, as some methods migh...

github.com/nrepl/nrepl - 9b238a335e40a6aabb41f3c5a2ccbc03a8fd39b2 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Clean up a bit the completion logic

github.com/nrepl/nrepl - f242f868d0c9c78b295b40683ff5817796ca00b1 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Docs] Extend the list of additional resources

github.com/nrepl/nrepl - d44fb4678615487b5eaf9627e047e88aec0b6ba0 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Release 1.1.0

github.com/nrepl/bencode - 5156bf9644e3d5c8a32003f10b8bdf169d30f5e6 authored over 4 years ago by Bozhidar Batsov <[email protected]>
Allow maps with keywords or symbols to be written (#8)

github.com/nrepl/bencode - 4695e640cd43104c32337fc6fc3feaa5f9cd785b authored over 4 years ago by Shen Tian <[email protected]>
[Docs] Update a code snippet

github.com/nrepl/nrepl - 00459450a43fc738032d429307fc0101984cf2c5 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Docs] Update a code snippet

github.com/nrepl/nrepl - f18a2f2dcac2bb635c0dab9cdb2686b627cc0697 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[Docs] Fix a typo

github.com/nrepl/nrepl - 87cb17b51cf209c3da4d07e7be5a997c2c91873a authored over 4 years ago by Bozhidar Batsov <[email protected]>
Tweak a docstring

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

github.com/nrepl/nrepl - 084903a0ba5f4647561347aa75bf2dd816a83667 authored over 4 years ago by Bozhidar Batsov <[email protected]>
[#174] Introduce a completions middleware

It's pretty rough around the edges right now, but it works.
I've borrowed a lot of code from clo...

github.com/nrepl/nrepl - e3a042288e426b2b65c59c497b4fab9b6df37afc authored over 4 years ago by Bozhidar Batsov <[email protected]>
Strip patch version from :added metadata

It's not relevant there, as we'd never add new functionality in a patch
release.

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