Fork me on GitHub
#untangled
<
2017-02-04
>
tony.kay01:02:09

@gardnervickers Hm. That will take a lot more thinking that I have the brain power for today 😉 I'd have to go through the usages and/or specs of that function and make sure we're not changing a behavior that is required.

gardnervickers01:02:01

I think there I was trying to use load when I should have been using load-field

tony.kay01:02:28

Ah, well, load-field has that specific use-case as a specialization

tony.kay01:02:46

but load is intended to be a more general-purpose function than load-data that can cover the case.

tony.kay01:02:04

In either case, it should be clearer what should happen

tony.kay01:02:27

If we allow a load by ident with load (which we do), then it does make sense that the loaded things should re-render

tony.kay01:02:48

but perhaps that works and your use-case was just doing something incorrect?

tony.kay01:02:52

is that what you mean?

gardnervickers01:02:47

Knowing that, I guess we were actually seeing an issue where a (load <ident> …) would not queue up the <ident> for re-render.

gardnervickers01:02:28

It does work on load-data however, because there we set data-field which is what pointed me to that cond.

gardnervickers01:02:59

I can repro tomorrow in a devcard, pretty out of gas for tonight though. Thanks for your help!

tony.kay01:02:24

That works. Me too. Headed home.

mitchelkuijpers19:02:01

@doddenino I think you need version 0.6.1