Ecosyste.ms: OpenCollective

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

github.com/nrepl/nrepl

A Clojure network REPL that provides a server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments.
https://github.com/nrepl/nrepl

Update the README

094f30c3bba77f47a5b9ebde7f2e9f54d7293c64 authored over 6 years ago
Release 0.4.1

768a5b2066a1160d47252180de0265d61b764430 authored over 6 years ago
Fix the version parsing

Now the version parts are numbers, instead of strings.

7319ec97e11ed3f5b7833b50b0c840706080f617 authored over 6 years ago
[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...

e536bd56c0eed83f77baae5762abcc04479a33fc authored over 6 years ago
Bump the development version

031586cc39fa8308bac2e66b4339bbe1bd788d50 authored over 6 years ago
Kill a dead test

Seems at some point nREPL had some built-in pretty-printing
functionality, but that's no longer ...

34fb75a143fb57fb86bc6357db6a018d99841f10 authored over 6 years ago
Cleanup a couple of examples

44fd9b36cbcf771033ca8a2680678e5ebe1e7f2c authored over 6 years ago
Release 0.4.0

1f4d9d4ce119ce3632d8d176e174e463d2a37008 authored over 6 years ago
[Fix #4] Change the project's namespaces

clojure.tools.nrepl -> nrepl.core
clojure.tools.nrepl.* -> nrepl.*

That's the final outstandi...

61ab0d9c62860581bad70dda0184a55b5b82b9b1 authored over 6 years ago
Fix a few line comments

6542d4d413bee024c90c9932d4cc6f42cf9a14d9 authored over 6 years ago
Add better license information

8428621a5d3a576aa46e27788d2609e4240d90d3 authored over 6 years ago
Improve the code style a bit

cbeecf6756fcae117e3bce6dd89e80b903be98fb authored over 6 years ago
Fix a bunch of line comments

; should be used for inline comments only.

e43c4de5dae05d5da78587b5ae32033fe836f9ee authored over 6 years ago
Update BEncode URL

40ecf02203242a042d042568360d236861691bcc authored over 6 years ago
Update the README

9107676b4062386fde60d84e4478117021c2481c authored over 6 years ago
Add url and license to the project.clj

d5337c11829e76a3edb79908561e3a6c36ba5d16 authored over 6 years ago
Release 0.3.1

44521a1b879761ada7dbea36283f891f71f4066d authored over 6 years ago
Get rid of some legacy code for compatibility with Java 5

144093363252633a534deef64143001405a1269b authored over 6 years ago
[Fix #26] Specify Java 8 as the compiler target

90db7f9b36a35fa9fff8691a1e121e284ab5fdf4 authored over 6 years ago
Adopt a more structured changelog format (a la CIDER)

a62347f6401a075fd34e9f7122c023866d63a42e authored over 6 years ago
cljfmt compliance

This change is not strictly related to the PR that I'm implementing,
but it makes all the tests ...

193b5d901c35752a5d7ae7aa94b0a54c6e3a990c authored over 6 years ago
Fixed some messages not resulting in status :done

Signed-off-by: Александар Симић <[email protected]>

Fix for :status :done

The original patch wa...

61b012dec040bab4580e7827aabf48d1707d59af authored over 6 years ago
Added a test for no-code operation

Test for the case when running just "op" "eval" with no "code"
provided.

e68d7732c71b3008d89e0207de8074e6dab23c0a authored over 6 years ago
Updated the CHANGELOG

Added the info about the bugfixes to session & interruptible-eval
middlewares

a1bdb6e4a5b581bf1381f4bcb8921d6e9715e793 authored over 6 years ago
Update the copyright

ca489752a0a5e9ed0ed80a95dbf1c17e00992503 authored over 6 years ago
Add a Clojars badge

063e6abae5ad3b0c039f1c8bd012d029a46f3c2f authored over 6 years ago
Simplify project.clj a tiny bit

nrepl/nrepl is the same as simply nrepl.

20134cefc069d0d087aa9b880554e3223a003c8b authored over 6 years ago
Bump the development version

9dd71a4dba97562e0aa1a00b1b1b10f83220e399 authored over 6 years ago
ns clean up

Went through all the ns declarations and tried to follow the
recommended best practices for ns r...

e10e7fd1a4b3ae5d293ce6855ed2db6fdeb6c207 authored over 6 years ago
Add a proper description to the project

b63debd37c107d2ff0ed36c5103a3bf1af0e0383 authored over 6 years ago
Fix a typo

f9209f091550480f8655775e452424162f42627e authored over 6 years ago
Update the Clojar coordinates

No one will be affected by this as no one is really using cider/nrepl
yet.

After thinking for a...

f10a9a98f85256b4126a9170dd3de2cfeb0cffb5 authored over 6 years ago
Update the repo URL (again) :-)

This time is the last time! I promise! :-)

0bc6c662bb4e1cdc592aed2f85fcdff9e90b41f0 authored over 6 years ago
Update the build instructions

521aa4795b1da949e990b2c05d516c2bcb62e8c0 authored over 6 years ago
Update .gitignore

db9b7c511dfd34b46edd0e06b24029d63eb11da1 authored over 6 years ago
Fix a broken link

9509815050fde45c1e88a0a1946addc502b0e797 authored over 6 years ago
[Fix #1] Release nREPL 0.3.0!!!

46380a980b58dbf134928029c118042b564ff761 authored over 6 years ago
Tweak some metadata for consistency

3ab6c1f02a5db0067849f3ca49cd55242aa9340d authored over 6 years ago
Use a proper docstring

2c9e7c883a0e74e4e5637680b0073ce608716a53 authored over 6 years ago
Fix the version string

ac8f6bba9f2b40ff4eef3e9015c905d38b2baa87 authored over 6 years ago
Update the changelog

459ed52c56fdc1c80576bf79f9cd921e0a295028 authored over 6 years ago
Change file encoding to utf-8-unix

40a4a3efb1f652ef225022ab815aa9c68198173c authored over 6 years ago
Change the maven-specific dir structure to something more lein friendly

e72434f46e96f675aa9fb9f0a850ec8d26a8d88d authored over 6 years ago
Get rid of our maven legacy

1558f70ce7cad217a9021d980460081bb9104d0a authored over 6 years ago
This warning is not being used anywhere

Not only was it not being used, it had the :reason part outside the
disable-warning config section

b477ead489b5bd1777e51f2e2fa4b0bf9896e2c8 authored over 6 years ago
One less complaint from Eastwood

Reorganised the require so that it makes Eastwood happy

32aff2d9e8b2712f4f6abd17e2758ddc97522bef authored over 6 years ago
Corrected require in clojure.tools.nrepl-test

I've done this in order to suppress a warning from Eastwood

3620ede677838475287b436412ccfb12f9886320 authored over 6 years ago
Whitespace & blanklines

Removal of whitespace and blanklines. Not intentional but my editor
picked it up when saving.

G...

16fbdab8bc44c8a9ca95e0354b283add4c78a68a authored over 6 years ago
lein cljfmt fix

Ran lein cljfmt fix as that is one of the steps in the CI run.

It was mostly just indentation i...

f80e763e77f9a943e8d0ad2557ae9aaa5e09db6f authored over 6 years ago
Eastwood warning fix

Added # in front of doall.

Added additional ';' in front of a comment so that it's indented
nic...

78c2c91a945c6499a7fa78b4465f195c6f78f778 authored over 6 years ago
Not sure if this should be ignored

But adding it to the ignore config of eastwood so that if it needs to
be removed it'll be easier.

0de3d6365c9be1bb22f4f23adf0235ad2d55fa87 authored over 6 years ago
Don't reinvent the logging

The main reason for implementing this is because eastwood was warning
on the two issues:

* src/...

5987435ed197f5b2e2ccbe9bac1b09deb7ca222c authored over 6 years ago
Making Eastwood happy

Eastwood warning:

src/main/clojure/clojure/tools/nrepl/middleware.clj:151:29:
local-shadows-var...

0edb25c24454afbc52af4b7ed2acc73ea942965c authored over 6 years ago
Prevention of read shadowing

Eastwood error:

src/main/clojure/clojure/tools/nrepl/transport.clj:42:49:
local-shadows-var...

3ed3cfa100a37785c5ae3fc57294b655725e72b3 authored over 6 years ago
Renamed symbol to keep Eastwood happy

And to prevent it from issuing warnings

f5fa25918952f5ed1179812bc09f07718271b83c authored over 6 years ago
Two Eastwood warnings less

Switched to assert here as per Eastwood's documentation

bb13e37c8b687db24eb859749139733fb166b4b1 authored over 6 years ago
Use eastwood-ignore-unused-ret macro

This way it's more consistent with piggieback project so when it comes
to removing/fix it, it ca...

5136c5895c6146c2f00fda2e823631ad8f1d2010 authored over 6 years ago
Namespace formatting fix

cljfmt changed the order of the namespace arguments.

Cleaned it up so that the name of the ns g...

c812c3f25c19956799944f095b530b69f98646a9 authored over 6 years ago
Ignore the macroexpansion of while

There are two while functions within clojure.tools.nrepl-test which
macroexpand to an if clause ...

54cabc21dd079548ef0d2926385dff588450e358 authored over 6 years ago
Fix for Eastwood's unused-ret-vals-in-try warning

Eastwood error:

src/main/clojure/clojure/tools/nrepl/middleware/interruptible_eval.clj:145:9:
u...

74a8a3a1580665d7d25ced881e31ef5873236833 authored over 6 years ago
Further Eastwood compliance

Reorganised the namespace declaration so that Eastwood would not
complain

f431f67b91276d9bc9253c8c469257d26d371653 authored over 6 years ago
Switch the encoding of the history file to utf-8-unix

2fd2824751bfe455b1d50245adadc019952ab262 authored over 6 years ago
Update the history a bit

c68d495e04134ce0cafb36ac240cd3c4347dc3da authored over 6 years ago
Fix the formatting issue for real

5ad3a0e5dafeb424867de9fe6c6ff869a7496979 authored over 6 years ago
Fix a formatting problem in the history

e2249a3391c519a7e591ed0fccf98b9da0d0748b authored over 6 years ago
Update the CIDER entry

eda17a543251bdc6316cff5ec1aaa77d541d46ad authored over 6 years ago
Update a couple of links

9115ed59202679aa1f5c1a5c7b4293c415c806c2 authored over 6 years ago
Fix the Travis badge

c8f956b6c78382f6f13d0ee5d1b25ccc54d25248 authored over 6 years ago
Tweak the project.clj and the Travis CI setup

Basically they are the same as orchard's now.

e625bd8ca4466eb7f9a00ef9f8b5ff5e2209e822 authored over 6 years ago
Update the deployment coordinates

67bba0767a65e9ffff5f9a5749701bc1839835a7 authored over 6 years ago
Update a couple of links

9e8faf77f0225e5c68cd00e8242144666b570ff7 authored over 6 years ago
Fix a readme heading

c497d10c4bf3b01a124312fcc2216494215ba818 authored over 6 years ago
added release note corresponding to gh-20

16afef09fcd6ba7a02622b835d31d8899f6d6ffd authored about 7 years ago
status statement

f68ea4385401b715cb3a7f7f9c9d6a6cc9306f94 authored about 7 years ago
a little nREPL history

b5a810a57d578084028e9179765548fee063eaa1 authored about 7 years ago
maven central deployment confirmed

b2b25b1624bfad18c39b4606519b019a4b158beb authored about 7 years ago
[maven-release-plugin] prepare for next development iteration

7ea538c81a82e91b9aaf34af0ef56f51810e9874 authored about 7 years ago
[maven-release-plugin] prepare release nrepl-0.3.0-RC1

155b535eb2380c92f63df462f1fe4c4af64a1f11 authored about 7 years ago
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.

1d92237188654cb5a070a2bf605c44f6bc721e6c authored about 7 years ago
working deployment script

94cb264d8f7e56f9747a5bf69e3c92b0bbd74aa7 authored about 7 years ago
wrong groupId in "integration" poms

e827949f7c505b98b29dd7540f5a56b161c7ea73 authored about 7 years ago
don't push tags before maven release is deployed

da9ac4f9bc573929a0ae40ed6f2b91df346b1444 authored about 7 years ago
prepped for 0.3.0 release, drop various vestigial contrib-related bits

69e1568829c82fff40a77c7013c223470bc39340 authored about 7 years ago
com.cemerick/nrepl coordinates

9cc4cfe5fee7886d9cf79ee2b0394d58839425ac authored about 7 years ago
build status badge

5c6c22365eeb9d9d8fd5d8672a0c94e48fdf9128 authored about 7 years ago
"integration" tests for clojure 1.7 - 1.9-beta2

36fa4d676a132ddbac9be0c7caa7dec00bee5ce7 authored about 7 years ago
duplicative mvn invocations

d304deece4d0542c0e6ac94c863977c508c8b100 authored about 7 years ago
apparently networking environments exist where ipv6 addresses will resolve, but cannot be bound

36c77ddb03f2499f8b95701148a73d6d809b081d authored about 7 years ago
travis?

a70eda31ef24559fb87a2321be7e0c39bb2038d7 authored about 7 years ago
make tests windows-friendly

5ae3423558e37b7712351d0ed61a08a5361fec44 authored about 7 years ago
build bits updated:

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

875ead2cd9c12aea283a347d6460ae28511a11cd authored about 7 years ago
NREPL-83: default :bind to ::, fallback to localhost

0333ce9b582d8027b62c89e8a5b489b7748b004e authored about 7 years ago
0.2.13 release notes

90b794488e2883972e7cb4f11db8f6ef167b6c71 authored about 7 years ago
Correct version number

Current version is 0.2.12, README had 0.2.11.

00d302844f7531069ad1b7f5264a73df723ba2a8 authored about 7 years ago
Add " to balance string delimiters

Spotted by @Grahack -- thank you!

79c849b7272160b7da2e3a8ba42db81e51182014 authored about 7 years ago
fix test for Clojure >= 1.8

1e3dcc8b42ec645f2633d034a65b8beff72df127 authored about 7 years ago
eval and load-file use the `file` msg attribute for different things

7cf61983834cdb919a6c6d2fed5d4b98e6833103 authored about 7 years ago
impending 0.2.11 release

cfd179b63d99e4e6ec165cee24f3d143aa9a03ee authored about 7 years ago
Add support for REPL evaluations that include reader conditionals, NREPL-78

607e68d57f3c2652f4307fc64fbe88da9162689c authored about 7 years ago
NREPL-59: Tracking source form positions in eval

e03670d2c14ef854e5c2410e640a49bc0e8f8f86 authored about 7 years ago