Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 49 Next »

[02:29:52 CDT(-0500)] * Bosmon2 (~a@c-67-176-80-187.hsd1.co.comcast.net) has joined #fluid-work
[03:24:19 CDT(-0500)] * thomas____ (~thomasain@213.246.129.247) has joined #fluid-work
[06:36:50 CDT(-0500)] * kasper (~kasper@189.188.64.126) has joined #fluid-work
[07:17:08 CDT(-0500)] * jessm (~Jess@c-71-232-3-151.hsd1.ma.comcast.net) has joined #fluid-work
[07:31:52 CDT(-0500)] * anastasiac (~team@142.150.154.193) has joined #fluid-work
[07:32:09 CDT(-0500)] * jameswy (~jameswy@142.150.154.115) has joined #fluid-work
[07:38:54 CDT(-0500)] * jhung (~Jon@H25.C204.cci.switchworks.net) has joined #fluid-work
[07:39:09 CDT(-0500)] * Justin_o (~Justin@142.150.154.171) has joined #fluid-work
[08:13:05 CDT(-0500)] * colinclark (~colin@bas2-toronto09-1176406399.dsl.bell.ca) has joined #fluid-work
[08:19:07 CDT(-0500)] * yura_ (~yura@142.150.154.114) has joined #fluid-work
[08:28:12 CDT(-0500)] <Justin_o> colinclark: so it seems that my attempt to commit my decapod ui work went into the googlecode repo... i guess what happened is that when i committed it pushed the default repo contents to my bitbucket account and pushed the ui contents to the googlecode account. or put in another way, the parent committed to bitbucket and the subrepo committed to googlecode
[08:28:58 CDT(-0500)] <colinclark> Do you remember how you tried to do the push?
[08:38:39 CDT(-0500)] <Justin_o> colinclark: i remember doing hg push "url to bitbucket" but i don't remember what directory i did it from
[08:39:47 CDT(-0500)] <colinclark> hmm, an interesting thing to watch for, anyway
[08:40:15 CDT(-0500)] <colinclark> If I had to guess, perhaps you pushed from the parent repository
[08:41:12 CDT(-0500)] <Justin_o> colinclark: yes... it would make sense if this happened because of that, since he hgsub would still point at googlecode...
[08:41:28 CDT(-0500)] <colinclark> yep
[08:43:55 CDT(-0500)] <Justin_o> colinclark: i'll have to fix up my bitbucket account... do you think i should back it out of the googlecode repo or just leave it there and update as i go along
[08:44:32 CDT(-0500)] <colinclark> I guess it depends on if it's doing much of anything
[08:44:37 CDT(-0500)] <colinclark> if the app still runs as-is, it's fine there
[08:45:13 CDT(-0500)] <Justin_o> i guess it should since it didn't touch any existing code... and the pages shouldn't be mounted by the server
[08:53:09 CDT(-0500)] * clown (~clown@142.150.154.202) has joined #fluid-work
[08:53:13 CDT(-0500)] * EricDalquist (~dalquist@2607:f388:e:0:221:9bff:fe37:e768) has joined #fluid-work
[09:16:18 CDT(-0500)] * colinclark (~colin@bas2-toronto09-1176406399.dsl.bell.ca) has joined #fluid-work
[09:17:18 CDT(-0500)] * michelled (~michelled@142.150.154.141) has joined #fluid-work
[09:33:15 CDT(-0500)] * denbuzze (~anonymous@12.131.217.254) has joined #fluid-work
[09:38:10 CDT(-0500)] <Justin_o> kasper, jamon do yo guys have time today to look into getting collectionspace ui unit tests added to our testswarm
[09:59:11 CDT(-0500)] * athena (~athena@c-76-121-97-221.hsd1.wa.comcast.net) has joined #fluid-work
[10:06:30 CDT(-0500)] * jessm (~Jess@c-71-232-3-151.hsd1.ma.comcast.net) has joined #fluid-work
[10:07:15 CDT(-0500)] <kasper> justin_o: I got time today, but it is a little broken up.. I have to be somewhere at 12-2p
[10:07:34 CDT(-0500)] <jamon> Justin_o: i'm working mostly on cfi stuff, has to be done this week
[10:08:14 CDT(-0500)] <kasper> pm* CDT, and depending on whether I can get access to their server, I am supposed to do an install of cspace for some Utah folks
[10:09:01 CDT(-0500)] <kasper> but after before 12am and after 2pm I should be more or less available
[10:09:53 CDT(-0500)] <Justin_o> kasper, jamon: okay... so maybe what i'll do is send out an e-mail to you both with what i think is needed to get it working and then we can figure out how to proceed on those items. I'll cc the collectionspace list as well.
[10:11:18 CDT(-0500)] <kasper> sounds good justin_o! thanks
[10:11:24 CDT(-0500)] <Justin_o> okay
[10:11:27 CDT(-0500)] <Justin_o> np
[10:16:32 CDT(-0500)] <jamon> k
[10:42:31 CDT(-0500)] * colinclark (~colin@bas2-toronto09-1176406399.dsl.bell.ca) has joined #fluid-work
[11:41:16 CDT(-0500)] * denbuzze (~anonymous@12.131.217.254) has joined #fluid-work
[11:43:15 CDT(-0500)] * laurel (~Laurel@142.150.154.178) has joined #fluid-work
[11:51:42 CDT(-0500)] <laurel> Bosmon: hi there. I'm having a problem with a call to removeListener on an event in the collectionspace code. slowly tracking it down, and have reached line 646 of Fluid.js. I'm not exactly sure if I'm correct, but it seems as if the listener isn't being removed because it is not a string or an object - it is a function. I'm wondering if you are familiar with this piece of the fluid code and if you have any ideas?
[11:55:24 CDT(-0500)] <laurel> Bosmon2: see above
[11:57:10 CDT(-0500)] <colinclark> laurel: I'm not sure any of the Bosmons are around at the moment. One thought: you might want to write a simple unit test for this functionality to show the issue. Define a simple listener, add it, then remove it and verify that it doesn't fire. FluidJSTests.js would be the place for it.
[12:08:25 CDT(-0500)] <laurel> colinclark: thx
[13:14:07 CDT(-0500)] <Bosmon2> I see
[13:14:24 CDT(-0500)] <Bosmon2> Yes, it may well be that the type detection is incorrect.... this is EXTREMELY old code
[13:14:39 CDT(-0500)] <Bosmon2> I had assumed that typeof a function was "object" as everything else in the world is (tongue)
[13:21:00 CDT(-0500)] <laurel> Bosmon2: hi - thanks. I created a bug report at http://issues.fluidproject.org/browse/FLUID-3672 and attached a patch. Includes a test to prove the problem and a possible fix for the problem.
[13:42:16 CDT(-0500)] <jhung> colinclark, justin_o, jameswy: Do you have time at 3pm ET to talk Jira bugs for Deca 0.5?
[13:42:28 CDT(-0500)] <jhung> Will try to keep meeting to 30 mins.
[13:42:41 CDT(-0500)] <colinclark> I'm afraid I'm booked until tomorrow with this final report for Engage, jhung.
[13:44:11 CDT(-0500)] <jhung> Colinclark, ok. justin_o and jameswy?
[13:44:48 CDT(-0500)] <jameswy> jhung: sorry, was on justin_o's computer. Works for me.
[13:45:19 CDT(-0500)] <jameswy> jhung: justin_o's away right now, I'll ask him when he gets back.
[13:49:01 CDT(-0500)] <jhung> colinclark: we'll go through the jiras now and then ask you for thoughts on any issues.
[13:49:34 CDT(-0500)] <colinclark> ok
[13:54:11 CDT(-0500)] <Justin_o> jhung: i'm okay for 3pm
[15:33:35 CDT(-0500)] * jhung (~Jon@H25.C204.cci.switchworks.net) has left #fluid-work
[16:42:02 CDT(-0500)] * athena (~athena@67.135.36.99) has joined #fluid-work
[17:16:07 CDT(-0500)] * Justin_o (~Justin@142.150.154.171) has left #fluid-work
[17:20:49 CDT(-0500)] * anastasiac (~team@142.150.154.193) has left #fluid-work

  • No labels