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

Fix link to history in README.md

github.com/nrepl/nrepl - 20d597bc39c4bfa4846edf8c343edcd6e8a474a1 authored about 6 years ago by tijsmallaerts <[email protected]>
Fix a couple of headings

github.com/nrepl/nrepl - 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.

github.com/nrepl/nrepl - c3462d4a42ff5974b2985b221b5d1c58454b9037 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Create CNAME

github.com/nrepl/nrepl.org - db0172ccc0b17ffa5c0163d243c590af3dd368cf authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the docs

github.com/nrepl/nrepl.org - 7ad35b38fe6547cc8aa70697b12b659bc7fb856f authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a heading

github.com/nrepl/nrepl - b879ab2daed4149ee0c45fa06ccb10d9f75259dc authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix a file name

Old habits die hard...

github.com/nrepl/nrepl - 300dc1392cfbd5fcbfbe9d15c5eaf0bf2b2e8b2a authored about 6 years ago by Bozhidar Batsov <[email protected]>
Update the docs

github.com/nrepl/nrepl.org - 3bb94003708f0843e588d09059f94f198c179305 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.

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

github.com/nrepl/nrepl - cc50e5fc96ce41858b6af9f345241545c5adcc4e authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix the changelog link

github.com/nrepl/nrepl - 651c1d38725034c688da36be67ec964d6468a345 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Mention the changelog in the PR template

github.com/nrepl/nrepl - 5d158eeb2e65f71bc29a1061cc6c73eb43c4aeea authored about 6 years ago by Bozhidar Batsov <[email protected]>
Continue with the ns cleanup

github.com/nrepl/nrepl - 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...

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

github.com/nrepl/nrepl - 8ad62cb35ce582b10636b844f0dacf0836247117 authored about 6 years ago by Tijs Mallaerts <[email protected]>
Update the site url

We'll be using nrepl.xyz while we're waiting for @arrdem to update the
DNS settings for nrepl.org.

github.com/nrepl/nrepl.org - f9c2e436cd669039d56c9ae3262b53ecf046ed24 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Kill some trailing whitespace

github.com/nrepl/nrepl.org - 3a892ea557d8dda342734ee279a72a37e4133be8 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Add a basic README

github.com/nrepl/nrepl.org - d7b625f88ce7cc135c2e69f65b7dc162239e7e52 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Set correct language for shell blocks

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

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

github.com/nrepl/nrepl - 9b5dcbcffef28574b43887367d9fb9b8ab05966c authored about 6 years ago by Dominic Monroe <[email protected]>
Create CNAME

github.com/nrepl/nrepl.org - b4f9d78c1cf853fd5f15f6af924229201d0ac9a5 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Fix broken link in the manual

github.com/nrepl/nrepl - 661f0eacd15078606ec607cd0f6ac8839724ab07 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Merge pull request #1 from SevereOverfl0w/master

Add asciidoc-based documentation

github.com/nrepl/nrepl.org - 380995d6c22ea635d613da44ceb88c82dabe8943 authored about 6 years ago by Bozhidar Batsov <[email protected]>
Rebuild against latest UI

github.com/nrepl/nrepl.org - 92bd1eada9649366a4fcde95d833a8bb8fdc7aad authored about 6 years ago by Dominic Monroe <[email protected]>
Document documentation

github.com/nrepl/nrepl - 5393c31f24c5a5c551eaccd3d40b3fa201ac4327 authored over 6 years ago by Dominic Monroe <[email protected]>
Fix typo

github.com/nrepl/nrepl - 1e0f323bc831ff8ecbb9a00583a3d2a639ec234d 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====...

github.com/nrepl/nrepl - c3298d92b84ddbdfb71fba456e28a553e6cdadf4 authored over 6 years ago by Dominic Monroe <[email protected]>
Remove default navbar items

github.com/nrepl/nrepl.org - 616e997b6345b6c52cbaed940890c58fd12b0cac authored over 6 years ago by Dominic Monroe <[email protected]>
Autocreate .nojekyll after running antora

See https://docs.antora.org/antora/1.0/run-antora/#publish-to-github-pages

github.com/nrepl/nrepl.org - 4618d9855318108df12f5abaef6501cf57e5895c authored over 6 years ago by Dominic Monroe <[email protected]>
Add command to conveniently build & push

github.com/nrepl/nrepl.org - 7fd20a8c5924c58ae9bbc55e690d386f060ee7c5 authored over 6 years ago by Dominic Monroe <[email protected]>
Add initial site and build

github.com/nrepl/nrepl.org - f565393e4749dde54d9705267814f3d9ef30faa4 authored over 6 years ago by Dominic Monroe <[email protected]>
“root”

github.com/nrepl/nrepl.org - 2d00cdc3e08636d96b42060350eed691017bc225 authored over 6 years ago by Dominic Monroe <[email protected]>
Update a couple of links to the manual

github.com/nrepl/nrepl - e0471a6d2d939d734987ea7315e6e13b337333f6 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Expand the status section of the README a bit

github.com/nrepl/nrepl - 535581821dd5b9ef4d5810fe70c16d04e637af65 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add issue and PR templates

github.com/nrepl/nrepl - 463e0c03fd1c90ae75f21018e2f89af68209e41b authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add some basic contribution guidelines

github.com/nrepl/nrepl - 2590010135d41bc4943ada03c84dc2b16485ddea authored over 6 years ago by Bozhidar Batsov <[email protected]>
Refer to REPL-y consistently

github.com/nrepl/nrepl - 21aad174925aa631814d689ae431fd99c954ed03 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Extend a bit the Installation section of the manual

github.com/nrepl/nrepl - c569ce6205d94c49c88e79201ecc9c450b7d581d authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update the note about boot and lein support for nREPL 0.4

github.com/nrepl/nrepl - ce8f1652c6e82fc1cb3a920b974cca99dc66fcd5 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Show `:host` and `:bind` option keywords usage

Documentation currently doesn't mention how to make nREPL server
listen on a particular address....

github.com/nrepl/nrepl - d7d36d90dc43da10d05b33b56acfdd8cea7718a4 authored over 6 years ago by Iñaki Arenaza <[email protected]>
Fix a copy/paste mistake in the manual

github.com/nrepl/nrepl - 3b5fad70fc233aeac16fdda6ece0087cac75d075 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix a typo (#48)

github.com/nrepl/nrepl - 2dda589d5d8b1f8e299d532a303371cc3654d5ce authored over 6 years ago by Gary Fredericks <[email protected]>
Fix one more markup problem

github.com/nrepl/nrepl - 22644d13b9cb093a8f19227dbb608849bdbad23e authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix some markup

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

github.com/nrepl/nrepl - 6d7e7e4a90b0e42cdf4d595e3c06cb70132e3335 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Tweak an ns form a bit

github.com/nrepl/nrepl - aae21bf9bc2cfc8306583395f53219dba97c7b38 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add a lein alias for running all tests

github.com/nrepl/nrepl - ae7a45c75a28fb096f8c94ea58a7fc00eeda6ca8 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add a -v/--version command-line option

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

github.com/nrepl/nrepl - 3c60c7be0ae9f1d250722bb2db60482787ad2a7b authored over 6 years ago by Bozhidar Batsov <[email protected]>
Revert "Extract version from project metadata"

This reverts commit 76c9a0b163e62b0e59dd523fe9903321c3174398.

I had borrowed this approach from...

github.com/nrepl/nrepl - 991bddee08fa470a65027c9740a21cc9b8bb17b0 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Remove some legacy Java connection API

This was never documented and I couldn't find why was it created in
the first place. Seems it ad...

github.com/nrepl/nrepl - c99ba6e0b43970caaa1d05b0834c0bd647e5bd8b authored over 6 years ago by Bozhidar Batsov <[email protected]>
Mention the command line option shorthands in the manual

github.com/nrepl/nrepl - 82dfa541f4714b37fc6dad26cd962150f36a63b1 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add shorthand names for most command-line options

github.com/nrepl/nrepl - ea70cd8ae3bf9532a714400512ca4459e05a8e44 authored over 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #32] Extract the bencode code into a separate library

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

github.com/nrepl/lein-nrepl - 793789eb66cc63be27d2ed79e412bb689dc26f43 authored over 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #3] Implement :block option (#4)

github.com/nrepl/lein-nrepl - eda16908dd1040b0149c66c19bb6790404a7dabd authored over 6 years ago by vemv <[email protected]>
Extract version from project metadata

github.com/nrepl/nrepl - 76c9a0b163e62b0e59dd523fe9903321c3174398 authored over 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #39] Add a --connect command-line flag

It allows you to connect to a running nREPL server with the built-in
REPL client. This also adds...

github.com/nrepl/nrepl - 297c2916a98b3d5f2077151f01249821e7e8e648 authored over 6 years ago by Bozhidar Batsov <[email protected]>
update version numbers in readme

github.com/nrepl/piggieback - e073a259eaed8ed6e19aa9230e72853b0d46ba7a authored over 6 years ago by Bruce Hauman <[email protected]>
update change log

github.com/nrepl/piggieback - ff20444ea55e57fc8daa695c952cc817f5248f29 authored over 6 years ago by Bruce Hauman <[email protected]>
0.3.9 release

github.com/nrepl/piggieback - f7e1785feb8e50a747a4b209589faf291ec92218 authored over 6 years ago by Bruce Hauman <[email protected]>
fix tests

github.com/nrepl/piggieback - 16db91d814a7f82599e0cc0f685300fa6100f6ca authored over 6 years ago by Bruce Hauman <[email protected]>
honor :repl-requires

I’m not entirely certain why this code is needed to respect
:repl-requires as the option is gett...

github.com/nrepl/piggieback - 148bc010e34bca67939ae788d6badc4269db49c3 authored over 6 years ago by Bruce Hauman <[email protected]>
protect against nrepl ambiguity

github.com/nrepl/piggieback - 52bd0590329eb10fa941a430588a97a687ba3e94 authored over 6 years ago by Bruce Hauman <[email protected]>
Create an .nrepl-port file when using the built-in CLI

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

github.com/nrepl/piggieback - cc79f5764999f2bce42259f018f62ddcb3af74b2 authored over 6 years ago by Bruce Hauman <[email protected]>
bind cljs.repl/*repl-env* when its available in CLJS version

cljs.repl/*repl-env* is expected to be bound during eval in newer
versions of CLJS

github.com/nrepl/piggieback - 28f9d64e5f5839c437439ef23cb7a5ced927af3f authored over 6 years ago by Bruce Hauman <[email protected]>
bump to snapshot

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

github.com/nrepl/nrepl - 25b88afc2d3c965f3e9c0b4774f85274dd73169a authored over 6 years ago by Bozhidar Batsov <[email protected]>
Tweak some formatting in the README

github.com/nrepl/nrepl - 30a61cfba05751adfd1f8dc0091ad5c394a6d103 authored over 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #38] Remove extra newline in REPL output (#43)

:out is now printed as it is, purely based on the user print statement (i.e., as opposed to :val...

github.com/nrepl/nrepl - 1347386676d7e517dba2eeac7a80e31ae68f5122 authored over 6 years ago by samihda <[email protected]>
Bump the nREPL dep

github.com/nrepl/piggieback - 130d3a7138bae89414b606de55a906ea4e747945 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add SCM info to the project

github.com/nrepl/piggieback - 72641bb6b057c43347a113defeedb2964143618d authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add SCM info to the project

cljdoc was complaining about it being absent.

github.com/nrepl/nrepl - 8454aafcb6892f572e1a01b8ca237785d754267d authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix the syntax in cljdoc.edn

Seems I totally messed this up.

github.com/nrepl/nrepl - 756caabcdda5719240c14f21849f0224ff84e18c authored over 6 years ago by Bozhidar Batsov <[email protected]>
Don't show the manual on cljdoc

cljdoc doesn't handle Markdown admonitions, so I think for now we
should just hide manual there.

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

github.com/nrepl/nrepl - 0f5ccbca5c7162da0ff1903b6c4f14cf844d000c authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix cljdoc badge

See https://github.com/cljdoc/cljdoc/issues/96

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

github.com/nrepl/nrepl - 15b9253b51fd867cd13f57ee1cef69e442937266 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Add Clojure 1.7 to the build matrix

Btw, technically speaking nREPL works fine with Clojure 1.5, but
let's keep this a secret. ;-)

github.com/nrepl/nrepl - 3fae49904d63b0fc395fed3e781d1b6e6b97c5ca authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update the references to cider-nrepl

github.com/nrepl/lein-nrepl - b3b26210158067bfbf74143fed9e717db320ccb4 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update the note on middleware compatibility

github.com/nrepl/nrepl - b7e169f04d598a7581a3186e5cb6cb098ab6bc21 authored over 6 years ago by Bozhidar Batsov <[email protected]>
[Fix #40] Set the edit_uri explicitly

I assumed it was derived from the `docs_dir`, it seems it's set
by default to `edit/master/docs/...

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

It simply bumps the nREPL dep to 0.4.4.

github.com/nrepl/lein-nrepl - ea668abd3c658c755132fb9fdbe8b358765addb9 authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update the cider-nrepl instructions

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

github.com/nrepl/drawbridge - d561f08d53c27da5c0eda65ec2431245a97d712c authored over 6 years ago by Bozhidar Batsov <[email protected]>
Fix transport creation

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

github.com/nrepl/drawbridge - ced175489efe4926aa58aeb93e14b6281a1cd10c authored over 6 years ago by Bozhidar Batsov <[email protected]>
Restore compatibility with the legacy tools.nrepl

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

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

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

github.com/nrepl/nrepl - 8deea695d1551a31366cd3503dde6c1059119b1a authored over 6 years ago by Bozhidar Batsov <[email protected]>
Tweak docs a bit

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

github.com/nrepl/nrepl - 06e0f8170e618d6c62bfe86b6578c0d655682d7a authored over 6 years ago by Bozhidar Batsov <[email protected]>
Update the list of editors/clients

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

github.com/nrepl/nrepl - bcb982f51d735bab6c8c646fe82a23b46a2b74fb authored over 6 years ago by Bozhidar Batsov <[email protected]>
Make it possible to start nREPL using a custom handler with the

cmdline interface

Super useful for users of the Clojure CLI tools.

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

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

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