Ecosyste.ms: OpenCollective

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

github.com/nrepl/weasel

ClojureScript browser REPL using WebSockets
https://github.com/nrepl/weasel

Merge pull request #21 from noklesta/fix-eventtype

Rename EventType protocol and update dependencies

0627c2f7ec174a036744a251e99bd2a3376f10ef authored over 10 years ago by Tom Jakubowski <[email protected]>
Rename EventType protocol and update dependencies

ClojureScript 0.0-2311 changed the event/EventType protocol to event/IEventType. Also, Clojure 1...

7dc7f1da7dd5aa19e8eb1734870ff84571d99546 authored over 10 years ago by Anders Nøklestad <[email protected]>
Merge pull request #19 from bbatsov/patch-1

Update README.md

5da6f784bffb18b242c68544c989be24cd1cf6f3 authored over 10 years ago by Tom Jakubowski <[email protected]>
Update README.md

Fixed a typo

7c8f6f3d7823bcacb3a63ebb7fb95d590b9d404c authored over 10 years ago by Bozhidar Batsov <[email protected]>
Add Clojars badge to README

2bf117cc91a66d8d844a1e2ec9644401f259b293 authored over 10 years ago by Tom Jakubowski <[email protected]>
update gitignore

2ff8df91a2d3de28a83c6b086dd1fb71b25aad5f authored over 10 years ago by Tom Jakubowski <[email protected]>
0.3.0

1f95180fd627460c6bcd702257d89cd5287ad248 authored over 10 years ago by Tom Jakubowski <[email protected]>
Update CHANGES.md

8e368630376fca440615722b524479767fcb5d64 authored over 10 years ago by Tom Jakubowski <[email protected]>
Make client verbose by default

3b70b510f227ca8dc101f118921ad856baad92db authored over 10 years ago by Tom Jakubowski <[email protected]>
Silence Websocket error logs unless verbose is on

Fix #14

a03a077f40ab2b00ce55475f39d857761c6d4418 authored over 10 years ago by Tom Jakubowski <[email protected]>
Remove (flush) call in :print message handler

In CIDER, extra (flush) calls produced extraneous newlines.

62f75832ba74083576b82d5eff98c619adbcf47c authored over 10 years ago by Tom Jakubowski <[email protected]>
0.2.1

991c82b47280b2ead3d9080b401adc6384c85c0c authored over 10 years ago by Tom Jakubowski <[email protected]>
Handle exceptions that are not js/Error

Previously, `(throw "foo")` would hang the REPL.

a8794723465d3fb0b2eb8986b6fff511d9d10344 authored over 10 years ago by Tom Jakubowski <[email protected]>
Merge pull request #12 from jenanwise/patch-1

Remove extra parens when no stacktrace available.

8de9f3cc0bd05730b430cd59be74d860d822c1bd authored over 10 years ago by Tom Jakubowski <[email protected]>
Remove extra parens when no stacktrace available.

`weasel.repl/process-message` for `:eval-js` currently tries to *call* the string "No stacktrace...

58a26654eeba5054c6df3cdb3adaa4dea2598d48 authored over 10 years ago by Jenan Wise <[email protected]>
bump example project's cljsbuild dep

2849a6d772907d7f02011db0b08f45982b1416b0 authored almost 11 years ago by Tom Jakubowski <[email protected]>
cut 0.2.0

b023a7029e1545b9b7f70e9e18373c4c29c4c44b authored almost 11 years ago by Tom Jakubowski <[email protected]>
update changelog, example project

16728528e8624d9fbd4ae2f211af3ca126fd0573 authored almost 11 years ago by Tom Jakubowski <[email protected]>
Merge pull request #11 from r0man/master

Update to Clojurescript 0.0-2202.

836fa35edcc5909802dde25193fcc0acc4067b92 authored almost 11 years ago by Tom Jakubowski <[email protected]>
Update to Clojurescript 0.0-2202.

In Clojurescript 0.0-2202 the js-dependency-index fn moved from
cljs.compiler to cljs.js-deps.

048b1a6320eb94bba9a490795765d01ead2cbe96 authored almost 11 years ago by Roman Scherer <[email protected]>
add callbacks to weasel.repl/connect, closes #4

2939f66378ea878558925a9ec4f5712a8299e105 authored almost 11 years ago by Tom Jakubowski <[email protected]>
add change log

081849c304d67a5c4975c99929dda55c7606bff4 authored almost 11 years ago by Tom Jakubowski <[email protected]>
bump cljs dep, compatibility fix

should fix #10

f107b5c0ff91aa8246af2b6a29474d8702e8881b authored almost 11 years ago by Tom Jakubowski <[email protected]>
add weasel.repl/alive? to client, fixes #5

45dcbc83ce62f07eb7b3dfc22d0e88122be1d23e authored almost 11 years ago by Tom Jakubowski <[email protected]>
add .nrepl-port to gitignore

e51b82d7a8f9b9feae25b50b69fcdde9a93b71bf authored almost 11 years ago by Tom Jakubowski <[email protected]>
bump piggieback version in example

9920ece19406154108d1c4c757bbc8d56785fb3c authored almost 11 years ago by Tom Jakubowski <[email protected]>
let's just pretend I never thought to write tests

b9451520b7f5c20b94dfac938493ef0df3a5690c authored almost 11 years ago by Tom Jakubowski <[email protected]>
bump to 0.1.1-SNAPSHOT

4b5771cc97374f4c73acf6e1f282f01ed8d1214d authored almost 11 years ago by Tom Jakubowski <[email protected]>
remove old example code

0125fcd814a90fd2ef9c4d5ac59907375c323406 authored almost 11 years ago by Tom Jakubowski <[email protected]>
add copyright notice back to impls/websocket.cljs

01628aa14465b68a9e83c1df26c3c6d49eab7a1c authored almost 11 years ago by Tom Jakubowski <[email protected]>
cut 0.1.0

0a5b4d0b0fc947141eabf9d140e0f39b6851880a authored almost 11 years ago by Tom Jakubowski <[email protected]>
fix markdown error

6f4ffb8916ca70973a96dabd11411bf7dde1937b authored almost 11 years ago by Tom Jakubowski <[email protected]>
add README

9ae013e21c9849c6a82fd720dd7a35f105f93936 authored almost 11 years ago by Tom Jakubowski <[email protected]>
more helpful message when starting the REPL

63ea79eaaeeaf1d8e5755df013b46790b6a155eb authored almost 11 years ago by Tom Jakubowski <[email protected]>
move example into own project

47a9fb2b8b859b4adaf83aa22ce3cdd32355fd99 authored almost 11 years ago by Tom Jakubowski <[email protected]>
re-order and privatize some vars

282e0379002a6204ff7b53868c4bb249020ec19d authored almost 11 years ago by Tom Jakubowski <[email protected]>
implement load-javascript, :preloaded-libs option

230488d01ce954542a0242982f6c7664689172be authored almost 11 years ago by Tom Jakubowski <[email protected]>
refactor :ready to use with-compiler-env

e5f776c694b325fa2c0155ebc2f76acea2a19bec authored almost 11 years ago by Tom Jakubowski <[email protected]>
reset connection state in cljs when WS closes

9fddf22fd0a4a6b802f168d517d819a0738d8d79 authored almost 11 years ago by Tom Jakubowski <[email protected]>
allow binding server to different address

default to 127.0.0.1 for 'safety', because we don't want spammers sending
{:op :print :value "BU...

7ddc497a081851570f0ed1bb3abe1396a1b30688 authored almost 11 years ago by Tom Jakubowski <[email protected]>
better info/error messages, client :verbose option

ad335709658c7a7cdd88444d5fe2225175e78810 authored almost 11 years ago by Tom Jakubowski <[email protected]>
client handles :error message

a25aec294a8bdc9f1b222b4e0673888e7303eed4 authored almost 11 years ago by Tom Jakubowski <[email protected]>
flush *out* in REPL when printing

2f26a97e277810c196f63b5b2d64d15a2dc173f4 authored almost 11 years ago by Tom Jakubowski <[email protected]>
allow custom port, fix #1

0c75cc9a18053b994d9c74b7c329a9b4f7ae8c4a authored almost 11 years ago by Tom Jakubowski <[email protected]>
enter cljs.user ns, set REPL *print-fn*

d98bbe0c6ff186befe4135810aa69a5942ccbee2 authored almost 11 years ago by Tom Jakubowski <[email protected]>
refactor server/client call/resp., more flexible

also ready for REPL printing from the client, by virtue of storing *out*

eb679c60f82b977fe90d4889ae1034a9b9222329 authored almost 11 years ago by Tom Jakubowski <[email protected]>
update TODO with some notes

30372645dee1a3207f3a38ab4a8e1dab26ab91ac authored almost 11 years ago by Tom Jakubowski <[email protected]>
better err msg when eval response is not readable

091b1881e4a2021d472b9fae8a29953f4a1d966a authored almost 11 years ago by Tom Jakubowski <[email protected]>
cleanup

fccc84be4d65c346f89c9bddc1b84a8d371a6806 authored almost 11 years ago by Tom Jakubowski <[email protected]>
ensure eval response value is always a string

992f23ee3c1743f3d1e69122d916b81c263c53de authored almost 11 years ago by Tom Jakubowski <[email protected]>
add some convenience functions for ease of REPLing

5fc31ba35d2c3878d39204bdba6f3aa769060e2e authored almost 11 years ago by Tom Jakubowski <[email protected]>
analyze cljs source

b89313b6977382bf0713ce2c9f17d3c4f9c4e156 authored almost 11 years ago by Tom Jakubowski <[email protected]>
it isn't a real project until it's got a TODO!

2f6107701476f82342a20cef2d3e9cf1aefb4c93 authored almost 11 years ago by Tom Jakubowski <[email protected]>
clean up unused requires

f5deadf68ab6645fdca3b28f6eb90119e8576e21 authored almost 11 years ago by Tom Jakubowski <[email protected]>
ensure cljs.core is loaded

363a5ac473b5a4cd299ef1dcef4fb19ce476a82c authored almost 11 years ago by Tom Jakubowski <[email protected]>
use reify for repl-env instead of one-off record

efa4c6d3243f4f1dc483ba51aefd4be976cf7097 authored almost 11 years ago by Tom Jakubowski <[email protected]>
saner handling of evaluation w/o connected client

4fc7f25c140196322dee52640a5277e03f228b4b authored almost 11 years ago by Tom Jakubowski <[email protected]>
it's alliiiiiiivveeee but still broken

* evaluation from repl->client works!
* client catches errors in eval and responds the same way ...

0cc9bff689a5a85065705e76e61725776a8878b6 authored almost 11 years ago by Tom Jakubowski <[email protected]>
add README

086989a73e6643a5444d5a7227d411a7807e317d authored almost 11 years ago by Tom Jakubowski <[email protected]>
add license etc

b2fbff9a84fdc0828af0b3bee32616a0d7fcc023 authored almost 11 years ago by Tom Jakubowski <[email protected]>
WS scaffolding, eval for side effects works!

ccf6a92ecaa3dc028d99feaf0fd65101002ca31e authored almost 11 years ago by Tom Jakubowski <[email protected]>
dispatcher/evaluator + websockets for client

0b0f198aee46eb9cee89aaa13cd81e203245e17c authored almost 11 years ago by Tom Jakubowski <[email protected]>
initial commit

da80a04f1fd49e07d3e3deb973222158e75679ac authored almost 11 years ago by Tom Jakubowski <[email protected]>