fluid-work IRC Logs-2013-11-13
[10:06:16 CST(-0600)] <Justin_o> yzen, colinclark: with guards slated for deprecation, do you know what the alternative is?
[10:07:05 CST(-0600)] <yzen> Justin_o: not sure i know
[10:14:01 CST(-0600)] <Justin_o> yzen: okay. thanks
[11:25:16 CST(-0600)] <anastasiac> Justin_o, I have questions about the new 'conditional' show/hide functionality: how is the controlling pref evaluated? for "truthiness"? what happens if someone ties it to a non-boolean? can we control the test?
[11:28:51 CST(-0600)] <Justin_o> anastasiac: it only works for boolean values
[11:29:04 CST(-0600)] <Justin_o> if it's truthy it will likely display
[11:29:40 CST(-0600)] <anastasiac> Justin_o, so it will still "work" for a non-boolean pref, but it will do a "truthiness" test and likely come up true?
[11:49:20 CST(-0600)] <Justin_o> i believe so.. although i haven't really tried it as i was only intending to use it with boolean values
[11:49:34 CST(-0600)] <Justin_o> anastasiac: ^
[12:49:45 CST(-0600)] <jhung> jessm: when you get a chance can you send me a link to the OERPub demo?
[14:50:11 CST(-0600)] <Justin_o> yzen: any idea what a targetShadow undefined error comes from
[14:50:49 CST(-0600)] <yzen> hmm Justin_o something to do with options merging afaik
[14:51:08 CST(-0600)] <Justin_o> yzen: it seems to be coming from this function fluid.clearDistributions
[14:51:15 CST(-0600)] <Justin_o> but i can't really understand why it's an error there
[14:51:45 CST(-0600)] <yzen> something you need is not resolved ? not sure to be honest
[14:52:00 CST(-0600)] <Justin_o> yzen: okay.. thanks
[14:54:14 CST(-0600)] <Justin_o> yzen: do you know if there's a way to set priorities in the IoC testing framework
[14:54:20 CST(-0600)] <Justin_o> for listening to events
[14:54:59 CST(-0600)] <yzen> hmm good question i'd think that would/should work just like the listener spec in component options
[14:55:08 CST(-0600)] <yzen> does plain order not work, Justin_o ?
[14:56:38 CST(-0600)] <Justin_o> yzen: just noticed that the source of the issue is from within the IoC testing framework on a call to the IoC framework.. i wonder what's happening
[14:57:14 CST(-0600)] <Justin_o> yzen: so my tests runs. after an onReady event.. i have to use the IoCSS syntax to get it to work.. but then it runs into the above error after the test sequence
[14:58:24 CST(-0600)] <yzen> hmm is something being cleared when it's already deleted ?
[14:59:27 CST(-0600)] <Justin_o> i don't know.. but it seems to be trying to unbind things
[15:00:48 CST(-0600)] <Justin_o> yzen: i'll look into it again tomorrow
[15:05:39 CST(-0600)] <Justin_o> yzen: got it.. had to do with the IoCSS and two things having the same name i think
[15:05:58 CST(-0600)] <yzen> i like the i think part ![]()
[15:06:36 CST(-0600)] <Justin_o>
i'm only marginally certain, but i've moved past the error now