fluid-work IRC Logs-2009-12-07

[04:33:04 EST(-0500)] * sveto (n=sveto@85.187.19.183) has joined #fluid-work
[05:47:33 EST(-0500)] * sveto (n=sveto@85.187.19.183) has left #fluid-work
[06:27:46 EST(-0500)] * sveto_ (n=sveto@62.44.108.2) has joined #fluid-work
[06:29:02 EST(-0500)] * sveto (n=sveto@62.44.108.2) has left #fluid-work
[06:33:42 EST(-0500)] * sveto (n=sveto@62.44.108.2) has joined #fluid-work
[08:37:41 EST(-0500)] * athena (n=athena@adsl-75-58-127-15.dsl.wlfrct.sbcglobal.net) has joined #fluid-work
[08:38:17 EST(-0500)] * laurel (n=Laurel@142.150.154.178) has joined #fluid-work
[08:39:12 EST(-0500)] * Justin_o (n=Justin@142.150.154.171) has joined #fluid-work
[08:57:10 EST(-0500)] * laurel (n=Laurel@142.150.154.178) has joined #fluid-work
[09:09:26 EST(-0500)] * colinclark (n=colin@bas2-toronto09-1176131079.dsl.bell.ca) has joined #fluid-work
[09:12:45 EST(-0500)] * yura (n=yura@142.150.154.132) has joined #fluid-work
[09:34:19 EST(-0500)] <colinclark> Hey laurel, how's it going?
[09:36:15 EST(-0500)] <laurel> good
[09:36:50 EST(-0500)] <laurel> looking at your emails and issue changes from the weekend and trying to get oriented.
[09:38:26 EST(-0500)] <colinclark> Cool
[09:38:53 EST(-0500)] <colinclark> Do you think it would help if I implemented the changes to the minification step in the Infusion build scripts, laurel?
[09:40:38 EST(-0500)] <laurel> it would...mostly because you really don't want to be looking at the unit tests and I know my way about those pretty well
[09:40:53 EST(-0500)] <laurel> though i really wanted to do the scripts too...lots of learning there
[09:42:54 EST(-0500)] <Justin_o> laurel: i just finished looking at your changes for the name from customBuild to infusionBuilder... they look fine... I am wondering though about one thing... you have the directory called "infusion-builder" but all the files and references within are called "infusionBuilder"
[09:44:11 EST(-0500)] <laurel> Justin_o: java camel case holdout....would you prefer I changed them to infusion-builder?
[09:47:28 EST(-0500)] <Justin_o> laurel: This probably not a big issue.. it would be nice for consistency to have them all the same.. we tend to have camel case for all of the names throughout the repository so it may be better to switch the "infusion-builder". Also it would probably be better in regards to the our css selector convention we have that uses the "-" as a separator.
[09:49:21 EST(-0500)] * michelled (n=michelle@142.150.154.193) has joined #fluid-work
[09:51:09 EST(-0500)] * clown (n=clown@142.150.154.101) has joined #fluid-work
[09:52:06 EST(-0500)] * Justin_o (n=Justin@142.150.154.171) has left #fluid-work
[09:52:17 EST(-0500)] <laurel> colinclark: so are you going to work on the scripts...if yes, then I'll move on right away to another blocker
[09:52:19 EST(-0500)] * Justin_o (n=Justin@142.150.154.171) has joined #fluid-work
[09:52:31 EST(-0500)] <laurel> otherwise that was what I was heading for.
[09:53:25 EST(-0500)] <colinclark> laurel: It's entirely up to you
[09:54:03 EST(-0500)] <colinclark> Justin_o: As for naming, are we fairly consistent within Infusion?
[09:54:22 EST(-0500)] <laurel> ah...ok. I'll look at scripts first and then get back to you before standup if I'm stuck
[09:54:44 EST(-0500)] <colinclark> Perhaps not so much... I guess we've got creator function-style names for each of the component directories (e.g. inlineEdit)
[09:54:50 EST(-0500)] <colinclark> But then "class name
[09:55:07 EST(-0500)] <colinclark> "class name"-style names for the actual files
[09:55:11 EST(-0500)] <colinclark> e.g. InlineEdit
[09:57:02 EST(-0500)] * jessm (n=Jess@c-71-232-1-65.hsd1.ma.comcast.net) has joined #fluid-work
[09:57:06 EST(-0500)] <Justin_o> colinclark: yes... that's true we do have some funny consistency in terms of capitalization
[09:57:28 EST(-0500)] <colinclark> I'm wondering if we should be naming Builder in line with all the other components.
[09:57:42 EST(-0500)] <colinclark> It's consistent, even if it doesn't seem consistent. If you know what I mean.
[09:57:43 EST(-0500)] <colinclark> (smile)
[09:58:03 EST(-0500)] <colinclark> Which is to say, infusionBuilder for the directory and InfusionBuilder for all file names.
[09:59:27 EST(-0500)] <colinclark> At the moment, Builder's naming convention is internally inconsistent
[09:59:45 EST(-0500)] <colinclark> Some files, like the HTML, are InfusionBuilder, and other files are infusionBuilder
[10:01:04 EST(-0500)] * yura1 (n=yura@142.150.154.132) has joined #fluid-work
[10:05:48 EST(-0500)] <Justin_o> colinclark: i see what you are saying, we should have all of the files start with an upper case character and the directories with a lower case
[10:06:06 EST(-0500)] <colinclark> Justin_o: Yep
[10:06:30 EST(-0500)] <laurel> I'm good with whatever will make sense to us. And we should get the changes in before release.
[10:06:57 EST(-0500)] <colinclark> laurel: Do you think it makes sense to be consistent with how every other component does it?
[10:07:48 EST(-0500)] <laurel> i'm really rather confused with the naming. i went for the dash because fluid-infusion had a dash.
[10:08:06 EST(-0500)] <colinclark> ?
[10:08:12 EST(-0500)] <laurel> but I see that higher level does not follow through in subdirectories
[10:09:03 EST(-0500)] <colinclark> I guess my question still stands
[10:09:19 EST(-0500)] <laurel> so I see that infusionBuilder for directory and InfusionBuilder for filenames makes sense and seems to fit in with other components
[10:10:05 EST(-0500)] <laurel> so I should change the js files in particular to have caps
[10:11:22 EST(-0500)] <laurel> for the php files, I don't think we should change jsonProcessor to be JsonProcessor because then we are breaching class naming conventions in php
[10:13:36 EST(-0500)] <laurel> colinclark: I just commented on your script for http://issues.fluidproject.org/browse/FLUID-3410 and re-assigned the task to you.
[10:15:09 EST(-0500)] <colinclark> laurel: I'd argue that the point of a script like this is pretty constrained. So while I'm hesitant to argue against error checking, in this context it's probably unnecessary. The script either works of it fails; it's just a convenience on top of your multi-step process
[10:16:42 EST(-0500)] <laurel> except that it might be better to test that the user id and password are valid instead of continuing to deploy
[10:18:11 EST(-0500)] <laurel> but i can also see that it is more work than we need to put into it considering that it will only be used internally
[10:18:43 EST(-0500)] <laurel> for now, I think the script is sufficient
[10:19:43 EST(-0500)] <Justin_o> laurel, colinclark: i was just looking over the bug parade jiras... i think they are okay and cover what we need.. but i'm just going to quickly double check them against the general release issues we have during bug parade for infusion...
[10:19:56 EST(-0500)] <colinclark> Thanks so much, Justin_o.
[10:20:04 EST(-0500)] <Justin_o> laurel, colinclark: are we going to have a readme for the builder?
[10:20:22 EST(-0500)] <colinclark> Beyond the deploy instructions, I'm not sure there's much need for it.
[10:23:41 EST(-0500)] <colinclark> Ok, on my way to the office
[10:31:50 EST(-0500)] * sveto (n=sveto@62.44.108.2) has left #fluid-work
[10:57:30 EST(-0500)] * colinclark (n=colin@142.150.154.101) has joined #fluid-work
[11:36:18 EST(-0500)] * elicochran (n=elicochr@dhcp-169-229-212-81.LIPS.Berkeley.EDU) has joined #fluid-work
[11:43:49 EST(-0500)] * clown_afk (n=clown@142.150.154.101) has left #fluid-work
[11:45:02 EST(-0500)] * clown_afk (n=clown@142.150.154.202) has joined #fluid-work
[11:45:29 EST(-0500)] * clown_afk (n=clown@142.150.154.202) has left #fluid-work
[11:49:06 EST(-0500)] * clown_afk (n=clown@142.150.154.202) has joined #fluid-work
[11:59:37 EST(-0500)] * Justin_o (n=Justin@142.150.154.171) has joined #fluid-work
[13:03:00 EST(-0500)] * clown_afk (n=clown@142.150.154.202) has left #fluid-work
[13:18:34 EST(-0500)] * jameswy (n=jameswy@142.150.154.196) has joined #fluid-work
[13:18:51 EST(-0500)] * clown_afk (n=clown@142.150.154.101) has joined #fluid-work
[14:07:29 EST(-0500)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined #fluid-work
[14:09:16 EST(-0500)] * Lee-Bee (n=UXExpert@96.49.146.59) has joined #fluid-work
[14:14:57 EST(-0500)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined #fluid-work
[14:20:46 EST(-0500)] * clown (n=clown@142.150.154.101) has left #fluid-work
[14:21:33 EST(-0500)] * clown (n=clown@142.150.154.202) has joined #fluid-work
[14:32:16 EST(-0500)] * Justin_o (n=Justin@142.150.154.171) has joined #fluid-work
[15:37:35 EST(-0500)] * Lee-Bee (n=UXExpert@96.49.146.59) has joined #fluid-work
[15:45:12 EST(-0500)] * Lee-Bee (n=UXExpert@96.49.146.59) has joined #fluid-work
[15:45:12 EST(-0500)] * Justin_o (n=Justin@142.150.154.171) has joined #fluid-work
[15:45:12 EST(-0500)] * clown (n=clown@142.150.154.202) has joined #fluid-work
[15:45:12 EST(-0500)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined #fluid-work
[15:45:12 EST(-0500)] * jameswy (n=jameswy@142.150.154.196) has joined #fluid-work
[15:45:12 EST(-0500)] * elicochran (n=elicochr@dhcp-169-229-212-81.LIPS.Berkeley.EDU) has joined #fluid-work
[15:45:12 EST(-0500)] * yura1 (n=yura@142.150.154.132) has joined #fluid-work
[15:45:12 EST(-0500)] * jessm (n=Jess@c-71-232-1-65.hsd1.ma.comcast.net) has joined #fluid-work
[15:45:12 EST(-0500)] * michelled (n=michelle@142.150.154.193) has joined #fluid-work
[15:45:12 EST(-0500)] * laurel (n=Laurel@142.150.154.178) has joined #fluid-work
[15:45:12 EST(-0500)] * athena (n=athena@adsl-75-58-127-15.dsl.wlfrct.sbcglobal.net) has joined #fluid-work
[15:45:12 EST(-0500)] * sgithens342f (n=sgithens@149-166-143-223.dhcp-in.iupui.edu) has joined #fluid-work
[15:45:12 EST(-0500)] * jamon (i=jamon@mantis.openject.com) has joined #fluid-work
[15:50:28 EST(-0500)] * yura (n=yura@142.150.154.132) has joined #fluid-work
[17:45:44 EST(-0500)] * clown (n=clown@142.150.154.202) has left #fluid-work
[18:12:38 EST(-0500)] * Lee-Bee (n=UXExpert@96.49.146.59) has left #fluid-work
[18:25:20 EST(-0500)] * elicochran_ (n=elicochr@dhcp-169-229-212-81.LIPS.Berkeley.EDU) has joined #fluid-work
[19:42:22 EST(-0500)] * athena7 (n=athena@adsl-99-136-250-158.dsl.wlfrct.sbcglobal.net) has joined #fluid-work
[21:44:39 EST(-0500)] * elicochran (n=elicochr@adsl-70-137-156-50.dsl.snfc21.sbcglobal.net) has joined #fluid-work