fluid-tech IRC Logs-2012-03-09
[14:49:30 CST(-0600)] <colinclark> hey yura, what's new?
[14:50:06 CST(-0600)] <yura> hi colinclark, i m almost done merging every ones branch into my master, making sure all paths are intact and tests pass
[14:50:14 CST(-0600)] <colinclark> wow, that's awesome
[14:50:16 CST(-0600)] <colinclark> you saw my pull request?
[14:50:23 CST(-0600)] <colinclark> For the Transformer that Doesn't Transform
[14:50:35 CST(-0600)] <colinclark> Justin_o: Was there anyone in the Transformers who had trouble turning into a car?
[14:50:45 CST(-0600)] <colinclark> I guess in the movie, Bumblebee couldn't really talk
[14:50:52 CST(-0600)] <colinclark> but still he could transform successfully
[14:51:14 CST(-0600)] <yura> ya
[14:51:26 CST(-0600)] <colinclark> yura: Do you want to have a quick call with Boz and I to sort out locations and stuff?
[14:51:36 CST(-0600)] <yura> sure
[14:51:36 CST(-0600)] <yura>
[14:51:38 CST(-0600)] <colinclark> Bosmon2 is confusing me by being confused about where to put "my stuff"
[14:51:38 CST(-0600)] <Justin_o> colinclark: I believe there have been case when they got injured.. i think at one point in the first movie he bumblebee couldn't .. at the end
[14:52:15 CST(-0600)] <colinclark> okay, good
[14:52:20 CST(-0600)] <colinclark> so my Transformer is okay, then
[14:52:23 CST(-0600)] <colinclark> just a bit injured
[14:52:27 CST(-0600)] <colinclark> but aren't we all?
[14:52:28 CST(-0600)] <yura> colinclark: so i got everything merged together, should I issue a pull request too ? or should i wait until we go through it ?
[14:52:29 CST(-0600)] <colinclark>
[14:52:35 CST(-0600)] <Justin_o> colinclark: lol
[14:52:42 CST(-0600)] <colinclark> yura: It wouldn't hurt to show an example
[14:52:54 CST(-0600)] <yura> https://github.com/yzen/universal this is the branch
[14:52:57 CST(-0600)] <colinclark> even to the point of sending a note to the architecture list
[15:24:56 CST(-0600)] <colinclark> yura, Bosmon2: I've made a pull request for requireStub
[15:25:11 CST(-0600)] <colinclark> https://github.com/fluid-project/infusion/pull/211
[15:27:17 CST(-0600)] <colinclark> yura: What state is the matchmaker in at this point?
[15:27:39 CST(-0600)] <colinclark> Once this latest round of merges goes in, should I take a stab at hooking up the Transformer to the Matchmaker?
[15:28:12 CST(-0600)] <yura> colinclark: Matchmaker is hooked up to the flowManager right now so it does the filtering of solutions
[15:28:29 CST(-0600)] <yura> i think Kasper did not make any changes after i left
[15:28:36 CST(-0600)] <yura> so it should filter by OS and id
[15:28:54 CST(-0600)] <yura> currently from the soltions payload example file
[15:30:06 CST(-0600)] <colinclark> okay
[15:30:15 CST(-0600)] <colinclark> once your stuff is in, i'll try to hook them up
[15:30:17 CST(-0600)] <colinclark> probably on monday
[15:31:18 CST(-0600)] <colinclark> Bosmon2: There are six pull requests open for Infusion
[15:31:24 CST(-0600)] <colinclark> Are there other things I should be diving into for review?
[15:31:33 CST(-0600)] <colinclark> michelled: Do you have any of these pull requests on your to do list?
[15:31:42 CST(-0600)] <colinclark> Bosmon2: It's this one that you're waiting on, right?
[15:31:57 CST(-0600)] <yura> colinclark: ok i looked at Antranig's request before and yours looks good ill go for it ?
[15:32:11 CST(-0600)] <colinclark> for sure
[15:32:15 CST(-0600)] <colinclark> which one did you review, yura?
[15:32:28 CST(-0600)] <yura> well i looked at his older loader patch before
[15:32:32 CST(-0600)] <yura> and i looked at yours too
[15:32:45 CST(-0600)] <colinclark> yura: Just so I'm not confused, send me links
[15:32:46 CST(-0600)] <colinclark>
[15:33:19 CST(-0600)] <yura> https://github.com/fluid-project/infusion/pull/211
[15:33:27 CST(-0600)] <yura> https://github.com/fluid-project/infusion/pull/210
[15:33:34 CST(-0600)] <colinclark> excellent
[15:33:34 CST(-0600)] <colinclark> okay
[15:35:15 CST(-0600)] <yura> ok i ll do it right now then
[15:36:30 CST(-0600)] <michelled> colinclark: the only pull request on my list is for video player
[15:36:52 CST(-0600)] <colinclark> ok
[15:43:12 CST(-0600)] <colinclark> yura and Bosmon2 on monday we should go through all the payloads in the wiki and make sure they're correct
[15:43:26 CST(-0600)] <colinclark> I've found typos and the like, which i guess is natural when one edits JSON inside a wiki
[15:43:27 CST(-0600)] <yura> colinclark: sounds good
[15:43:36 CST(-0600)] <colinclark> I'll try to document each one a bit more
[15:43:54 CST(-0600)] <colinclark> I suspect Annushka and others will be looking at this stuff soon
[15:44:48 CST(-0600)] <yura> colinclark: quick git question
[15:44:53 CST(-0600)] <colinclark> fire away
[15:45:30 CST(-0600)] <yura> when i merge first pull request and need to merge another one
[15:45:37 CST(-0600)] <yura> before doing the second merge
[15:45:49 CST(-0600)] <yura> i need to merge master into the branch with pull request right ?
[15:47:17 CST(-0600)] <colinclark> I'm not sure I fully understand the question
[15:47:26 CST(-0600)] <yura> well i have 2 pull requests
[15:47:31 CST(-0600)] <yura> after i commit first
[15:47:31 CST(-0600)] <colinclark> ok
[15:47:43 CST(-0600)] <colinclark> ah
[15:47:49 CST(-0600)] <yura> right
[15:48:00 CST(-0600)] <colinclark> yes, probably best to merge master into the second pull request
[15:48:07 CST(-0600)] <yura> right
[15:48:12 CST(-0600)] <colinclark> but it's a matter of style
[15:48:15 CST(-0600)] <yura> basically instead of being ahead by 1 the branch will be ahead by 2 commits
[15:48:19 CST(-0600)] <colinclark> I think justin_o does it slightly different
[15:48:21 CST(-0600)] <yura> yours + merge
[15:48:29 CST(-0600)] <colinclark> they key is to be able to test that everything actually works together
[15:48:40 CST(-0600)] <yura> right
[15:48:43 CST(-0600)] <colinclark> yeah
[15:48:45 CST(-0600)] <yura> ok thanks
[15:50:58 CST(-0600)] <yura> colinclark: looks good https://github.com/fluid-project/infusion/network ?
[15:51:41 CST(-0600)] <colinclark> it looks okay to me, but I am no real aficionado of the black line
[15:51:43 CST(-0600)] <colinclark> michelled: ^
[15:51:44 CST(-0600)] <colinclark>
[15:51:50 CST(-0600)] <yura> haha
[15:56:41 CST(-0600)] <michelled> it looks lovely to me
[16:02:22 CST(-0600)] <colinclark> michelled and her abstract tendencies
[16:02:39 CST(-0600)] <michelled>
[16:02:43 CST(-0600)] <colinclark> "this line here represents the continuity of the hypothetical construct known as THE REPO"
[16:07:26 CST(-0600)] <colinclark> oh hey yura
[16:07:39 CST(-0600)] <colinclark> do you have any whiteboard photographsfrom the hackathon?
[16:07:44 CST(-0600)] <yura> yes
[16:07:49 CST(-0600)] <yura> the diagram i do
[16:07:53 CST(-0600)] <colinclark> can you email it to me?
[16:10:15 CST(-0600)] <yura> sure one sec
[16:10:33 CST(-0600)] <yura> so this is the pull request https://github.com/GPII/universal/pull/2 , colinclark, Bosmon2
[16:10:41 CST(-0600)] <colinclark> cool!
[16:10:48 CST(-0600)] <colinclark> send an email to the list about it
[16:12:12 CST(-0600)] <yura> sent
[16:15:03 CST(-0600)] <colinclark> thanks so much