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

Extend a bit the Lein and Boot docs for starting nREPL

github.com/nrepl/nrepl - 515217dda4f7d4e66cd9fe8852f94d9ad1caf108 authored about 6 years ago
Update the server configuration section of the manual

github.com/nrepl/nrepl - 6b4cda30c5c3e1eba1fdbdcad2b2984acdec3562 authored about 6 years ago
Mention that Leiningen's release bundling the new nREPL is already out

github.com/nrepl/nrepl - 0a0f76a9292c05c489c20df2786c3a3eb5311166 authored about 6 years ago
Bump the fastlane dep

github.com/nrepl/nrepl - c82f8f345abc63a7216b84f303715748ee411063 authored about 6 years ago
[#8] Update the changelog

github.com/nrepl/nrepl - 54bb1f5bbeffacdcbd768dc690719d9cb38cac93 authored about 6 years ago
Upgrade to recent version of Eastwood

github.com/nrepl/nrepl - 62d87539ea16c9fee537ecb04dbb521836769961 authored about 6 years ago
Fix missing require of clojure.string

github.com/nrepl/nrepl - 007b30507205cd8c141bdaf5bf0e36550ef63741 authored about 6 years ago
Regenerate the manual

github.com/nrepl/nrepl.org - 8c398139b8f3c3d326859a89aa7e0fa27727d5ff authored about 6 years ago
Don't build the manual for every bug-fix release

It makes much more sense to build it only for the newest bug-fix
release from each feature branch.

github.com/nrepl/nrepl.org - 3ce6df28ed0189cac56ba6ed80872b60b9d4932c authored about 6 years ago
Fix a couple of links in the manual

github.com/nrepl/nrepl - 8d8506c51398a40efed16d7cd6bbb365d483f79b authored about 6 years ago
Fix event-stream dependency for antora by regenerating package-lock.json

See-Also: https://github.com/nrepl/nrepl.org/pull/2#issuecomment-448410831
See-Also: https://git...

github.com/nrepl/nrepl.org - dc9b2ee6902114795db3c7b016ac2a35d61aa595 authored about 6 years ago
Regenerate the manual

github.com/nrepl/nrepl.org - d0199918deeb9e90f397aa455aafb1744ed64ec8 authored about 6 years ago
Fix nrepl.xyz -> nrepl.org

github.com/nrepl/nrepl.org - 59fb546f1a645061966f09f0e0579785c95d716f authored about 6 years ago
clean up context classloader after eval (fix #8)

github.com/nrepl/nrepl - b9619b8c0367c593638aa214b1bb8b1585afb40b authored about 6 years ago
Update a reference to nREPL's website

github.com/nrepl/bencode - ac9af9911a30daf7728be74464525a61343409fe authored about 6 years ago
Add cmdline tests and use correct transport at `send-ack`

`cmdline.clj` was not being test, it add some tests
so we can have more confidence in how our UI...

github.com/nrepl/nrepl - c9f8e2e163cb98f88e2825cfe03b6c933cdf3a96 authored about 6 years ago
Remove unused function (#37)

github.com/nrepl/nrepl - bf44fd4bc7e8168cbe92b5eeda11bcaec5c1d5ee authored about 6 years ago
Add ops.adoc generation script behind `lein docs` (#94)

Run `lein docs` to regenerate nREPL/doc/modules/ROOT/pages/ops.adoc.

github.com/nrepl/nrepl - 9e06c985876048eb8cb6c9562fdfdc6676f6552a authored about 6 years ago
Update the homepage's url

github.com/nrepl/nrepl.org - 80bde8463573a59282c90ee3827acd815edf8f2e authored about 6 years ago
Update the homepage's url

github.com/nrepl/nrepl - 15ce1e96da05cabc4cd0e40f413f5cf3a3b47d02 authored about 6 years ago
Update CNAME

github.com/nrepl/nrepl.org - af759e3ef4281781b601f8d9cdaec51b6bf5f248 authored about 6 years ago
Fix nREPL initialization with `:ack` port passed via cmd line (#103)

Starting nREPL with an ack port passed from the command line
raises a "java.util.IllegalFormatC...

github.com/nrepl/nrepl - f14535de4bafee596d197b292216249356ff3985 authored about 6 years ago
Fix `run-repl` using a different transport

When testing with fastlane transports, the REPL was being
started using bencode and was giving a...

github.com/nrepl/nrepl - 625a2ba3af8eacfd234753d1c2f03487f9940732 authored about 6 years ago
[Fix #100] Rework bindings management (#101)

github.com/nrepl/nrepl - 64dafe79ca2afd1df7deba58a6f6bb25c1b92096 authored about 6 years ago
Update the changelog

github.com/nrepl/nrepl - 79e2dfb7fa76b41c05e16a8ce4ef7395a4816487 authored about 6 years ago
[Fix #16] Use a single session thread per evaluation (#98)

Each registered session now has its own thread for :eval. Upon successful interrupt this thread ...

github.com/nrepl/nrepl - adb1c1427f47a7398e28275bbb0ac5a36d58ae04 authored about 6 years ago
Release 0.3.2

github.com/nrepl/lein-nrepl - 3d75915ac5e69f242981aef26526a307acfc1745 authored about 6 years ago
Bump the development version... again :-)

Hopefully we're done with the unexpected bugs!

github.com/nrepl/nrepl - 0e7e01113ccb19196165bb9c1a18360a0672337c authored about 6 years ago
Release 0.5.3

github.com/nrepl/nrepl - f0414e94948c1ff074638543f5600d1ccb5f7384 authored about 6 years ago
Make sure transport-fn is never nil in send-ack

A small oversight here in the ack-related code caused a massive
problem for Lein users - see htt...

github.com/nrepl/nrepl - e4d816812f2a864e004579d0f1e7414a141a8dd6 authored about 6 years ago
more direct retrocompat for *print-namespace-maps* (see #33)

github.com/nrepl/nrepl - 256ca0ed4a3b61d156393a0b897a40e2b539cbfd authored about 6 years ago
Add @cgrand to the Team page

github.com/nrepl/nrepl - 934ee2e0405578207b25b2dd12123e273a70e43e authored about 6 years ago
Bump the development version

github.com/nrepl/nrepl - 9d023aa5fda5de6040955d5f24866b2a8e4cfd00 authored about 6 years ago
Release 0.5.2

github.com/nrepl/nrepl - b39175e2916cc855a0e5c7cecd198b0e2afc1d4e authored about 6 years ago
Touch up a docstring

github.com/nrepl/nrepl - d009a0c53526c32187d97f0fbf724349b8f057c6 authored about 6 years ago
[Fix #90] Add a simple way to look up the uri scheme for a transport (#95)

github.com/nrepl/nrepl - 65243c254beafa2f4f4d72219d6446b4f33d08f9 authored about 6 years ago
Extend the documentation for greeting-fn

github.com/nrepl/nrepl - 5e4cab8410584a17f6447ab9238903bd211e5965 authored about 6 years ago
Document greeting-fn (#91)

github.com/nrepl/nrepl - 3270cf5005dfb3d4a18e6a0fecda22226d52aefd authored about 6 years ago
Fix tests for clojure 1.7

github.com/nrepl/drawbridge - 8fdbb65bc51b6180b79f07a94fbbe1fdc986ebdf authored about 6 years ago
Replace aleph by jetty server to fix DatatypeConverter not found exception on java 11

github.com/nrepl/drawbridge - 9b44e5714451405c38d334116b459951de1d4a5e authored about 6 years ago
Bump the development version

github.com/nrepl/nrepl - d0ca7e7dba789a2b0a3d26bf1842b5e5514083e7 authored about 6 years ago
Release 0.5.1

github.com/nrepl/nrepl - 3e86543edde4918e5cedad44c105bcf317bcfe41 authored about 6 years ago
[Fix #89] Remove tools.logging dependency

github.com/nrepl/nrepl - 2505f23f436745b54c7259b4de1fa1fc14ae1e10 authored about 6 years ago
Release 0.1.0

github.com/nrepl/fastlane - df3a66fc7172380d4beddc76bf87e55c38c26271 authored about 6 years ago
Regenerate the manual

github.com/nrepl/nrepl.org - 4078278ef38cba27ca4cf054df4731a66e99c586 authored about 6 years ago
Bump the development version

github.com/nrepl/nrepl - 2c362af783d8ae27fc8ebfc3e63b486a576f5cc4 authored about 6 years ago
Release 0.5.0

github.com/nrepl/nrepl - d06515128fe878e326a067e7492ff7a154ff2c0a authored about 6 years ago
Add transit transports

github.com/nrepl/fastlane - 33e353e82ecb3dcaa8a723b44bc4fda5260238f7 authored about 6 years ago
[#61] Lay the foundation for a Transit-based transport (#84)

github.com/nrepl/nrepl - 77335a912dccb8004aa7552d2a086f998e282b74 authored about 6 years ago
cmdline: explicitly convert cli values to their config representaion

Convert relevant command line values to their config representation as
a separate step to preser...

github.com/nrepl/nrepl - cdaeea88050f567c863c8c635a4d77045b244f8b authored about 6 years ago
cmdline: provide more detailed error messages when parsing handlers

github.com/nrepl/nrepl - dd1bccf7d6959891e33bd30ba38f924b3e6949c6 authored about 6 years ago
cmdline: flush and shutdown-agents before exit

Have all exit calls throw an ex-info exception with a ::kind of ::exit
which is caught in a top-...

github.com/nrepl/nrepl - a8b3390462c1290677c337c717ed474193f2fb1e authored about 6 years ago
cmdline: don't misread a #'foo handler as a symbol named "#'foo"

Parse with edn/read-string instead of symbol.

github.com/nrepl/nrepl - 7dab033abb0001b788e34e558664874b500b69a4 authored about 6 years ago
Initial commit

github.com/nrepl/fastlane - b9935dc6ab972cf5a8153d306c2d9f6ad576ee37 authored about 6 years ago
Add nREPL's version to the tty greeting

github.com/nrepl/nrepl - 3698c35ef3f60098654eb275b9789e3d9e5f78e5 authored about 6 years ago
Fix some issues with hiccup style syntax in cljdoc.edn (#83)

github.com/nrepl/nrepl - febb941617327b3956d98dd6017c9285784d3a55 authored about 6 years ago
[Fix #13] Catch ThreadDeath exception thrown by interrupt (#82)

github.com/nrepl/nrepl - a422a1d880ec1c4b08551d0610a55a2875a992bb authored about 6 years ago
Support evaluation interrupt in interactive repl session (#81)

github.com/nrepl/nrepl - 9c40403a299c61cb318b183c1600be2ca364619e authored about 6 years ago
Update README references to piggieback

github.com/nrepl/weasel - 8d86fc9b502ee1fa1a15201f36d245eef14feddc authored about 6 years ago
Add a CI check to verify the contents of cljdoc.edn

github.com/nrepl/nrepl - fb60e7c1e035e22338ab51872e5680a05a7aa862 authored about 6 years ago
Fix cljdoc.edn

For now these empty maps are needed, will be fixed here: https://github.com/cljdoc/cljdoc/issues...

github.com/nrepl/nrepl - 928c6087fb4c7f77899eae995e4f44c79baae9b4 authored about 6 years ago
Merge pull request #71 from abhi18av/patch-1

Minor typo

github.com/nrepl/weasel - 7ceee0224aab3c9505c0f8214b77b7443d9cd78c authored about 6 years ago
Use the terms printer/print instead of renderer/render

After thinking a bit about this I decided this is more in line with
the existing terminology and...

github.com/nrepl/nrepl - 6f4c780c0d6fc9618aca04fd5a5483b14f84d585 authored about 6 years ago
Tweak the changelog

github.com/nrepl/nrepl - ed9c45eeaa48b8246e86adae4d23b0ed2e8bf144 authored about 6 years ago
Fix a deprecation warning

github.com/nrepl/nrepl - f30c438fdf856458e02a5e0077e7521e8e0c1192 authored about 6 years ago
Fix indentation

github.com/nrepl/nrepl - 44b20f60fde0a3f707f22bbeeae848f5aa782b2f authored about 6 years ago
Make nrepl.version/version-string private

github.com/nrepl/nrepl - 10f67330a0f3230d9f21ed1cfd11744af79bccdd authored about 6 years ago
Use nrepl.version everywhere

github.com/nrepl/nrepl - e32e40ac7c1328425d819c7a944539f67085c1c8 authored about 6 years ago
[Fix #77] Exit interactive session when input is control-d, exit or quit

github.com/nrepl/nrepl - 6f87d93f96cf2ef2d75151af5e1b9999d5771fee authored about 6 years ago
Regenerate the manual

github.com/nrepl/nrepl.org - 3a19a1c429c6331e383023cf20c9b3f4ee94196c authored about 6 years ago
Hide the title

github.com/nrepl/nrepl - e721cbd34a8ca4ce287a0fa518404b06672aeb7a authored about 6 years ago
Try to fix the logo

github.com/nrepl/nrepl - 4301cb53d34752be145e17c6e68e0ccfe552dd66 authored about 6 years ago
Add the logo to the manual

github.com/nrepl/nrepl - 95e97a0fd7a358fcc5490fd7478c3008c1491acb authored about 6 years ago
Use version from Leiningen

Inline code from versioneer so it can get version
from Leiningen.

github.com/nrepl/nrepl - 69e39fa44ad625227563a781df56f8557c50aab2 authored about 6 years ago
Add a note about the extraction of nrepl/bencode

github.com/nrepl/nrepl - 51f258c6f955f33887fdc8be204e812ed9045afc authored about 6 years ago
Fix a link

github.com/nrepl/nrepl - 2d3db8ab333003f94df7745d0e78f8dd77dea73b authored about 6 years ago
Mention "nREPL Redux" in the list of additional resources

github.com/nrepl/nrepl - 68c1bcac0f4386ead5dc009d7842d3e96fa50fff authored about 6 years ago
Rebuild the site with the favicon included

github.com/nrepl/nrepl.org - 208f836ee658cdf116097b9161c6fb1127004746 authored about 6 years ago
Add a favicon

github.com/nrepl/nrepl.org - a972dbcfdeb26bbdd8618903ef402dd26d4a8f4e authored about 6 years ago
Regenerate the manual

github.com/nrepl/nrepl.org - 29bcf7755804a66f29101b5242e2c56707371c7e authored about 6 years ago
Update the version of the manual accordingly

github.com/nrepl/nrepl - a5bc623aedacea9bbb6a740d4d675a155512ad94 authored about 6 years ago
Kill some debug code

github.com/nrepl/drawbridge - 9d5fcff6475f2f6ff359c8d243c347537bafc11e authored about 6 years ago
Bump the lein-cljfmt version

github.com/nrepl/drawbridge - 06a253fd458db4a69b72089204e987494e837d22 authored about 6 years ago
Add :scm project metadata

github.com/nrepl/drawbridge - 86db0ab2bdd8d242262abe37dd1783e9738a8a0e authored about 6 years ago
Update some project metadata

github.com/nrepl/nrepl - c6e47b7ac47c6faec3e8367db7cfe1c1fac51cb9 authored about 6 years ago
Switch test HTTP server to Aleph

Aleph works with Java 11.

github.com/nrepl/drawbridge - 62f7a66cd48f027c1b18429efe1d43066a158561 authored about 6 years ago
Run the tests on TravisCI

github.com/nrepl/drawbridge - bcfbae29f659706d4f451f809e9bdb4068938ae7 authored about 6 years ago
Add smoke test for the Drawbridge client (#32)

github.com/nrepl/drawbridge - 7fbb70d45590fbb300f9f92c22f5965195c0be88 authored about 6 years ago
Add square and black-and-white logos (#73)

github.com/nrepl/nrepl - d1ffc7d4e2f8891fd93a874cd25172930700259f authored about 6 years ago
Update the deployment credentials

github.com/nrepl/nrepl - b4ea8ad037e1e823ff2f5fe26963c6366b8daf7b authored about 6 years ago
Replace JDK 9 with JDK 11 in the build matrix

github.com/nrepl/nrepl - 18341ad5b078644d87b1a9e154a2ffa9b15aab16 authored about 6 years ago
Remove the docs deployment task

github.com/nrepl/nrepl - 2582eb8fe5921bc801a8b4661fe7a399cc72333a authored about 6 years ago
Update the repo URL

github.com/nrepl/nrepl - c5365792a32592b2d8c1ca090fd7eb22a9498fab authored about 6 years ago
Bump lein-cljfmt

github.com/nrepl/nrepl - fca39770303012900472aa43572a4e8472a8473a authored about 6 years ago
Bump lein-cloverage

github.com/nrepl/nrepl - ddde87af4ea6522c20446b1f8adee8d031640504 authored about 6 years ago
Remove the codox stuff from the setup

They are not really needed now that cljdoc.org exists.

github.com/nrepl/nrepl - 7a00c67847bdc7c78e0e06168470013dfc463411 authored about 6 years ago
Remove unused binding

github.com/nrepl/nrepl - c46698beb52bfc4cef8359902015b1587a1ad535 authored about 6 years ago
Tweak a docstring

github.com/nrepl/nrepl - b5387f5ead28725ea185b0543908d0c52148cff2 authored about 6 years ago
Rename the config files

.nrepl/config.edn -> .nrepl/nrepl.edn
.nrepl-config.end -> .nrepl.edn

github.com/nrepl/nrepl - 52aeaad0e00b415bd0337597d97b061c72b33505 authored about 6 years ago