Fork me on GitHub
#untangled
<
2016-08-03
>
parameme00:08:44

@tony.kay: First off, thanks for taking the time for all this - superb work! At the moment, yes. om version in the client-only branch may need to be bumped. But in my case the fruitless investigation before asking here taught me quite a bit. Becomes a bit of a trade off between the reassurance of having similar stuff on the screen and having to redo the videos every week because of tool and app changes. (eg. Using IntelliJ 2016.2)

tony.kay16:08:21

@parameme: you mean client-only of todomvc?

tony.kay19:08:25

I've pushed updates for todomvc to more recent versions

jasonjckn19:08:06

@tony.kay: I think the tabunion alternates are initialized after on-app-started has finished, this has lead to some confusion on my part where I try to initialize some app state in on-app-started, but it gets overwritten by tab union alternates InitialAppState

jasonjckn19:08:33

so I think the order should be (1) InitialAppState of Root (2) alternates (3) on-app-started

tony.kay19:08:08

Um...I think I fixed that recently

tony.kay19:08:12

what version?

tony.kay19:08:17

not sure I did a release

jasonjckn19:08:38

I tested on the latest release 1.5 weeks ago I think

tony.kay19:08:56

commit 054f3cc24935c3cbff619e3a7697e9fe30252055

tony.kay19:08:16

might be on 0.5.5-SNAPSHOT only

tony.kay19:08:36

yeah...that's it

tony.kay19:08:14

If I have a few ppl that can tell me 0.5.5 seems stable (on reasonable apps) then I'll be glad to cut a release

jasonjckn19:08:05

is this pushed to github?

jasonjckn19:08:12

i'm looking for that commit

tony.kay19:08:15

0.5.5-SNAPSHOT is

tony.kay19:08:29

I can re-push to be sure

jasonjckn19:08:47

great to see this fixed!

jasonjckn19:08:00

that was fast, i thought I would have to wait a while

tony.kay19:08:13

yeah, had someone else run into the same thing

jasonjckn19:08:59

is this the new order (1) InitialAppState of Root (2) alternates (3) on-app-started ?

tony.kay19:08:27

don't remember 🙂 Let me look

tony.kay19:08:55

line 103 of core.cljs does the initial state computation/set

tony.kay19:08:07

114 does the alternates

tony.kay19:08:16

line 116 calls started callback