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

update README for 0.7.0

github.com/nrepl/weasel - c6681f9de72857269c95b2e4431d6aa184f3bf2b authored over 9 years ago by Tom Jakubowski <[email protected]>
bump example deps

github.com/nrepl/weasel - 32956e45cd6265a4752d4f8b0973b226556cdd33 authored over 9 years ago by Tom Jakubowski <[email protected]>
Version 0.6.1-SNAPSHOT

github.com/nrepl/weasel - c2ab782cf9486eec04da77c682ca9938c04fe13b authored over 9 years ago by Tom Jakubowski <[email protected]>
Version 0.7.0

github.com/nrepl/weasel - ce78db389c2240704ed82c1d63efd37ebb0383d8 authored over 9 years ago by Tom Jakubowski <[email protected]>
bump deps

github.com/nrepl/weasel - cb94e251e58e594ead0e908b39c12e13d45809f5 authored over 9 years ago by Tom Jakubowski <[email protected]>
Merge pull request #65 from modnakasta/init

add callback to websocket-setup-env

github.com/nrepl/weasel - fcf63dbe6c64ffa40deb65e3850c8c5068bb75ce authored over 9 years ago by Tom Jakubowski <[email protected]>
add callback to websocket-setup-env

github.com/nrepl/weasel - 9676fce4d0591e54ad890b7c90821c1f5e0ee1c3 authored over 9 years ago by Alexander Solovyov <[email protected]>
Merge pull request #60 from mhuebert/patch-2

Note for piggieback 0.2.0

github.com/nrepl/weasel - e21e682090106e5ecde960b311378ec540426117 authored over 9 years ago by Tom Jakubowski <[email protected]>
fix current release version

github.com/nrepl/piggieback - 440b2d03f944f6418844c2fab1e0361387eed543 authored over 9 years ago by Chas Emerick <[email protected]>
add usage notes

github.com/nrepl/piggieback - 9dd07735c4cd50b271153cec8f3deaad01e7640d authored over 9 years ago by Chas Emerick <[email protected]>
implement load-file op in terms of a mocked CLJS evaluation; fixes the

resolution of new namespace/module dependencies found in files being loaded

github.com/nrepl/piggieback - 46e30fdb3166026221f58567d164eb774b741b0f authored over 9 years ago by Chas Emerick <[email protected]>
Note for piggieback 0.2.0

The API for Piggieback 0.2.0 has changed and it took me awhile to discover why the example wasn'...

github.com/nrepl/weasel - fb88a3f1cce9a5ae54987004438027c4b9cdc4ac authored over 9 years ago by Matt Huebert <[email protected]>
Wait for client before returning from setup fn

cc #51

github.com/nrepl/weasel - 819d8d08b875e8da62aa3ec2526dc7ff9c4cf2f9 authored over 9 years ago by Tom Jakubowski <[email protected]>
Block REPL evaluation until a client has connected

cc #51

github.com/nrepl/weasel - 5682f0743279c70d2fc291304c526b62362cd395 authored over 9 years ago by Tom Jakubowski <[email protected]>
fix CHANGES to note that `cljs-repl`'s signature now matches `cljs.repl/repl`

github.com/nrepl/piggieback - 2afde28ce2da195a9b54f8c7096e0749e76daec1 authored over 9 years ago by Chas Emerick <[email protected]>
0.2.1-SNAPSHOT

github.com/nrepl/piggieback - 66f3fda18f13e3e94bc750f38937275d65a927f8 authored over 9 years ago by Chas Emerick <[email protected]>
Merge branch 'new-cljs-repl'

github.com/nrepl/piggieback - c96afad419b09feb818bc2d1aef320373b285016 authored over 9 years ago by Chas Emerick <[email protected]>
readme cleanups, ready for 0.2.0 release

github.com/nrepl/piggieback - 84186c0fb803b226e545686d00555e0f74f3728e authored over 9 years ago by Chas Emerick <[email protected]>
update README with a bit of muted leiningen rage

github.com/nrepl/piggieback - 4d326279af912fd530714ba0704bf9339d4facd2 authored over 9 years ago by Chas Emerick <[email protected]>
require nREPL 0.2.10, explicitly expecting `eval` and `load-file` below,

using :printed-value to suppress any additional printing of :value by
pr-values default middlewar...

github.com/nrepl/piggieback - 1823d75564c15b319d21fa2c3f4da9d8b4cfb2bd authored over 9 years ago by Chas Emerick <[email protected]>
cleanup, commenting, stack traces now work properly with upstream printing fixes

github.com/nrepl/piggieback - 4c2d97de0fb7f6999d334b3af986dfdce251bdae authored over 9 years ago by Chas Emerick <[email protected]>
generating a new delegating REPL environment type for each "real"

REPL env type so that satisfies? checks are accurate w.r.t. the latter
(gh-55)

github.com/nrepl/piggieback - 586063ed7236386ec1393ca9d81b911732ca7ede authored over 9 years ago by Chas Emerick <[email protected]>
actually pass along REPL options, fixes gh-56

github.com/nrepl/piggieback - 8bacfade174054e98e7135813820b9465a4ea37c authored over 9 years ago by Chas Emerick <[email protected]>
don't create a compiler environment at all; capture the one that cljs.repl/repl* creates using its default assembly of options (gh-55)

github.com/nrepl/piggieback - 06b2d25977955bc70458f040e3105fce2a590fc8 authored over 9 years ago by Chas Emerick <[email protected]>
respond with :value "nil" when a `nil` value is returned from CLJS evaluation,

corresponding with cljs.repl special functions; this matches current
Clojure nREPL impl expectati...

github.com/nrepl/piggieback - cdf16fca0657e673d6db69b203d58ab281b368b9 authored over 9 years ago by Chas Emerick <[email protected]>
need to tear down rhino repl envs in a rhino context, too

github.com/nrepl/piggieback - 2fc7f6693b9e46f9388526b9b5a88764d3b84b08 authored over 9 years ago by Chas Emerick <[email protected]>
_actually_ tear down the underlying REPL env, gh-54

github.com/nrepl/piggieback - 87e63d6f5e9dba35a96aa30e9e11ddefe5b6b142 authored over 9 years ago by Chas Emerick <[email protected]>
force the middleware to sit above the default pr-str'ing :value transformation

github.com/nrepl/piggieback - 7eb5e1ebdb497facbea1278efb5915a31c00152d authored almost 10 years ago by Chas Emerick <[email protected]>
README revs

github.com/nrepl/piggieback - eb833379ce64c7f9f41af1fe44bb155851aed8cf authored almost 10 years ago by Chas Emerick <[email protected]>
ClojureScript evaluations/file loads now interruptible again

github.com/nrepl/piggieback - 677109a3ba94d25fac3e8dba1a0528bb2cdc0921 authored almost 10 years ago by Chas Emerick <[email protected]>
fix ordering of printing

github.com/nrepl/piggieback - 2d73e2fdc1c9fab47b35e7d1cdb789de9df3ed5b authored almost 10 years ago by Chas Emerick <[email protected]>
test using nashorn on jdk8+, rhino elsewhere

github.com/nrepl/piggieback - d9dbf2864dbfe45d00194f49b1f14f82b2cf3026 authored almost 10 years ago by Chas Emerick <[email protected]>
consolidate places where we care about rhino-or-not

github.com/nrepl/piggieback - bc03850c69d1abdbc8a7892fdf98eff92e88e436 authored almost 10 years ago by Chas Emerick <[email protected]>
depend on released CLJS build

github.com/nrepl/piggieback - acf9dd1ef0a4aedac6880d20d823d334e2ca866d authored almost 10 years ago by Chas Emerick <[email protected]>
first pass at amended README

github.com/nrepl/piggieback - 80720a6016e54db41b96acdcd3a1a7b52cda9219 authored almost 10 years ago by Chas Emerick <[email protected]>
apply cljs.closure/add-implicit-options to user-supplied options, fixes gh-50

github.com/nrepl/piggieback - 5beffa52b0915d9611838a7e1905078c9dd232c9 authored almost 10 years ago by Chas Emerick <[email protected]>
rewrite of piggieback in terms of the new cljs.repl/repl*

github.com/nrepl/piggieback - 47362bb935558db49dc906e24c5d7ba9160e4d72 authored almost 10 years ago by Chas Emerick <[email protected]>
show build status badge of master on master

github.com/nrepl/piggieback - 84ba7d98f35bc3bbac1ae40448412bc6fd0722e3 authored almost 10 years ago by Chas Emerick <[email protected]>
Can't help myself

github.com/nrepl/weasel - c818b07f2839f9bd9deaccc30484c2dcfecbe301 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Merge pull request #56 from swannodette/master

switch to master clojure.browser.repl/bootstrap

github.com/nrepl/weasel - 09967ffe4a4a849a3d3988ffd241ea0770ab16c9 authored almost 10 years ago by Tom Jakubowski <[email protected]>
switch to master clojure.browser.repl/bootstrap

github.com/nrepl/weasel - 5a0810937c30e08172a515e6f92ff40ac8049dfb authored almost 10 years ago by David Nolen <[email protected]>
Merge pull request #55 from swannodette/master

support :reload, :reload-all, don't blow away the document

github.com/nrepl/weasel - 3889533fed10ec047ec36fcd943df640500dc444 authored almost 10 years ago by Tom Jakubowski <[email protected]>
missing goog.dom require

github.com/nrepl/weasel - f2c59a3080e3d2533b46418e477da848819643cb authored almost 10 years ago by dnolen <[email protected]>
use the same approach as ClojureScript master bREPL

github.com/nrepl/weasel - 54b63134763d8c93ceeb215018cae686304d0589 authored almost 10 years ago by dnolen <[email protected]>
Merge pull request #54 from swannodette/master

Patching goog.require is wrong

github.com/nrepl/weasel - 16e08200a1e0461f7ebadbd850c07306ef9a8657 authored almost 10 years ago by Tom Jakubowski <[email protected]>
need to monkeypatch goog.writeScriptTag_

github.com/nrepl/weasel - a0f378d0212ae47926d1c1ed36d8a2590deb775e authored almost 10 years ago by dnolen <[email protected]>
need be more careful how we patch goog.provide to account

for Closure Library changes

github.com/nrepl/weasel - 72bda03e5631d2a8455fe418c703e32a22cad65a authored almost 10 years ago by dnolen <[email protected]>
patch goog.provide not goog.require

github.com/nrepl/weasel - fcdd2a9db7087f55fdf42a1d2648dd45b7908c27 authored almost 10 years ago by dnolen <[email protected]>
Update README.md

github.com/nrepl/weasel - 1a09783769db80fe8f275e8686a2a9543dbb47ad authored almost 10 years ago by Tom Jakubowski <[email protected]>
Merge pull request #50 from swannodette/master

WEASEL-49: Weasel should defer to REPL infrastructure for dealing with upstream deps

github.com/nrepl/weasel - 16bf07e53ee6047cefbcbd479cb3ca9be4101389 authored almost 10 years ago by Tom Jakubowski <[email protected]>
WEASEL-49: Weasel should defer to REPL infrastructure for dealing with upstream deps

github.com/nrepl/weasel - 7c20573ac2412c51b30356a0846d2c00d5f3e692 authored almost 10 years ago by David Nolen <[email protected]>
handle upstream deps for all piggieback users

github.com/nrepl/piggieback - 966c811ab817df0e818404943c473081337b286e authored almost 10 years ago by David Nolen <[email protected]>
More preparation for 0.6.0

github.com/nrepl/weasel - da751283d4b405d2f891c93dbb3b6fa6b8732e55 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Version 0.6.1-SNAPSHOT

github.com/nrepl/weasel - 04ea2d4f4ce7402c9946469f1daeef33dafc4b70 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Version 0.6.0

github.com/nrepl/weasel - 2619aee098be72a45579654b69a888e9c2e5485d authored almost 10 years ago by Tom Jakubowski <[email protected]>
Add support for `:merge-opts` in REPL `-setup` return value

The ClojureScript `cljs.repl` implementation has been updated to allow
REPLs to further configur...

github.com/nrepl/piggieback - a9b88c33e78aa5de80c1d5952a5d658dc062f046 authored almost 10 years ago by Mike Fikes <[email protected]>
Add nREPL-less REPL script to example

github.com/nrepl/weasel - 27175ffc1b19e170fc6bad7fff45de826b7e5092 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Updates to example

github.com/nrepl/weasel - 7c550b861a8299e578dc8dc9c9df765266704f5d authored almost 10 years ago by Tom Jakubowski <[email protected]>
Fix ordering of opts

`env/default-compiler-env` probably needs that upstream dependency information...

github.com/nrepl/weasel - 4d85e93d38714782c9842ca106dfa01a1ff0c6b0 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Restore some missing opts to the repl-env

github.com/nrepl/weasel - 38f10292137ed451e55e506dcad63b8bd7d4b04c authored almost 10 years ago by Tom Jakubowski <[email protected]>
Leverage new cljs.repl capabilities

* Make Weasel startup nearly instantly
* Remove flaky server-side tracking of loaded libraries i...

github.com/nrepl/weasel - c9f6b08a1c5acbaa3d77aef12e7f2ce002263019 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Make example easier to work with

github.com/nrepl/weasel - 737a73a19b3d77cfe6940d59232a35c29bdf45cc authored almost 10 years ago by Tom Jakubowski <[email protected]>
Widen example into multiple namespaces

This should hopefully help me to catch problems in the future.

github.com/nrepl/weasel - 7a42c89b2af0f4318b7f4141187fe1e779ed9e60 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Move description up and fix fragment

github.com/nrepl/weasel - 2d7b938ff31a06dddb04a231b4f50005d8fb864c authored almost 10 years ago by Tom Jakubowski <[email protected]>
Replace Spotify Apps link with JavaScriptCore

RIP Spotify Apps

github.com/nrepl/weasel - 371d566b6a2079224edbc3d2f1cfe55c038e3187 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Clarify "Why?" section

github.com/nrepl/weasel - a482af40fd1dde43adf0c97c37cae25ab68e4694 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Update README + example

Fix #24

github.com/nrepl/weasel - 162505a49920637ae8162faac704682540bc89e9 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Update example deps

github.com/nrepl/weasel - 6e3d2cfab641f93330ecf6623263413f369a4daf authored almost 10 years ago by Tom Jakubowski <[email protected]>
Reference more accurate version numbers in docs

github.com/nrepl/weasel - 3278f73ffaa99f035e864b78b6cfbf9a940a5eb6 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Prepare for 0.6.0

github.com/nrepl/weasel - 27319b20a9bdd9147cba042bfc81e310af77b93d authored almost 10 years ago by Tom Jakubowski <[email protected]>
Remove commented-out code

github.com/nrepl/weasel - a50c54d6fb61ca0e610ff42ee5b23dbf12182d7c authored almost 10 years ago by Tom Jakubowski <[email protected]>
Merge pull request #44 from the-kenny/fix-js-upstream-deps

Fix compatibility with new Clojurescript releases (>0.0.2755)

github.com/nrepl/weasel - 5cd7009f584100f0d89fc7f00079458bb1f2c016 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Reset REPL state if creating repl-env fails

Fix #26

github.com/nrepl/piggieback - 3cc9d2a68a8da44a76c2cf13a544f8aa2c43d68b authored almost 10 years ago by Tom Jakubowski <[email protected]>
repl-env: Allow passing :ups-{libs,foreign-libs} via opts.

github.com/nrepl/weasel - 9ecb991d272e56ad52310cf91ab65027ca7cfbce authored almost 10 years ago by Moritz Ulrich <[email protected]>
Monkey-patch goog.require like cljs.browser.repl does.

github.com/nrepl/weasel - 74aa18e3388c867ad255c4209c105f3e5ad92c40 authored almost 10 years ago by Moritz Ulrich <[email protected]>
Pass upstream-deps to compiler-env when creating a repl-env.

github.com/nrepl/weasel - 1992a256cfe4fb2e90a17ed36fe29a1988ed369a authored almost 10 years ago by Moritz Ulrich <[email protected]>
0.1.0-SNAPSHOT

github.com/nrepl/drawbridge - 031288fed6e8f307ac40e5c13d7e49f07875e94b authored almost 10 years ago by Chas Emerick <[email protected]>
Merge pull request #40 from sritchie/patch-1

bump version in README

github.com/nrepl/piggieback - f44385e790cb6cd3435864cb98b39e581624cf84 authored almost 10 years ago by Chas Emerick <[email protected]>
Update README.md

Looks like you bumped to the wrong version.

github.com/nrepl/piggieback - a4b2defa1304e96a34a31f37456c15515ce34ce6 authored almost 10 years ago by Sam Ritchie <[email protected]>
0.1.6-SNAPSHOT

github.com/nrepl/piggieback - 604deaf352e449920d2dbc58db780b8f883138bd authored almost 10 years ago by Chas Emerick <[email protected]>
0.1.5

github.com/nrepl/piggieback - 8dd5e46b38ae36137bacc414adbd88c1ce27d4ff authored almost 10 years ago by Chas Emerick <[email protected]>
Version 0.5.1-SNAPSHOT

github.com/nrepl/weasel - 898345fcbeaf99f24eecf5e07480e5703530ff5d authored almost 10 years ago by Tom Jakubowski <[email protected]>
Version 0.5.0

github.com/nrepl/weasel - 94d85129811da8575cefe2edf575461770422a48 authored almost 10 years ago by Tom Jakubowski <[email protected]>
More example updates, add note about Piggieback

github.com/nrepl/weasel - ac9082fe60ca1a8c0036c3e3738b9d2fe4bd460e authored almost 10 years ago by Tom Jakubowski <[email protected]>
Update docs

github.com/nrepl/weasel - 8b70f154d10ec8cd10b5744618a244236022fcea authored almost 10 years ago by Tom Jakubowski <[email protected]>
Update example

github.com/nrepl/weasel - 30c861597c1b04babf586f92f2afdf679a387418 authored almost 10 years ago by Tom Jakubowski <[email protected]>
Merge pull request #39 from mfikes/master

Update to comply with new 2-arg arity of IJavaScriptEnv in 0.0-2665.

github.com/nrepl/weasel - 20eb760f5f8ff1fc43afdb694ea5f461161f83e9 authored almost 10 years ago by Tom Jakubowski <[email protected]>
can't be certain that `options` is Associative (might just be ILookup, in Austin's DelegatingExecEnv's case)

github.com/nrepl/piggieback - 2eecc5a0982a4741ce4870210bdd8e41cdcec06e authored almost 10 years ago by Chas Emerick <[email protected]>
Defend against repl envs without an ::env/compiler

e.g. the new node repl in cljs 0.0-2665

- unlike austin or the default browser repl, the new no...

github.com/nrepl/piggieback - ed55ad66e622d016c901212d1c8b73be341b2763 authored almost 10 years ago by Paul M Bauer <[email protected]>
use scratch analysis environment for special functions, not compiler environment, gh-38

github.com/nrepl/piggieback - b619424f9bfd4c5abe090ff236a1a486ff97f425 authored almost 10 years ago by Chas Emerick <[email protected]>
support new-style ClojureScript REPL special functions, fixes gh-38

github.com/nrepl/piggieback - 208f2765225a6532d6b0578e965e54f929fbe952 authored almost 10 years ago by Chas Emerick <[email protected]>
bump README version

github.com/nrepl/piggieback - a60f26e7a86d63ac517a8c0403cdaf919f75851b authored almost 10 years ago by Chas Emerick <[email protected]>
0.1.4

github.com/nrepl/piggieback - 183408d76cf57d09a99dc4a54e837a1d7936ce62 authored almost 10 years ago by Chas Emerick <[email protected]>
change to be compatible with ClojureScript >= 2655; now incompatible with earlier revs! (fixes gh-36)

github.com/nrepl/piggieback - 1875a5f248e5abfc3c6fcf99366a443d27fa2126 authored almost 10 years ago by Chas Emerick <[email protected]>
Update to comply with new 2-arg arity of IJavaScriptEnv in 0.0-2665.

Since this is a breaking change, update Weasel version to 0.5.0.
Additionally, since this is inco...

github.com/nrepl/weasel - 9331d950077e0225af53c50ec9f7dc99f7e64529 authored almost 10 years ago by Mike Fikes <[email protected]>
add custom in-memory session store

github.com/nrepl/drawbridge - d36d01d6c3eae010da8e8447e4df8aadb1176a7f authored almost 10 years ago by Sam Ritchie <[email protected]>
Merge remote-tracking branch 'upstream/master'

Conflicts:
project.clj

github.com/nrepl/drawbridge - 67b14bc1821da70e395a2eeccf09e8dbfc6efaeb authored almost 10 years ago by Sam Ritchie <[email protected]>
0.0.7

github.com/nrepl/drawbridge - 41f7cd47be277b5232d9ba33714ced26799e45c7 authored about 10 years ago by Chas Emerick <[email protected]>