Fork me on GitHub
#yada
<
2018-09-20
>
frozenlock02:09:22

Is Yada supposed to stop the execution of a function when the request is cancelled? I notice that some long running requests timeout in the browser, but continue to be executed on the server.

malcolmsparks06:09:09

Cancellation during the response creation is not automatic. It's possible with manifold with adding a on-closed handler.

nha10:09:04

Is edge broken at the moment?

➜  edge git:(master) ✗ cd  main && ./bin/repl
[Edge] Starting development environment, please wait...
Error building classpath. Manifest type not detected when finding deps for juxt/kick.alpha in coordinate #:local{:root "../../kick.alpha"}

malcolmsparks11:09:44

Yes. Will fix

❤️ 4
nha11:09:34

Cool, no hurry. FYI cloning https://github.com/juxt/kick.alpha (e8665b991fb69245eb97f2fd5acf6aec77bc05f7 - latest master) results in

./bin/repl
[Edge] Starting development environment, please wait...
Exception in thread "main" java.lang.ExceptionInInitializerError
	at clojure.main.<clinit>(main.java:20)
Caused by: java.io.FileNotFoundException: Could not locate cemerick/piggieback__init.class or cemerick/piggieback.clj on classpath., compiling:(nrepl.clj:1:1)
on my machine

malcolmsparks11:09:37

@nha fixed the kick link

simple_smile 4
nha11:09:24

I get the same cemerick error as above - could be something missing from my setup? (I never used deps.edn yet)

nha11:09:38

well I can did around - no hurries around this at all

dominicm12:09:28

com.cemerick/piggieback should provide that ns. I can reproduce that though.

dominicm12:09:56

oh, I see the problem. Easily fixed.

dominicm12:09:00

Annoying to have to.

dominicm12:09:47

@nha e38da2801755d652a861c48e637f898d7e191a09 should work

nha12:09:20

works for me 🙂 thanks