Fork me on GitHub
#yada
<
2016-04-03
>
maleghast05:04:16

dominicm: Oh thanks - I was going to try it again last night and then fell into a House of Cards hole 😉

maleghast06:04:09

@dominicm: That was on the Yada branch

maleghast06:04:53

@dominicm: I can get the “boot dev” command to “work” on master, but connecting to the REPL and issuing (dev) then (go) then (reset) did not start the front end app, at least not on port 3000

maleghast06:04:02

hold on… @dominicm am I supposed to be doing the re-loaded workflow on the clj repl or the cljs repl?

dominicm07:04:35

@maleghast: https://github.com/juxt/edge/blob/yada/build.boot#L36 Malcolm forgot to bump the bidi dependency. That's why it's throwing an error on start simple_smile https://github.com/juxt/bidi 2.0.4 is latest and has vhost support.

maleghast07:04:19

@dominicm: Thx I will bump it in build.boot

dominicm07:04:38

Sorry about this. edge really is the bleeding edge.

maleghast07:04:54

No apologies required - I grok “bleeding edge” - and thanks for getting back to me simple_smile

maleghast07:04:17

That is on the “yada” branch

dominicm07:04:28

@maleghast: Yada probably needs a version bump too 😛

dominicm07:04:09

1.1.2 is latest

maleghast07:04:02

Ah, ok… 😉

maleghast07:04:46

Getting there…

maleghast07:04:48

(go) clojure.lang.ExceptionInfo: Error in component :http-server in system com.stuartsierra.component.SystemMap calling #'com.stuartsierra.component/stop java.lang.IllegalArgumentException: No matching field found: close for class clojure.lang.PersistentArrayMap dev> (reset) clojure.lang.ExceptionInfo: Error in component :http-server in system com.stuartsierra.component.SystemMap calling suspendable.core$eval27389$fn__27403$G__27378__27408@247e4e59 java.lang.IllegalArgumentException: No matching field found: close for class clojure.lang.PersistentArrayMap

maleghast07:04:58

when I connect up a REPL

dominicm09:04:37

@maleghast: Ah, the server isn't idempotent unfortunately. I'll add it to our task list. For now, you should find that the server is running on port 3000, and that (reset) works.

maleghast09:04:06

ok, yep it does “work” now, but there is still that error… dev> (reset) clojure.lang.ExceptionInfo: Error in component :http-server in system com.stuartsierra.component.SystemMap calling suspendable.core$eval27389$fn__27403$G__27378__27408@247e4e59 java.lang.IllegalArgumentException: No matching field found: close for class clojure.lang.PersistentArrayMap dev>

maleghast09:04:22

but I do get the index page now simple_smile

maleghast09:04:00

Thanks for your help simple_smile

dominicm09:04:29

@maleghast: I'll take a look at it sometime next week, I'm glad you're seeing something now. Sorry it's not in a better state 😛

maleghast09:04:10

@dominicm: No problems, thanks very much for doing anything with it at all simple_smile

malcolmsparks20:04:00

@maleghast: this is all a bit of work in progress right now, once edge and yada are playing nicely together I'll add to the yada docs - that's the aim

maleghast23:04:45

@malcolmsparks: Thanks Malcolm - as I was saying to @dominicm I am just very grateful that you guys are doing this at all. My questions were really just to make sure I wasn’t doing anything stupid simple_smile I will keep playing with it and as things get more stable I’ll start trying to use it simple_smile Thanks again simple_smile