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 REPL stream writer impl

github.com/nrepl/nrepl - ff8326a22e59936261e8792a85ceb78cefa3de5d authored about 14 years ago by Chas Emerick <[email protected]>
tweaked todos

github.com/nrepl/nrepl - bc10d0aef0e778d702172cd5d89ff3f76cb9e1e0 authored about 14 years ago by Chas Emerick <[email protected]>
add optional color output to nrepl command line support

github.com/nrepl/nrepl - 4476c58f93cd5a7600d45c539e492a2785bd0c80 authored about 14 years ago by Chas Emerick <[email protected]>
print exceptions on *err*, not *out*!

github.com/nrepl/nrepl - 6f26b7eb7517670caaa77c69348f2aaff4a7135e authored about 14 years ago by Chas Emerick <[email protected]>
add Java-compiled entry point class to avoid AOT compile Clojure version incompatibilities

github.com/nrepl/nrepl - db01d8e84ea78c44c3920f62d2a4189eae66e2e7 authored about 14 years ago by Chas Emerick <[email protected]>
Implemented streaming of *out* and *err*

github.com/nrepl/nrepl - 21ab64d2c910c8510c2d52caa455aa27879552c6 authored about 14 years ago by Chas Emerick <[email protected]>
Writer implementation that sends messages on flush()

github.com/nrepl/nrepl - eef9fb7f06f5cb183da9654285df7e7b12a1cb00 authored about 14 years ago by Chas Emerick <[email protected]>
Stop including values in :out (prelude to "streaming" of *out*, *err*, and values)

github.com/nrepl/nrepl - 05a5d308f2912cded395cdf25400c5b3c4da1b71 authored about 14 years ago by Chas Emerick <[email protected]>
don't clog the CPU and cause OOME in the process of running something that will time out and be interrupted

github.com/nrepl/nrepl - 926535039f57ace4c3f01250c17c61cd448e5df4 authored about 14 years ago by Chas Emerick <[email protected]>
don't return exceptions as :value

github.com/nrepl/nrepl - bf4713d37d835680bfa03d900ef2d9ea9b122c00 authored about 14 years ago by Chas Emerick <[email protected]>
add default for :in (doh!)

github.com/nrepl/nrepl - 4ca56365a035dca96ee0d5bcd6bfb9314f0de4fe authored about 14 years ago by Chas Emerick <[email protected]>
more todo's based on community feedback

github.com/nrepl/nrepl - 37920da5238f70eb9b0b7bfbce1755f0a59483ca authored about 14 years ago by Chas Emerick <[email protected]>
add support for defining *in*

github.com/nrepl/nrepl - 32e5f28c8b91d7c03c13beda0b946958bfa6cc01 authored about 14 years ago by Chas Emerick <[email protected]>
add link to original design notes

github.com/nrepl/nrepl - e0895b0fefea7b2054f71e653348e9f5f50e3bd5 authored about 14 years ago by Chas Emerick <[email protected]>
clarify allowed key and value types in protocol README section

github.com/nrepl/nrepl - c2f7ab344812b0141c17681ed2d703e0a1cf95bf authored about 14 years ago by Chas Emerick <[email protected]>
fix linebreaks in readme lists

github.com/nrepl/nrepl - e3f675716586d0069f4907ab455193abac944365 authored about 14 years ago by Chas Emerick <[email protected]>
braindump of protocol & message spec

github.com/nrepl/nrepl - 04849ee8928756befcfbf9aa8c37310a2f32c3b5 authored about 14 years ago by Chas Emerick <[email protected]>
ensure that messages that time out are interrupted ASAP

github.com/nrepl/nrepl - 1a2c5bc32b576992b26f555bb478e5f77ef71cf1 authored about 14 years ago by Chas Emerick <[email protected]>
change to include thrown exception in response as :value

github.com/nrepl/nrepl - ca4df894c77c5e94b48c84d7558085b286461830 authored about 14 years ago by Chas Emerick <[email protected]>
add support for --port argument to cemerick.nrepl.main

github.com/nrepl/nrepl - 17b4a9a7aae5134f2daa500b52090ecac9236a2e authored about 14 years ago by Chas Emerick <[email protected]>
new (saner) architecture for response reading/handling

github.com/nrepl/nrepl - 5224c978f714cd51e48c884e2ba487f4cf27f406 authored about 14 years ago by Chas Emerick <[email protected]>
implemented ack on server start

github.com/nrepl/nrepl - 46649ef0981bf990ca39488900eaf2ad7d9f86f1 authored about 14 years ago by Chas Emerick <[email protected]>
Provide port-only connect fn

github.com/nrepl/nrepl - 72829f601ad85b081940300177b3b2b74f817fb7 authored about 14 years ago by Chas Emerick <[email protected]>
Make connection object implement java.io.Closeable, support with-open

github.com/nrepl/nrepl - bed2e55e865cb803e36e8cab51c404213c6f2aa4 authored about 14 years ago by Chas Emerick <[email protected]>
re-enable timeout test

github.com/nrepl/nrepl - 2ba15491873d7523146c40b6699ff52fe87d6b1d authored about 14 years ago by Chas Emerick <[email protected]>
stop checking for EOF, the reader already knows how to do that; error out on incomplete expressions properly

github.com/nrepl/nrepl - ecea8337b7b15aac84a387e395530ed55e0f5d49 authored about 14 years ago by Chas Emerick <[email protected]>
fix project/artifact name in pom

github.com/nrepl/nrepl - 76bb18759a94a866451ed95653c953341aa442de authored about 14 years ago by Chas Emerick <[email protected]>
slight reorg of helpers/tooling namespaces

github.com/nrepl/nrepl - 7f7ddd3df2d70a4a2df3c669f70cfb4af1b16b97 authored about 14 years ago by Chas Emerick <[email protected]>
drop extraneous newline in command-line REPL

github.com/nrepl/nrepl - eb38334808d2ec98d143d10508822db067753302 authored over 14 years ago by Chas Emerick <[email protected]>
Threadpool type hint

github.com/nrepl/nrepl - bee3132d7b35c5af794c14c94af55c8dbd186316 authored over 14 years ago by Chas Emerick <[email protected]>
Add repl version string, derived from project version

github.com/nrepl/nrepl - 33b47183f91b557bef236ab5ff092b664ac5832c authored over 14 years ago by Chas Emerick <[email protected]>
Move tool helpers into different ns, add tests for load-with-debug-info

github.com/nrepl/nrepl - 615313ec21cc2192f015ead5c1059fec63ef44db authored over 14 years ago by Chas Emerick <[email protected]>
fix up error handling somewhat, add more docs

github.com/nrepl/nrepl - f87d88de7fcc40800f84fe39a383a12289a052be authored over 14 years ago by Chas Emerick <[email protected]>
Initial spike.

github.com/nrepl/nrepl - b197ced221ddeff5c207165ac1179159fce97493 authored over 14 years ago by Chas Emerick <[email protected]>