*** dstufft has quit IRC | 00:14 | |
*** dstufft has joined #openstack-sdks | 00:15 | |
*** HenryG_ has quit IRC | 00:32 | |
*** edleafe has quit IRC | 00:58 | |
*** dabo has joined #openstack-sdks | 00:58 | |
*** openstack has joined #openstack-sdks | 01:05 | |
*** jnoller has joined #openstack-sdks | 01:13 | |
*** etoews_ has joined #openstack-sdks | 02:07 | |
*** HenryG has joined #openstack-sdks | 02:12 | |
*** etoews_ has quit IRC | 02:12 | |
*** etoews_ has joined #openstack-sdks | 02:34 | |
*** jnoller has quit IRC | 03:33 | |
*** jnoller has joined #openstack-sdks | 03:33 | |
*** wchrisj has joined #openstack-sdks | 03:37 | |
*** jnoller_ has joined #openstack-sdks | 03:56 | |
*** jnoller has quit IRC | 03:56 | |
*** etoews_ has quit IRC | 04:13 | |
*** wchrisj has quit IRC | 04:15 | |
*** jnoller_ has quit IRC | 04:34 | |
*** jnoller has joined #openstack-sdks | 04:37 | |
*** jnoller has quit IRC | 05:00 | |
*** bknudson has quit IRC | 07:24 | |
*** bknudson has joined #openstack-sdks | 07:26 | |
*** sharwell___ has quit IRC | 08:10 | |
*** sharwell_ has joined #openstack-sdks | 08:11 | |
*** jamieh has joined #openstack-sdks | 08:16 | |
*** jamieh is now known as Guest8106 | 08:16 | |
*** ekarlso has quit IRC | 08:47 | |
*** ekarlso has joined #openstack-sdks | 08:47 | |
*** jamielennox is now known as jamielennox|away | 10:34 | |
*** Klumben has quit IRC | 11:08 | |
*** ChanServ changes topic to "test/gate jobs are queuing now in preparation for gerrit maintenance at 12:00 utc (eta to resume is 12:30 utc)" | 11:27 | |
*** ChanServ changes topic to "gerrit on review.openstack.org is down for maintenance (eta to resume is 12:30 utc)" | 12:07 | |
*** ChanServ changes topic to "gerrit on review.openstack.org is down for maintenance (revised eta to resume is 13:00 utc)" | 12:24 | |
*** Klumben has joined #openstack-sdks | 13:30 | |
*** Klumben has quit IRC | 13:36 | |
*** wchrisj has joined #openstack-sdks | 13:51 | |
*** openstack has joined #openstack-sdks | 14:05 | |
*** mfer has joined #openstack-sdks | 14:17 | |
Guest8106 | mfer hey, how shall we handle the discussion points on the tech requirements page? | 14:27 |
---|---|---|
*** Guest8106 has quit IRC | 14:27 | |
*** jamieh has joined #openstack-sdks | 14:28 | |
*** jamieh is now known as Guest24116 | 14:28 | |
*** Guest24116 is now known as jamiehannaford | 14:30 | |
jamiehannaford | nickname went for some reason... | 14:31 |
jamiehannaford | mfer how shall we handle the discussion points on the tech requirements page? | 14:31 |
mfer | jamiehannaford can we punt on that conversation until tomorrow? | 14:33 |
mfer | my morning is filled with fun. the kind of fun career managers like. | 14:34 |
* mfer hopes you note the sarcasm in that | 14:34 | |
jamiehannaford | mfer ha, sure :P | 14:34 |
jamiehannaford | enjoy... | 14:34 |
mfer | i'm not a manager or career manager | 14:34 |
*** ChanServ changes topic to "#openstack-sdks" | 14:41 | |
*** mfer has quit IRC | 15:07 | |
*** mfer has joined #openstack-sdks | 15:38 | |
*** mhagedorn has joined #openstack-sdks | 15:52 | |
*** krames_ has quit IRC | 16:11 | |
*** krames has joined #openstack-sdks | 16:11 | |
*** rgbkrk has joined #openstack-sdks | 16:46 | |
*** jamiehannaford has quit IRC | 16:47 | |
*** samchoi has joined #openstack-sdks | 17:11 | |
*** jamieh has joined #openstack-sdks | 17:21 | |
*** jamieh is now known as Guest35613 | 17:21 | |
*** Guest35613 has quit IRC | 17:23 | |
*** openstackstatus has quit IRC | 17:38 | |
*** openstackstatus has joined #openstack-sdks | 17:39 | |
*** mhagedorn has quit IRC | 17:46 | |
kc5tja | Curious -- did anyone join looking for Gophercloud 0.1 related information yesterday or earlier today? | 18:26 |
mfer | kc5tja sorry to say i wasn't paying attention to know if anyone did | 18:27 |
kc5tja | No worries. I just announced Gophercloud 0.1 yesterday, and got one reshare on Twitter and it's been crickets since then. Heh. | 18:27 |
*** Klumben has joined #openstack-sdks | 18:39 | |
dtroyer | you're one RT ahead of the last OpenStackClient release ;) | 18:47 |
sharwell__ | progress! | 18:48 |
kc5tja | sharwell__: Ahh, that reminds me, I have a bug report to submit for GoWorks. Or two. Where can I do so? | 18:57 |
sharwell__ | for now, email me. i'm working on getting either a public issue tracker or changing the license to LGPL | 18:59 |
sharwell__ | curious, were you successful in getting it loaded for your project? | 19:00 |
kc5tja | I can launch it from the command-line OK, if that is what you mean. | 19:02 |
kc5tja | I opened my Go project OK. | 19:02 |
kc5tja | But, not sure how to invoke gofmt or run my tests with it. | 19:03 |
sharwell__ | Cool. I believe Alt+Shift+F runs gofmt on the current selection, or the entire file if you don't have anything selected. It's the Format Source command avaliable in one of the menus (in case the key binding is different on your system) | 19:05 |
sharwell__ | Eventually I want it to run gofmt on the current block when you type } | 19:06 |
sharwell__ | which really shouldn't be that difficult when you consider I already have both brace matching and the ability to run gofmt on just a part of a file already | 19:06 |
kc5tja | As long as the gofmt block includes the }, that would actually solve one of the bugs I plan on reporting. :) | 19:08 |
sharwell__ | Are you able to see this: https://bitbucket.org/sharwell/goworks/issues | 19:09 |
kc5tja | Yep. | 19:13 |
sharwell__ | Cool, report away! | 19:14 |
kc5tja | Will do. Except some reports tomorrow. Today is going to be pretty packed for me with other things. :/ | 19:14 |
*** mhagedorn has joined #openstack-sdks | 19:56 | |
mfer | samchoi https://review.openstack.org/#/c/80063/ | 19:56 |
mfer | or anyone else who wants to review PHP changes | 19:56 |
* mfer is starting to change all the things | 19:56 | |
kc5tja | Why do when you can over-do? :) | 19:57 |
mfer | kc5tja greenfield is always fun. moving things that have lots of passing tests to a new format is faster for me because I keep the coverage | 19:58 |
mfer | i'm hoping to have the same functionality coverage with a changed api in a couple weeks | 19:58 |
kc5tja | Nice. | 20:00 |
mfer | as i write i execute tests a lot | 20:01 |
mfer | keeps me honest | 20:01 |
* kc5tja nods -- I use a tool called reflex (https://github.com/cespare/reflex) to invoke go test every time I change any .go files. It's quite nice. | 20:04 | |
terrylhowe | slowpoke here, where is the python openstack sdk page in launchpad? | 20:23 |
mfer | kc5tja nice. i'll need to take a look into that | 20:24 |
dabo | terrylhowe: https://wiki.openstack.org/wiki/SDK-Development/PythonOpenStackSDK | 20:34 |
terrylhowe | thanks dabo I was searching on the wrong keywords looks like | 20:36 |
mfer | anyone have philosophies on loosly v tightly coupled systems? | 20:52 |
* mfer is in the loose coupling based on interfaces camp | 20:52 | |
*** dabo has quit IRC | 20:53 | |
*** edleafe has joined #openstack-sdks | 20:54 | |
terrylhowe | loosely is more testable | 20:54 |
sharwell__ | properly understood and applied, loose coupling allows for increased long-term maintainability of large software systems. its biggest downside is people tend to overlook that you don't get there automatically - there are still caveats that must be understood in order to prevent the entire system from failing | 20:55 |
mfer | i'm a loose coupler but i had a couple conversations this week that, when i stepped into code, i realized what they meant included tight coupling | 20:58 |
mfer | so, i was looking for some thoughts here because I don't like ticket coupling | 20:58 |
mfer | i like interfaces, loose coupling, and waiting until the last second to make any decisions | 20:59 |
*** mfer has quit IRC | 21:20 | |
*** rgbkrk has quit IRC | 22:11 | |
*** jamielennox|away is now known as jamielennox | 22:40 | |
*** wchrisj has quit IRC | 23:26 | |
*** wchrisj has joined #openstack-sdks | 23:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!